Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/undo-tree/
Date: Sun, 19 Mar 2023 14:18:24
Message-Id: 1679233990.8f418f21ab143b93c1777904bc34ab73c0752c2f.xgqt@gentoo
1 commit: 8f418f21ab143b93c1777904bc34ab73c0752c2f
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 13:15:00 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:53:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f418f21
7
8 app-emacs/undo-tree: DEPEND -> BDEPEND
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 .../{undo-tree-0.8.1.ebuild => undo-tree-0.8.1-r1.ebuild} | 9 +++++----
13 .../{undo-tree-0.8.2.ebuild => undo-tree-0.8.2-r1.ebuild} | 6 +++---
14 2 files changed, 8 insertions(+), 7 deletions(-)
15
16 diff --git a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild
17 similarity index 85%
18 rename from app-emacs/undo-tree/undo-tree-0.8.1.ebuild
19 rename to app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild
20 index dfeb0ba97404..be73ca2aef7e 100644
21 --- a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild
22 +++ b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2022 Gentoo Authors
25 +# Copyright 1999-2023 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 +
30 NEED_EMACS=24
31
32 inherit readme.gentoo-r1 elisp
33 @@ -15,9 +16,9 @@ LICENSE="GPL-3+"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36
37 +RDEPEND="app-emacs/queue"
38 +BDEPEND="${RDEPEND}"
39 +
40 SITEFILE="50${PN}-gentoo.el"
41 DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
42 in your .emacs file."
43 -
44 -DEPEND="app-emacs/queue"
45 -RDEPEND="${DEPEND}"
46
47 diff --git a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild
48 similarity index 91%
49 rename from app-emacs/undo-tree/undo-tree-0.8.2.ebuild
50 rename to app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild
51 index fc23a69f50bb..be6057114bef 100644
52 --- a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild
53 +++ b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild
54 @@ -15,9 +15,9 @@ LICENSE="GPL-3+"
55 SLOT="0"
56 KEYWORDS="~amd64 ~x86"
57
58 -DEPEND="app-emacs/queue"
59 -RDEPEND="${DEPEND}"
60 +RDEPEND="app-emacs/queue"
61 +BDEPEND="${RDEPEND}"
62
63 +SITEFILE="50${PN}-gentoo.el"
64 DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
65 in your .emacs file."
66 -SITEFILE="50${PN}-gentoo.el"