diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-07-19 06:32:47 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-07-19 06:32:47 +0000 |
commit | 0fbac2100263db58cdb0d6690ea3a0013b6b86c8 (patch) | |
tree | 1cdf431592e4501e63c8cec1427f585992ab4f29 /app-emacs/undo-tree | |
parent | Version bump. (diff) | |
download | gentoo-2-0fbac2100263db58cdb0d6690ea3a0013b6b86c8.tar.gz gentoo-2-0fbac2100263db58cdb0d6690ea3a0013b6b86c8.tar.bz2 gentoo-2-0fbac2100263db58cdb0d6690ea3a0013b6b86c8.zip |
Bump to 0.6.3 (bug 477340)
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r-- | app-emacs/undo-tree/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.6.3.ebuild | 25 |
2 files changed, 32 insertions, 3 deletions
diff --git a/app-emacs/undo-tree/ChangeLog b/app-emacs/undo-tree/ChangeLog index abdfc637bce4..94fe086006dd 100644 --- a/app-emacs/undo-tree/ChangeLog +++ b/app-emacs/undo-tree/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/undo-tree -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.5 2012/07/15 18:02:26 ulm Exp $ +# 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 $ + +*undo-tree-0.6.3 (19 Jul 2013) + + 19 Jul 2013; Thomas Kahle <tomka@gentoo.org> +undo-tree-0.6.3.ebuild: + Bump to 0.6.3 (bug 477340) *undo-tree-0.5.2 (15 Jul 2012) @@ -29,4 +34,3 @@ 17 Nov 2010; Thomas Kahle <tomka@gentoo.org> +files/50undo-tree-gentoo.el, +undo-tree-0.1.7_pre20101117.ebuild, +metadata.xml: initial import. - diff --git a/app-emacs/undo-tree/undo-tree-0.6.3.ebuild b/app-emacs/undo-tree/undo-tree-0.6.3.ebuild new file mode 100644 index 000000000000..2ad00fd3ca95 --- /dev/null +++ b/app-emacs/undo-tree/undo-tree-0.6.3.ebuild @@ -0,0 +1,25 @@ +# 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 $ + +EAPI=4 +NEED_EMACS=22 + +inherit 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" +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." +} |