Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subunit/
Date: Wed, 25 May 2016 23:05:46
Message-Id: 1464217522.e8a0e66dc4f478995658812b85a13d20de45b795.dilfridge@gentoo
1 commit: e8a0e66dc4f478995658812b85a13d20de45b795
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 23:05:22 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 23:05:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a0e66d
7
8 dev-python/subunit: Perl needs to be in RDEPEND, too. Empty revbump so the Perl subslot is recorded during rebuild.
9
10 Package-Manager: portage-2.3.0_rc1
11 RepoMan-Options: --force
12
13 dev-python/subunit/subunit-1.1.0.ebuild | 7 ++++---
14 .../subunit/{subunit-1.2.0.ebuild => subunit-1.2.0-r1.ebuild} | 7 ++++---
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/subunit/subunit-1.1.0.ebuild b/dev-python/subunit/subunit-1.1.0.ebuild
18 index f99802a..701b63f 100644
19 --- a/dev-python/subunit/subunit-1.1.0.ebuild
20 +++ b/dev-python/subunit/subunit-1.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -19,10 +19,11 @@ IUSE="static-libs test"
28
29 RDEPEND="
30 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
31 - dev-python/extras[${PYTHON_USEDEP}]"
32 + dev-python/extras[${PYTHON_USEDEP}]
33 + dev-lang/perl:=
34 +"
35 DEPEND="${RDEPEND}
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 - dev-lang/perl:=
38 >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
39 >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
40 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
41
42 diff --git a/dev-python/subunit/subunit-1.2.0.ebuild b/dev-python/subunit/subunit-1.2.0-r1.ebuild
43 similarity index 97%
44 rename from dev-python/subunit/subunit-1.2.0.ebuild
45 rename to dev-python/subunit/subunit-1.2.0-r1.ebuild
46 index 3f93852..b529dbe 100644
47 --- a/dev-python/subunit/subunit-1.2.0.ebuild
48 +++ b/dev-python/subunit/subunit-1.2.0-r1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -19,10 +19,11 @@ IUSE="static-libs test"
56
57 RDEPEND="
58 >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
59 - dev-python/extras[${PYTHON_USEDEP}]"
60 + dev-python/extras[${PYTHON_USEDEP}]
61 + dev-lang/perl:=
62 +"
63 DEPEND="${RDEPEND}
64 dev-python/setuptools[${PYTHON_USEDEP}]
65 - dev-lang/perl:=
66 >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
67 >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
68 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]