summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-23 11:51:34 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-23 11:51:34 +0000
commit5b39f965083344590b1a9956cde034b6c70172ec (patch)
tree9cc968b2c9ac0da5d287242f3f89d02eeaafaf8e /app-emacs/undo-tree
parentRemove old. (diff)
downloadgentoo-2-5b39f965083344590b1a9956cde034b6c70172ec.tar.gz
gentoo-2-5b39f965083344590b1a9956cde034b6c70172ec.tar.bz2
gentoo-2-5b39f965083344590b1a9956cde034b6c70172ec.zip
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r--app-emacs/undo-tree/ChangeLog5
-rw-r--r--app-emacs/undo-tree/undo-tree-0.6.3.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/app-emacs/undo-tree/ChangeLog b/app-emacs/undo-tree/ChangeLog
index c71994f9fb04..f7acea709a18 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.10 2014/03/23 10:02:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/ChangeLog,v 1.11 2014/03/23 11:51:34 ulm Exp $
+
+ 23 Mar 2014; Ulrich Müller <ulm@gentoo.org> -undo-tree-0.6.3.ebuild:
+ Remove old.
23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> undo-tree-0.6.4.ebuild:
Stable for x86, wrt bug #503196
diff --git a/app-emacs/undo-tree/undo-tree-0.6.3.ebuild b/app-emacs/undo-tree/undo-tree-0.6.3.ebuild
deleted file mode 100644
index aebdf61f30a7..000000000000
--- a/app-emacs/undo-tree/undo-tree-0.6.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.2 2013/07/19 17:17:07 ulm Exp $
-
-EAPI=4
-NEED_EMACS=22
-
-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+"
-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."