summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-24 06:20:54 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-24 06:20:54 +0000
commitb9e23f71d0ddbb50a6eb5e0114101a19a3883d35 (patch)
tree05f32aa37cfda3bedf28cc915ec7f3f9bb76a277 /app-xemacs/edit-utils
parentFix SRC_URI for experimental xemacs packages. (diff)
downloadgentoo-2-b9e23f71d0ddbb50a6eb5e0114101a19a3883d35.tar.gz
gentoo-2-b9e23f71d0ddbb50a6eb5e0114101a19a3883d35.tar.bz2
gentoo-2-b9e23f71d0ddbb50a6eb5e0114101a19a3883d35.zip
Bump to experimental version since this contains my patches that make editing ruby bearable.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/edit-utils')
-rw-r--r--app-xemacs/edit-utils/ChangeLog10
-rw-r--r--app-xemacs/edit-utils/edit-utils-2.44.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/app-xemacs/edit-utils/ChangeLog b/app-xemacs/edit-utils/ChangeLog
index 0c92ade33d24..5c84d06884ef 100644
--- a/app-xemacs/edit-utils/ChangeLog
+++ b/app-xemacs/edit-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-xemacs/edit-utils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edit-utils/ChangeLog,v 1.30 2010/08/13 11:54:05 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edit-utils/ChangeLog,v 1.31 2011/05/24 06:20:54 graaff Exp $
+
+*edit-utils-2.44 (24 May 2011)
+
+ 24 May 2011; Hans de Graaff <graaff@gentoo.org> +edit-utils-2.44.ebuild:
+ Bump to experimental version since this contains my patches that make editing
+ ruby bearable.
*edit-utils-2.43 (13 Aug 2010)
diff --git a/app-xemacs/edit-utils/edit-utils-2.44.ebuild b/app-xemacs/edit-utils/edit-utils-2.44.ebuild
new file mode 100644
index 000000000000..632838de9d9a
--- /dev/null
+++ b/app-xemacs/edit-utils/edit-utils-2.44.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edit-utils/edit-utils-2.44.ebuild,v 1.1 2011/05/24 06:20:54 graaff Exp $
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Miscellaneous editor extensions, you probably need this."
+PKG_CAT="standard"
+
+EXPERIMENTAL="true"
+
+RDEPEND="app-xemacs/xemacs-base
+app-xemacs/xemacs-devel
+app-xemacs/fsf-compat
+app-xemacs/dired
+app-xemacs/mail-lib
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages