summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-01-07 12:35:48 +0000
committerUlrich Müller <ulm@gentoo.org>2009-01-07 12:35:48 +0000
commitd3f83eb7ba3f6672572d907a75f8c501f8f62162 (patch)
tree025a149aa45f583e249da5bfcf488632d020c4d9 /app-emacs
parentversion bump (diff)
downloadgentoo-2-d3f83eb7ba3f6672572d907a75f8c501f8f62162.tar.gz
gentoo-2-d3f83eb7ba3f6672572d907a75f8c501f8f62162.tar.bz2
gentoo-2-d3f83eb7ba3f6672572d907a75f8c501f8f62162.zip
Version bump.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog9
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index 13745fe3c28a..5fea07a91308 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.28 2008/12/27 22:47:31 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.29 2009/01/07 12:35:48 ulm Exp $
+
+*gentoo-syntax-1.11 (07 Jan 2009)
+
+ 07 Jan 2009; Ulrich Mueller <ulm@gentoo.org> +gentoo-syntax-1.11.ebuild:
+ Version bump.
*gentoo-syntax-1.10 (27 Dec 2008)
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild
new file mode 100644
index 000000000000..9f221ed01daf
--- /dev/null
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.11.ebuild,v 1.1 2009/01/07 12:35:48 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."
+}