diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-03-16 09:27:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-03-16 09:27:58 +0000 |
commit | afd77c9f7837bedd8871f194fb277b7fc6f8d972 (patch) | |
tree | 4e57d302461a67f7651168c602a4cceb3daf0b56 /app-emacs | |
parent | Version bump (diff) | |
download | gentoo-2-afd77c9f7837bedd8871f194fb277b7fc6f8d972.tar.gz gentoo-2-afd77c9f7837bedd8871f194fb277b7fc6f8d972.tar.bz2 gentoo-2-afd77c9f7837bedd8871f194fb277b7fc6f8d972.zip |
Use readme.gentoo instead of elog.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild | 13 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 10e68373c865..c8987a1e864b 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.92 2013/03/09 07:43:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.93 2013/03/16 09:27:58 ulm Exp $ + + 16 Mar 2013; Ulrich Müller <ulm@gentoo.org> gentoo-syntax-1.21.ebuild: + Use readme.gentoo instead of elog. *gentoo-syntax-1.21 (08 Mar 2013) diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild index 3edadfd06038..df31fb1a0d0f 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 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.21.ebuild,v 1.1 2013/03/09 07:43:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.21.ebuild,v 1.2 2013/03/16 09:27:58 ulm Exp $ EAPI=5 -inherit elisp +inherit readme.gentoo elisp DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" @@ -17,10 +17,5 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbs 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." -} +DOC_CONTENTS="Some optional features may require installation of additional + packages, like app-portage/gentoolkit-dev for echangelog." |