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: sys-apps/paludis/
Date: Sun, 06 Aug 2017 09:36:57
Message-Id: 1502012200.546307aa2cff46241a5e31931fad5655b1779096.mgorny@gentoo
1 commit: 546307aa2cff46241a5e31931fad5655b1779096
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 07:20:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 09:36:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546307aa
7
8 sys-apps/paludis: Explicitly expose the supported RUBY_TARGET
9
10 sys-apps/paludis/paludis-2.6.0.ebuild | 5 +++--
11 sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild | 7 ++++---
12 sys-apps/paludis/paludis-9999.ebuild | 7 ++++---
13 3 files changed, 11 insertions(+), 8 deletions(-)
14
15 diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild b/sys-apps/paludis/paludis-2.6.0.ebuild
16 index 09cffea9e94..a5c786e1ec5 100644
17 --- a/sys-apps/paludis/paludis-2.6.0.ebuild
18 +++ b/sys-apps/paludis/paludis-2.6.0.ebuild
19 @@ -13,7 +13,7 @@ DESCRIPTION="paludis, the other package mangler"
20 HOMEPAGE="http://paludis.exherbo.org/"
21 SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2"
22
23 -IUSE="doc pbins pink python ruby search-index test +xml"
24 +IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml"
25 LICENSE="GPL-2 vim"
26 SLOT="0"
27 KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
28 @@ -49,7 +49,8 @@ RDEPEND="${COMMON_DEPEND}
29
30 PDEPEND="app-eselect/eselect-package-manager"
31
32 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
33 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
34 + ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
35 RESTRICT="!test? ( test )"
36
37 pkg_pretend() {
38
39 diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
40 index 13617a6bf75..ce2a6627984 100644
41 --- a/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
42 +++ b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -13,7 +13,7 @@ HOMEPAGE="http://paludis.exherbo.org/"
50 SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/paludis-1bbd4440fe4fb82a9ebd61d3f17b9ffa259eb17f.tar.xz
51 -> ${P}.tar.xz"
52
53 -IUSE="doc pbins pink python ruby search-index test +xml"
54 +IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml"
55 LICENSE="GPL-2 vim"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
58 @@ -50,7 +50,8 @@ RDEPEND="${COMMON_DEPEND}
59
60 PDEPEND="app-eselect/eselect-package-manager"
61
62 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
63 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
64 + ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
65 RESTRICT="!test? ( test )"
66
67 pkg_pretend() {
68
69 diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild
70 index 928aac4aa29..5df5c757fbc 100644
71 --- a/sys-apps/paludis/paludis-9999.ebuild
72 +++ b/sys-apps/paludis/paludis-9999.ebuild
73 @@ -1,4 +1,4 @@
74 -# Copyright 1999-2016 Gentoo Foundation
75 +# Copyright 1999-2017 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=6
79 @@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler"
80 HOMEPAGE="http://paludis.exherbo.org/"
81 SRC_URI=""
82
83 -IUSE="doc pbins pink python ruby search-index test +xml"
84 +IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml"
85 LICENSE="GPL-2 vim"
86 SLOT="0"
87 KEYWORDS=""
88 @@ -51,7 +51,8 @@ RDEPEND="${COMMON_DEPEND}
89
90 PDEPEND="app-eselect/eselect-package-manager"
91
92 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
93 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
94 + ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
95 RESTRICT="!test? ( test )"
96
97 pkg_pretend() {