Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/
Date: Wed, 07 Aug 2019 17:55:47
Message-Id: 1565199971.d9bb3682f421c106289cb346b1d35e4ef88a471b.kentnl@gentoo
1 commit: d9bb3682f421c106289cb346b1d35e4ef88a471b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 7 13:27:31 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 7 17:46:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bb3682
7
8 dev-lang/parrot: Add subslot deps for readline and gmp
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-lang/parrot/{parrot-7.1.0.ebuild => parrot-7.1.0-r1.ebuild} | 4 ++--
14 dev-lang/parrot/{parrot-7.11.0.ebuild => parrot-7.11.0-r1.ebuild} | 4 ++--
15 dev-lang/parrot/{parrot-7.5.0.ebuild => parrot-7.5.0-r1.ebuild} | 4 ++--
16 dev-lang/parrot/{parrot-8.1.0.ebuild => parrot-8.1.0-r1.ebuild} | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
20 similarity index 97%
21 rename from dev-lang/parrot/parrot-7.1.0.ebuild
22 rename to dev-lang/parrot/parrot-7.1.0-r1.ebuild
23 index 148ef1c2d81..e6a5cc6a3e3 100644
24 --- a/dev-lang/parrot/parrot-7.1.0.ebuild
25 +++ b/dev-lang/parrot/parrot-7.1.0-r1.ebuild
26 @@ -17,13 +17,13 @@ SLOT="0/${PV}"
27 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
28 IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
29
30 -RDEPEND="sys-libs/readline
31 +RDEPEND="sys-libs/readline:0=
32 dev-libs/libffi
33 opengl? ( media-libs/freeglut )
34 nls? ( sys-devel/gettext )
35 unicode? ( >=dev-libs/icu-2.6:= )
36 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
37 - gmp? ( >=dev-libs/gmp-4.1.4 )
38 + gmp? ( >=dev-libs/gmp-4.1.4:0= )
39 ssl? ( dev-libs/openssl:0= )
40 pcre? ( dev-libs/libpcre )
41 doc? ( dev-perl/JSON )"
42
43 diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
44 similarity index 97%
45 rename from dev-lang/parrot/parrot-7.11.0.ebuild
46 rename to dev-lang/parrot/parrot-7.11.0-r1.ebuild
47 index 9655f5fbc60..17a2bdbe85b 100644
48 --- a/dev-lang/parrot/parrot-7.11.0.ebuild
49 +++ b/dev-lang/parrot/parrot-7.11.0-r1.ebuild
50 @@ -17,13 +17,13 @@ SLOT="0/${PV}"
51 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
52 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
53
54 -RDEPEND="sys-libs/readline
55 +RDEPEND="sys-libs/readline:0=
56 dev-libs/libffi
57 opengl? ( media-libs/freeglut )
58 nls? ( sys-devel/gettext )
59 unicode? ( >=dev-libs/icu-2.6:= )
60 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
61 - gmp? ( >=dev-libs/gmp-4.1.4 )
62 + gmp? ( >=dev-libs/gmp-4.1.4:0= )
63 ssl? ( dev-libs/openssl:0= )
64 pcre? ( dev-libs/libpcre )
65 doc? ( dev-perl/JSON )"
66
67 diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
68 similarity index 97%
69 rename from dev-lang/parrot/parrot-7.5.0.ebuild
70 rename to dev-lang/parrot/parrot-7.5.0-r1.ebuild
71 index 9655f5fbc60..17a2bdbe85b 100644
72 --- a/dev-lang/parrot/parrot-7.5.0.ebuild
73 +++ b/dev-lang/parrot/parrot-7.5.0-r1.ebuild
74 @@ -17,13 +17,13 @@ SLOT="0/${PV}"
75 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
76 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
77
78 -RDEPEND="sys-libs/readline
79 +RDEPEND="sys-libs/readline:0=
80 dev-libs/libffi
81 opengl? ( media-libs/freeglut )
82 nls? ( sys-devel/gettext )
83 unicode? ( >=dev-libs/icu-2.6:= )
84 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
85 - gmp? ( >=dev-libs/gmp-4.1.4 )
86 + gmp? ( >=dev-libs/gmp-4.1.4:0= )
87 ssl? ( dev-libs/openssl:0= )
88 pcre? ( dev-libs/libpcre )
89 doc? ( dev-perl/JSON )"
90
91 diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
92 similarity index 97%
93 rename from dev-lang/parrot/parrot-8.1.0.ebuild
94 rename to dev-lang/parrot/parrot-8.1.0-r1.ebuild
95 index dc938a69dfc..c723b916dac 100644
96 --- a/dev-lang/parrot/parrot-8.1.0.ebuild
97 +++ b/dev-lang/parrot/parrot-8.1.0-r1.ebuild
98 @@ -17,14 +17,14 @@ SLOT="0/${PV}"
99 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
100 IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
101
102 -RDEPEND="sys-libs/readline
103 +RDEPEND="sys-libs/readline:0=
104 dev-libs/libffi
105 net-libs/libnsl:0=
106 opengl? ( media-libs/freeglut )
107 nls? ( sys-devel/gettext )
108 unicode? ( >=dev-libs/icu-2.6:= )
109 gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
110 - gmp? ( >=dev-libs/gmp-4.1.4 )
111 + gmp? ( >=dev-libs/gmp-4.1.4:0= )
112 ssl? ( dev-libs/openssl:0= )
113 pcre? ( dev-libs/libpcre )
114 doc? ( dev-perl/JSON )"