diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-25 10:00:28 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-25 10:00:28 +0000 |
commit | 6b43f11dc781a017c3f1b09efafb6ee8e258cff1 (patch) | |
tree | 8096c5c95bb3d72053f4238001c986c8c34e7479 /app-emacs/gentoo-syntax | |
parent | remove ROOT abuse, bug 167271 (diff) | |
download | gentoo-2-6b43f11dc781a017c3f1b09efafb6ee8e258cff1.tar.gz gentoo-2-6b43f11dc781a017c3f1b09efafb6ee8e258cff1.tar.bz2 gentoo-2-6b43f11dc781a017c3f1b09efafb6ee8e258cff1.zip |
revision bump to install the ChangeLog file. Added some quotes
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.6-r1 | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild | 28 |
3 files changed, 41 insertions, 1 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 1f188cc7468a..146ecd5a454b 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.1 2007/06/21 18:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.2 2007/06/25 10:00:28 opfer Exp $ + +*gentoo-syntax-1.6-r1 (25 Jun 2007) + + 25 Jun 2007; Christian Faulhammer <opfer@gentoo.org> + +gentoo-syntax-1.6-r1.ebuild: + revision bump to install the ChangeLog file. Added some quotes *gentoo-syntax-1.6 (21 Jun 2007) diff --git a/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.6-r1 b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.6-r1 new file mode 100644 index 000000000000..fc44823d27d7 --- /dev/null +++ b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-1.6-r1 @@ -0,0 +1,6 @@ +MD5 9ad2d7506c6e1f748a4278d7ccd9d1ae gentoo-syntax-1.6-ChangeLog.bz2 1291 +RMD160 e6f833c38b4415f02315a2550696c3890034aab1 gentoo-syntax-1.6-ChangeLog.bz2 1291 +SHA256 8c0d91df9c08209aa34cf8f579f03d1248b46d4630cd53efb2ae5bc4eb4aee27 gentoo-syntax-1.6-ChangeLog.bz2 1291 +MD5 c6beb74102dba8ea11663904644fdcee gentoo-syntax-1.6.el.bz2 3724 +RMD160 2ed931013c7801dd4f49b4f0be8a76234d5937ad gentoo-syntax-1.6.el.bz2 3724 +SHA256 b72f34f7e6dde499220f5e94c117b905183feaa1fdeff599735a4127dad91567 gentoo-syntax-1.6.el.bz2 3724 diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild new file mode 100644 index 000000000000..3e4be2c47513 --- /dev/null +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild @@ -0,0 +1,28 @@ +# 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.6-r1.ebuild,v 1.1 2007/06/25 10:00:28 opfer 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}.el.bz2 + mirror://gentoo/${PN}-${PV}-ChangeLog.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +SIMPLE_ELISP=t +SITEFILE=51${PN}-gentoo.el + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + newdoc "${WORKDIR}/${PN}-${PV}-ChangeLog" ChangeLog + + # the following is for backwards compatibility + dosym gentoo-syntax.el "${SITELISP}/${PN}/ebuild-mode.el" + dosym gentoo-syntax.elc "${SITELISP}/${PN}/ebuild-mode.elc" +} |