diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-25 08:41:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-25 08:41:50 +0000 |
commit | bbf027928ade30d3ddc3d3b8ec7e16df99f816df (patch) | |
tree | f4e809e9bb8c42408c5af786ffa02d6c0aafb5f4 /app-xemacs | |
parent | Fix kde4-base inheritance to work without cmake. (diff) | |
download | gentoo-2-bbf027928ade30d3ddc3d3b8ec7e16df99f816df.tar.gz gentoo-2-bbf027928ade30d3ddc3d3b8ec7e16df99f816df.tar.bz2 gentoo-2-bbf027928ade30d3ddc3d3b8ec7e16df99f816df.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/gentoo-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/gentoo-syntax/gentoo-syntax-1.14.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog index b8b4f9f59edc..66e85c75aaac 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.14 2009/02/23 19:32:07 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.15 2009/09/25 08:41:50 graaff Exp $ + +*gentoo-syntax-1.14 (25 Sep 2009) + + 25 Sep 2009; Hans de Graaff <graaff@gentoo.org> + +gentoo-syntax-1.14.ebuild: + Version bump. 23 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -gentoo-syntax-1.8.ebuild: diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.14.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.14.ebuild new file mode 100644 index 000000000000..fe8783619414 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.14.ebuild,v 1.1 2009/09/25 08:41:50 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}" |