summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-15 22:47:28 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-15 22:47:28 +0000
commit9a598fbebecfd7e4cae8a9b963385a05f9094c9f (patch)
treefbfc3e77b86945c52982fa7b274bc42c718b1c07 /app-emacs
parentwhitespace (diff)
downloadgentoo-2-9a598fbebecfd7e4cae8a9b963385a05f9094c9f.tar.gz
gentoo-2-9a598fbebecfd7e4cae8a9b963385a05f9094c9f.tar.bz2
gentoo-2-9a598fbebecfd7e4cae8a9b963385a05f9094c9f.zip
Version bump.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog8
-rw-r--r--app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.83
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index cd12de916c74..202b77ad6496 100644
--- a/app-emacs/gentoo-syntax/ChangeLog
+++ b/app-emacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/gentoo-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.7 2007/11/25 17:01:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.8 2007/12/15 22:47:28 ulm Exp $
+
+*gentoo-syntax-1.8 (15 Dec 2007)
+
+ 15 Dec 2007; Ulrich Mueller <ulm@gentoo.org> +gentoo-syntax-1.8.ebuild:
+ Version bump: New functions for ebuild keywording; support for echangelog;
+ added keywords for several eclasses.
*gentoo-syntax-9999 (25 Nov 2007)
diff --git a/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.8 b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.8
new file mode 100644
index 000000000000..ca71275d1362
--- /dev/null
+++ b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.8
@@ -0,0 +1,3 @@
+MD5 ffa979fdcd09e72ac8429ba24f8b5183 gentoo-syntax-1.8.tar.bz2 12052
+RMD160 02faad141c84998d5a64660e2301246f6033d1b2 gentoo-syntax-1.8.tar.bz2 12052
+SHA256 549a969cfa311e199d5880c47ee8440140983fb823770a34232f0ab4add395c8 gentoo-syntax-1.8.tar.bz2 12052
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild
new file mode 100644
index 000000000000..d76708cac000
--- /dev/null
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 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.8.ebuild,v 1.1 2007/12/15 22:47:28 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="~amd64 ~ppc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+SITEFILE=51${PN}-gentoo.el
+DOCS="ChangeLog"