summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-10 20:35:33 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-10 20:35:33 +0000
commita5630cd2575d4d984022362a37a573861cf31989 (patch)
treeb5257ba7f381eaf5664ee532016c7293045ec04c /app-emacs/undo-tree
parentInitial import (diff)
downloadgentoo-2-a5630cd2575d4d984022362a37a573861cf31989.tar.gz
gentoo-2-a5630cd2575d4d984022362a37a573861cf31989.tar.bz2
gentoo-2-a5630cd2575d4d984022362a37a573861cf31989.zip
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r--app-emacs/undo-tree/ChangeLog10
-rw-r--r--app-emacs/undo-tree/files/50undo-tree-gentoo.el1
-rw-r--r--app-emacs/undo-tree/undo-tree-0.1.7.ebuild26
-rw-r--r--app-emacs/undo-tree/undo-tree-0.6.4.ebuild20
4 files changed, 28 insertions, 29 deletions
diff --git a/app-emacs/undo-tree/ChangeLog b/app-emacs/undo-tree/ChangeLog
index 2ef59cd3f435..5731082b3cc0 100644
--- a/app-emacs/undo-tree/ChangeLog
+++ b/app-emacs/undo-tree/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2013/07/19 17:17:07 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.8 2014/02/10 20:35:33 ulm Exp $
+
+*undo-tree-0.6.4 (10 Feb 2014)
+
+ 10 Feb 2014; Ulrich Müller <ulm@gentoo.org> -undo-tree-0.1.7.ebuild,
+ +undo-tree-0.6.4.ebuild:
+ Version bump. Remove old.
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.
diff --git a/app-emacs/undo-tree/files/50undo-tree-gentoo.el b/app-emacs/undo-tree/files/50undo-tree-gentoo.el
index 6fcc1baaf120..faba34afbe35 100644
--- a/app-emacs/undo-tree/files/50undo-tree-gentoo.el
+++ b/app-emacs/undo-tree/files/50undo-tree-gentoo.el
@@ -1,4 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
-
(autoload 'undo-tree-mode "undo-tree" "Enable undo-trees" t)
(autoload 'global-undo-tree-mode "undo-tree" "Enable undo-trees globally" t)
diff --git a/app-emacs/undo-tree/undo-tree-0.1.7.ebuild b/app-emacs/undo-tree/undo-tree-0.1.7.ebuild
deleted file mode 100644
index 6cb5feaad466..000000000000
--- a/app-emacs/undo-tree/undo-tree-0.1.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 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.1.7.ebuild,v 1.1 2010/12/01 11:45:14 tomka Exp $
-
-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
- http://dev.gentoo.org/~tomka/files/${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."
-}
diff --git a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
new file mode 100644
index 000000000000..de4772517836
--- /dev/null
+++ b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 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.4.ebuild,v 1.1 2014/02/10 20:35:33 ulm Exp $
+
+EAPI=4
+NEED_EMACS=24
+
+inherit readme.gentoo elisp
+
+DESCRIPTION="Undo trees and visualization"
+HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree"
+SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
+ in your .emacs file."