diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-01-02 18:16:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-01-02 18:16:47 +0000 |
commit | 0b0c6312dc8075a9af21761b0b3be075c6644cca (patch) | |
tree | 35f313f389469919879e905c9a25270cdd97c8ea /app-xemacs | |
parent | Add dependency on krunner, it was missing (diff) | |
download | gentoo-2-0b0c6312dc8075a9af21761b0b3be075c6644cca.tar.gz gentoo-2-0b0c6312dc8075a9af21761b0b3be075c6644cca.tar.bz2 gentoo-2-0b0c6312dc8075a9af21761b0b3be075c6644cca.zip |
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 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.10.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-xemacs/gentoo-syntax/ChangeLog b/app-xemacs/gentoo-syntax/ChangeLog index ff1ed668e676..7964912c49ef 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.8 2009/01/02 13:33:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/ChangeLog,v 1.9 2009/01/02 18:16:47 graaff Exp $ + +*gentoo-syntax-1.10 (02 Jan 2009) + + 02 Jan 2009; Hans de Graaff <graaff@gentoo.org> + +gentoo-syntax-1.10.ebuild: + Version bump 02 Jan 2009; Hans de Graaff <graaff@gentoo.org> -gentoo-syntax-1.7.ebuild: Remove old version diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild new file mode 100644 index 000000000000..c01d8081eb01 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.10.ebuild @@ -0,0 +1,19 @@ +# 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.10.ebuild,v 1.1 2009/01/02 18:16:47 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}" + + |