summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-05-14 05:07:53 +0000
committerHans de Graaff <graaff@gentoo.org>2008-05-14 05:07:53 +0000
commitf3be0d27d1c52e8ac38b67ec8487b2de4cb56644 (patch)
treecc09f6b876361a1dda099cadb118bca6dc1405dc /app-xemacs
parentForgot to remove dep on which, went another way to test native2ascii being on... (diff)
downloadgentoo-2-f3be0d27d1c52e8ac38b67ec8487b2de4cb56644.tar.gz
gentoo-2-f3be0d27d1c52e8ac38b67ec8487b2de4cb56644.tar.bz2
gentoo-2-f3be0d27d1c52e8ac38b67ec8487b2de4cb56644.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-xemacs')
-rw-r--r--app-xemacs/gentoo-syntax/ChangeLog7
-rw-r--r--app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog
index 860599bd91b7..23e1a25c6cac 100644
--- a/app-xemacs/gentoo-syntax/ChangeLog
+++ b/app-xemacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-xemacs/gentoo-syntax
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.4 2008/03/30 10:19:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.5 2008/05/14 05:07:53 graaff Exp $
+
+*gentoo-syntax-1.9 (14 May 2008)
+
+ 14 May 2008; Hans de Graaff <graaff@gentoo.org> +gentoo-syntax-1.9.ebuild:
+ Version bump
30 Mar 2008; Hans de Graaff <graaff@gentoo.org> gentoo-syntax-1.8.ebuild:
Add missing dependency on app-xemacs/sh-script, thanks to ulm for the report
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild
new file mode 100644
index 000000000000..66f37117fbb8
--- /dev/null
+++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild,v 1.1 2008/05/14 05:07:53 graaff Exp $
+
+inherit xemacs-elisp eutils
+
+DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files."
+HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-editors/xemacs-21.4.20-r5
+ app-xemacs/sh-script"
+DEPEND="${RDEPEND}"