diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-06-26 11:06:56 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-06-26 11:07:23 +0200 |
commit | a3b92083250268dd50961a22aa3708358618f821 (patch) | |
tree | 14b55538709c76bf0dad0600ed2a94f44f3e7ebd /app-emacs/undo-tree | |
parent | net-misc/youtube-dl: Old (diff) | |
download | gentoo-a3b92083250268dd50961a22aa3708358618f821.tar.gz gentoo-a3b92083250268dd50961a22aa3708358618f821.tar.bz2 gentoo-a3b92083250268dd50961a22aa3708358618f821.zip |
app-emacs/undo-tree: Remove old.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r-- | app-emacs/undo-tree/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.5.2.ebuild | 22 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.6.4.ebuild | 19 |
3 files changed, 0 insertions, 43 deletions
diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest index 3e8128ceb16c..9a03a3b61889 100644 --- a/app-emacs/undo-tree/Manifest +++ b/app-emacs/undo-tree/Manifest @@ -1,3 +1 @@ -DIST undo-tree-0.5.2.el.bz2 27985 BLAKE2B a9c4fe9a1cf245278f88df97d6269c81a3ebae9d10a62b8390805c06636516fb7163dc5b4cfc81463e0b45f9cd04664b8aa5c86c3ebb56a7f07e86ee45f0305c SHA512 62b355cbebd4e17a59b70acdae69bdddc9a6fd57d5c684d0560eb03dfac69121bc63941ef6520853b174a6de0a5ae54dc4f240a55f0623312a86e799ea3785d0 -DIST undo-tree-0.6.4.el.xz 31124 BLAKE2B a81bb93489189d04ea81b98912fef6b7a6903f24548dcf9a9f44decc77e3219dd233d2d91c1c6c32047565297aa8583c09dc451ca060a10b52fc7b4e85d32b2d SHA512 e7017b23cceaf544de855bb21059959df539f5380db9c15b62f171d037b6ebb2d31f86f7ab3b724b048dafddfc3d2ace65dfac84c3eb0f6847489afb7f4b99cc DIST undo-tree-0.6.6.el.xz 31520 BLAKE2B 01ddd3283ab257de91bd3f38969b7426f21df58e010302d21ea093c9428481a4595ea7806c107c7f87f46825bf379e22423004a72d73fedf8c2a6138afeba510 SHA512 0510ca0020515d0afaf13dcfd1878fa527472a4115534b8f72ed907507a700b34fe7151f0f9aca3e9977f9d48a6fae231483beb14b63f1ce734dd6b3b0322a7a diff --git a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild deleted file mode 100644 index 89bd897ea230..000000000000 --- a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Undo trees and visualization" -HOMEPAGE="http://www.dr-qubit.org/undo-tree.html" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -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 deleted file mode 100644 index 57ba4e7aba62..000000000000 --- a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -NEED_EMACS=24 - -inherit readme.gentoo elisp - -DESCRIPTION="Undo trees and visualization" -HOMEPAGE="http://www.dr-qubit.org/undo-tree.html" -SRC_URI="https://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." |