Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/email2trac/
Date: Sun, 09 Feb 2020 16:11:17
Message-Id: 1581264649.66590d9f2c0d3a03c00bd14637d1353d87a4b177.mgorny@gentoo
1 commit: 66590d9f2c0d3a03c00bd14637d1353d87a4b177
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:41:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66590d9f
7
8 app-misc/email2trac: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/email2trac/email2trac-2.6.2-r1.ebuild | 4 ++--
13 app-misc/email2trac/email2trac-2.8.4.ebuild | 4 ++--
14 .../{email2trac-2.8.8.ebuild => email2trac-2.8.8-r1.ebuild} | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
18 index 8ab769b33c3..06cbb0e81cb 100644
19 --- a/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
20 +++ b/app-misc/email2trac/email2trac-2.6.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30 RDEPEND="${PYTHON_DEPS}
31 - <www-apps/trac-1.1[${PYTHON_USEDEP}]"
32 + <www-apps/trac-1.1[${PYTHON_SINGLE_USEDEP}]"
33
34 pkg_setup() {
35 einfo "You can set the following variables in make.conf:"
36
37 diff --git a/app-misc/email2trac/email2trac-2.8.4.ebuild b/app-misc/email2trac/email2trac-2.8.4.ebuild
38 index 7c7443a662c..8ebdae6ac93 100644
39 --- a/app-misc/email2trac/email2trac-2.8.4.ebuild
40 +++ b/app-misc/email2trac/email2trac-2.8.4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="5"
47 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
48 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49
50 RDEPEND="${PYTHON_DEPS}
51 - <www-apps/trac-1.2[${PYTHON_USEDEP}]"
52 + <www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
53
54 pkg_setup() {
55 einfo "You can set the following variables in make.conf:"
56
57 diff --git a/app-misc/email2trac/email2trac-2.8.8.ebuild b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
58 similarity index 91%
59 rename from app-misc/email2trac/email2trac-2.8.8.ebuild
60 rename to app-misc/email2trac/email2trac-2.8.8-r1.ebuild
61 index 7c7443a662c..8ebdae6ac93 100644
62 --- a/app-misc/email2trac/email2trac-2.8.8.ebuild
63 +++ b/app-misc/email2trac/email2trac-2.8.8-r1.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 +# Copyright 1999-2020 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="5"
70 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
71 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
72
73 RDEPEND="${PYTHON_DEPS}
74 - <www-apps/trac-1.2[${PYTHON_USEDEP}]"
75 + <www-apps/trac-1.2[${PYTHON_SINGLE_USEDEP}]"
76
77 pkg_setup() {
78 einfo "You can set the following variables in make.conf:"