| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gentoo-syntax/gentoo-syntax-1.19.ebuild,v 1.2 2012/06/04 09:51:55 ago Exp $ |
| 4 |
|
| 5 |
inherit xemacs-elisp eutils |
| 6 |
|
| 7 |
DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files." |
| 8 |
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/index.xml" |
| 9 |
SRC_URI="mirror://gentoo/${P}.tar.bz2" |
| 10 |
LICENSE="GPL-2" |
| 11 |
SLOT="0" |
| 12 |
KEYWORDS="amd64 x86" |
| 13 |
IUSE="" |
| 14 |
|
| 15 |
RDEPEND=">=app-editors/xemacs-21.4.20-r5 |
| 16 |
app-xemacs/sh-script" |
| 17 |
DEPEND="${RDEPEND}" |