summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-xemacs/gentoo-syntax')
-rw-r--r--app-xemacs/gentoo-syntax/ChangeLog8
-rw-r--r--app-xemacs/gentoo-syntax/gentoo-syntax-1.17.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog
index 7d672b5e1e9d..080e0bfde22f 100644
--- a/app-xemacs/gentoo-syntax/ChangeLog
+++ b/app-xemacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-xemacs/gentoo-syntax
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.18 2010/07/10 05:53:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.19 2010/07/10 05:56:56 graaff Exp $
+
+*gentoo-syntax-1.17 (10 Jul 2010)
+
+ 10 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+ +gentoo-syntax-1.17.ebuild:
+ Version bump.
10 Jul 2010; Hans de Graaff <graaff@gentoo.org>
-gentoo-syntax-1.14.ebuild, -gentoo-syntax-1.15.ebuild:
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.17.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.17.ebuild
new file mode 100644
index 000000000000..8c5d6fda7553
--- /dev/null
+++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.17.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 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.17.ebuild,v 1.1 2010/07/10 05:56:56 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}"