diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-05-14 05:07:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-05-14 05:07:53 +0000 |
commit | c1a402af46cb13483b893cc0cae23ec387c615de (patch) | |
tree | e02490e2d6a30b7ca5337baaa4f58f7c00c0720b /app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild | |
parent | Forgot to remove dep on which, went another way to test native2ascii being on... (diff) | |
download | historical-c1a402af46cb13483b893cc0cae23ec387c615de.tar.gz historical-c1a402af46cb13483b893cc0cae23ec387c615de.tar.bz2 historical-c1a402af46cb13483b893cc0cae23ec387c615de.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild')
-rw-r--r-- | app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild new file mode 100644 index 000000000000..66f37117fbb8 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 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.9.ebuild,v 1.1 2008/05/14 05:07:53 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}" |