diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-01-17 09:58:55 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-01-17 09:58:55 +0000 |
commit | 98f2ad8cee0ef4abd2dc2c91b8225c6d0df26066 (patch) | |
tree | 936fa77bf3daf6ac26958cf07844674b04c63f25 /app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild | |
parent | version bump (diff) | |
download | historical-98f2ad8cee0ef4abd2dc2c91b8225c6d0df26066.tar.gz historical-98f2ad8cee0ef4abd2dc2c91b8225c6d0df26066.tar.bz2 historical-98f2ad8cee0ef4abd2dc2c91b8225c6d0df26066.zip |
Version bump.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild')
-rw-r--r-- | app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild b/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.ebuild new file mode 100644 index 000000000000..69041cf02569 --- /dev/null +++ b/app-xemacs/gentoo-syntax/gentoo-syntax-1.16.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.16.ebuild,v 1.1 2010/01/17 09:58:55 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}" |