summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-10-23 07:28:30 +0000
committerHans de Graaff <graaff@gentoo.org>2010-10-23 07:28:30 +0000
commitc4518c3e650711160f521a96b0f66eaddfe111d2 (patch)
tree1d5c6e6d66a1d093b8f107cf17bc2441318dd335 /app-xemacs/gentoo-syntax
parentAdded revbump with prefix support. Also removed sed'ing @php_bin@ as it (diff)
downloadgentoo-2-c4518c3e650711160f521a96b0f66eaddfe111d2.tar.gz
gentoo-2-c4518c3e650711160f521a96b0f66eaddfe111d2.tar.bz2
gentoo-2-c4518c3e650711160f521a96b0f66eaddfe111d2.zip
Version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
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.18.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog
index ad481964b504..8c1e2000290a 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.21 2010/07/12 21:51:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.22 2010/10/23 07:28:30 graaff Exp $
+
+*gentoo-syntax-1.18 (23 Oct 2010)
+
+ 23 Oct 2010; Hans de Graaff <graaff@gentoo.org>
+ +gentoo-syntax-1.18.ebuild:
+ Version bump.
12 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
gentoo-syntax-1.16.ebuild:
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.18.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.18.ebuild
new file mode 100644
index 000000000000..31bb94ba8ce0
--- /dev/null
+++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.18.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.18.ebuild,v 1.1 2010/10/23 07:28:30 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}"