diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-24 13:54:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-24 13:54:35 +0000 |
commit | ced20d2dd2623d747fb1d7c91858e31af20d611b (patch) | |
tree | 6242756570dbb11816de2799200399c42ab1f3b3 /app-xemacs/gentoo-syntax | |
parent | Major version bump (diff) | |
download | gentoo-2-ced20d2dd2623d747fb1d7c91858e31af20d611b.tar.gz gentoo-2-ced20d2dd2623d747fb1d7c91858e31af20d611b.tar.bz2 gentoo-2-ced20d2dd2623d747fb1d7c91858e31af20d611b.zip |
Version bump.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/gentoo-syntax')
-rw-r--r-- | app-xemacs/gentoo-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog index 147d120f5e96..3bcd6ed7ab5a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.23 2011/06/03 12:12:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.24 2011/12/24 13:54:35 graaff Exp $ + +*gentoo-syntax-1.19 (24 Dec 2011) + + 24 Dec 2011; Hans de Graaff <graaff@gentoo.org> +gentoo-syntax-1.19.ebuild: + Version bump. 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -gentoo-syntax-1.11.ebuild: Remove old version. diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild new file mode 100644 index 000000000000..31e61838a7f2 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.19.ebuild,v 1.1 2011/12/24 13:54:35 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}" |