Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/undo-tree/
Date: Wed, 26 Jun 2019 09:07:39
Message-Id: 1561540043.a3b92083250268dd50961a22aa3708358618f821.ulm@gentoo
1 commit: a3b92083250268dd50961a22aa3708358618f821
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 26 09:06:56 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 26 09:07:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b92083
7
8 app-emacs/undo-tree: Remove old.
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/undo-tree/Manifest | 2 --
14 app-emacs/undo-tree/undo-tree-0.5.2.ebuild | 22 ----------------------
15 app-emacs/undo-tree/undo-tree-0.6.4.ebuild | 19 -------------------
16 3 files changed, 43 deletions(-)
17
18 diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest
19 index 3e8128ceb16..9a03a3b6188 100644
20 --- a/app-emacs/undo-tree/Manifest
21 +++ b/app-emacs/undo-tree/Manifest
22 @@ -1,3 +1 @@
23 -DIST undo-tree-0.5.2.el.bz2 27985 BLAKE2B a9c4fe9a1cf245278f88df97d6269c81a3ebae9d10a62b8390805c06636516fb7163dc5b4cfc81463e0b45f9cd04664b8aa5c86c3ebb56a7f07e86ee45f0305c SHA512 62b355cbebd4e17a59b70acdae69bdddc9a6fd57d5c684d0560eb03dfac69121bc63941ef6520853b174a6de0a5ae54dc4f240a55f0623312a86e799ea3785d0
24 -DIST undo-tree-0.6.4.el.xz 31124 BLAKE2B a81bb93489189d04ea81b98912fef6b7a6903f24548dcf9a9f44decc77e3219dd233d2d91c1c6c32047565297aa8583c09dc451ca060a10b52fc7b4e85d32b2d SHA512 e7017b23cceaf544de855bb21059959df539f5380db9c15b62f171d037b6ebb2d31f86f7ab3b724b048dafddfc3d2ace65dfac84c3eb0f6847489afb7f4b99cc
25 DIST undo-tree-0.6.6.el.xz 31520 BLAKE2B 01ddd3283ab257de91bd3f38969b7426f21df58e010302d21ea093c9428481a4595ea7806c107c7f87f46825bf379e22423004a72d73fedf8c2a6138afeba510 SHA512 0510ca0020515d0afaf13dcfd1878fa527472a4115534b8f72ed907507a700b34fe7151f0f9aca3e9977f9d48a6fae231483beb14b63f1ce734dd6b3b0322a7a
26
27 diff --git a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
28 deleted file mode 100644
29 index 89bd897ea23..00000000000
30 --- a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=4
37 -
38 -inherit elisp
39 -
40 -DESCRIPTION="Undo trees and visualization"
41 -HOMEPAGE="http://www.dr-qubit.org/undo-tree.html"
42 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -SITEFILE="50${PN}-gentoo.el"
49 -
50 -pkg_postinst() {
51 - elisp-site-regen
52 - elog "To enable undo trees globally, place '(global-undo-tree-mode)'"
53 - elog "in your .emacs file."
54 -}
55
56 diff --git a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
57 deleted file mode 100644
58 index 57ba4e7aba6..00000000000
59 --- a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
60 +++ /dev/null
61 @@ -1,19 +0,0 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=4
66 -NEED_EMACS=24
67 -
68 -inherit readme.gentoo elisp
69 -
70 -DESCRIPTION="Undo trees and visualization"
71 -HOMEPAGE="http://www.dr-qubit.org/undo-tree.html"
72 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
73 -
74 -LICENSE="GPL-3+"
75 -SLOT="0"
76 -KEYWORDS="amd64 x86"
77 -
78 -SITEFILE="50${PN}-gentoo.el"
79 -DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
80 - in your .emacs file."