summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-22 22:41:09 +0000
committerUlrich Müller <ulm@gentoo.org>2012-09-22 22:41:09 +0000
commitff6055c0387fc91f9bb98f851a62890608b05822 (patch)
tree46b38e2935db11eccdd63d1a234177e55276b4fe /app-emacs/gentoo-syntax
parentVersion bump (diff)
downloadgentoo-2-ff6055c0387fc91f9bb98f851a62890608b05822.tar.gz
gentoo-2-ff6055c0387fc91f9bb98f851a62890608b05822.tar.bz2
gentoo-2-ff6055c0387fc91f9bb98f851a62890608b05822.zip
Version bump.
(Portage version: 2.1.11.20/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog7
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index 344da77358e0..5f18a0c5bc3e 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.82 2012/09/22 13:20:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.83 2012/09/22 22:41:09 ulm Exp $
+
+*gentoo-syntax-1.20 (22 Sep 2012)
+
+ 22 Sep 2012; Ulrich Müller <ulm@gentoo.org> +gentoo-syntax-1.20.ebuild:
+ Version bump.
22 Sep 2012; Ulrich Müller <ulm@gentoo.org> files/50gentoo-syntax-gentoo.el,
-gentoo-syntax-1.17.ebuild, -gentoo-syntax-1.18.ebuild,
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild
new file mode 100644
index 000000000000..d79831b30a8e
--- /dev/null
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 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.20.ebuild,v 1.1 2012/09/22 22:41:09 ulm Exp $
+
+EAPI=4
+
+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 ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+DOCS="ChangeLog keyword-generation.sh"
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+pkg_postinst() {
+ elisp-site-regen
+
+ elog "Some optional features may require installation of additional"
+ elog "packages, like app-portage/gentoolkit-dev for echangelog."
+}