diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 19:56:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-08 19:56:25 +0000 |
commit | 01db36c4dfbbbb284bdc832a0a25b7ca18f422dd (patch) | |
tree | e4a3c9b389d6318cd2d139c64dd967fe78768de1 /app-emacs | |
parent | old (diff) | |
download | gentoo-2-01db36c4dfbbbb284bdc832a0a25b7ca18f422dd.tar.gz gentoo-2-01db36c4dfbbbb284bdc832a0a25b7ca18f422dd.tar.bz2 gentoo-2-01db36c4dfbbbb284bdc832a0a25b7ca18f422dd.zip |
Version bump.
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 0f5bada27e46..29a73068a524 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.19 2008/04/24 20:11:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.20 2008/05/08 19:56:25 ulm Exp $ + +*gentoo-syntax-1.9 (08 May 2008) + + 08 May 2008; Ulrich Mueller <ulm@gentoo.org> +gentoo-syntax-1.9.ebuild: + Version bump. 24 Apr 2008; Jeroen Roovers <jer@gentoo.org> gentoo-syntax-1.8.ebuild: Stable for HPPA (bug #214285). diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild new file mode 100644 index 000000000000..ad7957268ae5 --- /dev/null +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.9.ebuild,v 1.1 2008/05/08 19:56:25 ulm Exp $ + +inherit elisp + +DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" +HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +SITEFILE=51${PN}-gentoo.el +DOCS="ChangeLog" + +pkg_postinst() { + elisp-site-regen + + elog "Some optional features may require installation of additional" + elog "packages, like app-portage/gentoolkit-dev for echangelog." +} |