diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-19 17:17:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-19 17:17:07 +0000 |
commit | c1edc077dd85e2847727a1672045f92c258bdd0d (patch) | |
tree | fc30c5aba0269251353f2561aa37cf179672c4bd /app-emacs | |
parent | Revert previous change; pypy-bin was committed prematurely. (diff) | |
download | gentoo-2-c1edc077dd85e2847727a1672045f92c258bdd0d.tar.gz gentoo-2-c1edc077dd85e2847727a1672045f92c258bdd0d.tar.bz2 gentoo-2-c1edc077dd85e2847727a1672045f92c258bdd0d.zip |
Replace elog message by DOC_CONTENTS for readme.gentoo.eclass.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/undo-tree/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.6.3.ebuild | 15 |
2 files changed, 9 insertions, 11 deletions
diff --git a/app-emacs/undo-tree/ChangeLog b/app-emacs/undo-tree/ChangeLog index 94fe086006dd..2ef59cd3f435 100644 --- a/app-emacs/undo-tree/ChangeLog +++ b/app-emacs/undo-tree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/undo-tree # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.6 2013/07/19 06:32:47 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.7 2013/07/19 17:17:07 ulm Exp $ + + 19 Jul 2013; Ulrich Müller <ulm@gentoo.org> undo-tree-0.6.3.ebuild: + Replace elog message by DOC_CONTENTS for readme.gentoo.eclass. *undo-tree-0.6.3 (19 Jul 2013) diff --git a/app-emacs/undo-tree/undo-tree-0.6.3.ebuild b/app-emacs/undo-tree/undo-tree-0.6.3.ebuild index 2ad00fd3ca95..aebdf61f30a7 100644 --- a/app-emacs/undo-tree/undo-tree-0.6.3.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.6.3.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.6.3.ebuild,v 1.1 2013/07/19 06:32:47 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.6.3.ebuild,v 1.2 2013/07/19 17:17:07 ulm Exp $ EAPI=4 NEED_EMACS=22 -inherit elisp +inherit readme.gentoo elisp DESCRIPTION="Undo trees and visualization" HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree" SRC_URI="mirror://gentoo/${P}.el.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - elog "To enable undo trees globally, place '(global-undo-tree-mode)'" - elog "in your .emacs file." -} +DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' + in your .emacs file." |