sci-mathematics/maxima: import
[portage-prefix-bleeding-edge-ebuilds.git] / app-emacs / gentoo-syntax / gentoo-syntax-1.9.ebuild
blobfee792d607e469048e74e4087567d6c1a9171ec9
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild,v 1.7 2008/10/27 22:50:44 ranger Exp $
5 EAPI="prefix"
7 inherit elisp
9 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
10 HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
11 SRC_URI="mirror://gentoo/${P}.tar.bz2"
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
16 IUSE=""
18 SITEFILE=51${PN}-gentoo.el
19 DOCS="ChangeLog"
21 pkg_postinst() {
22 elisp-site-regen
24 elog "Some optional features may require installation of additional"
25 elog "packages, like app-portage/gentoolkit-dev for echangelog."