summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-07-15 18:02:26 +0000
committerUlrich Müller <ulm@gentoo.org>2012-07-15 18:02:26 +0000
commit275383f1a36c0d0cfd275281eb9c3e3a2516a6a2 (patch)
treecd8d1bcaa1d3d3fb7a670c6223e6748cdf4f7e79 /app-emacs/undo-tree/undo-tree-0.5.2.ebuild
parentalpha/sparc stable wrt #410611 (diff)
downloadgentoo-2-275383f1a36c0d0cfd275281eb9c3e3a2516a6a2.tar.gz
gentoo-2-275383f1a36c0d0cfd275281eb9c3e3a2516a6a2.tar.bz2
gentoo-2-275383f1a36c0d0cfd275281eb9c3e3a2516a6a2.zip
Version bump. Amend longdescription in metadata.
(Portage version: 2.1.11.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/undo-tree/undo-tree-0.5.2.ebuild')
-rw-r--r--app-emacs/undo-tree/undo-tree-0.5.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
new file mode 100644
index 000000000000..2c34a9b742c9
--- /dev/null
+++ b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 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.5.2.ebuild,v 1.1 2012/07/15 18:02:26 ulm 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."
+}