Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Tue, 15 Jan 2019 12:51:02
Message-Id: 1547556607.d5fa24ba90f817204f3e0f2fb6e2a15aa0c04458.polynomial-c@gentoo
1 commit: d5fa24ba90f817204f3e0f2fb6e2a15aa0c04458
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 12:49:05 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 12:50:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fa24ba
7
8 media-libs/harfbuzz: Revbumps to remove fontconfig USE flag.
9
10 Closes: https://bugs.gentoo.org/609300
11 Package-Manager: Portage-2.3.56, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 .../harfbuzz/{harfbuzz-2.0.2.ebuild => harfbuzz-2.0.2-r1.ebuild} | 6 ++----
15 .../harfbuzz/{harfbuzz-2.1.3.ebuild => harfbuzz-2.1.3-r1.ebuild} | 6 ++----
16 .../harfbuzz/{harfbuzz-2.2.0.ebuild => harfbuzz-2.2.0-r1.ebuild} | 6 ++----
17 .../harfbuzz/{harfbuzz-2.3.0.ebuild => harfbuzz-2.3.0-r1.ebuild} | 6 ++----
18 4 files changed, 8 insertions(+), 16 deletions(-)
19
20 diff --git a/media-libs/harfbuzz/harfbuzz-2.0.2.ebuild b/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild
21 similarity index 92%
22 rename from media-libs/harfbuzz/harfbuzz-2.0.2.ebuild
23 rename to media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild
24 index 1674c2a5bed..b8600d818de 100644
25 --- a/media-libs/harfbuzz/harfbuzz-2.0.2.ebuild
26 +++ b/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2018 Gentoo Authors
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -21,12 +21,11 @@ fi
34 LICENSE="Old-MIT ISC icu"
35 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
36
37 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype"
38 +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype"
39 REQUIRED_USE="introspection? ( glib )"
40
41 RDEPEND="
42 cairo? ( x11-libs/cairo:= )
43 - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
44 glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
45 graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
46 icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
47 @@ -90,7 +89,6 @@ multilib_src_configure() {
48 --without-uniscribe
49 $(use_enable static-libs static)
50 $(multilib_native_use_with cairo)
51 - $(use_with fontconfig)
52 $(use_with glib)
53 $(use_with introspection gobject)
54 $(use_with graphite graphite2)
55
56 diff --git a/media-libs/harfbuzz/harfbuzz-2.1.3.ebuild b/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild
57 similarity index 92%
58 rename from media-libs/harfbuzz/harfbuzz-2.1.3.ebuild
59 rename to media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild
60 index 85491d783cd..10bc7d68e30 100644
61 --- a/media-libs/harfbuzz/harfbuzz-2.1.3.ebuild
62 +++ b/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Authors
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -21,12 +21,11 @@ fi
70 LICENSE="Old-MIT ISC icu"
71 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
72
73 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype"
74 +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype"
75 REQUIRED_USE="introspection? ( glib )"
76
77 RDEPEND="
78 cairo? ( x11-libs/cairo:= )
79 - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
80 glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
81 graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
82 icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
83 @@ -90,7 +89,6 @@ multilib_src_configure() {
84 --without-uniscribe
85 $(use_enable static-libs static)
86 $(multilib_native_use_with cairo)
87 - $(use_with fontconfig)
88 $(use_with glib)
89 $(use_with introspection gobject)
90 $(use_with graphite graphite2)
91
92 diff --git a/media-libs/harfbuzz/harfbuzz-2.2.0.ebuild b/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild
93 similarity index 92%
94 rename from media-libs/harfbuzz/harfbuzz-2.2.0.ebuild
95 rename to media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild
96 index 85491d783cd..10bc7d68e30 100644
97 --- a/media-libs/harfbuzz/harfbuzz-2.2.0.ebuild
98 +++ b/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild
99 @@ -1,4 +1,4 @@
100 -# Copyright 1999-2018 Gentoo Authors
101 +# Copyright 1999-2019 Gentoo Authors
102 # Distributed under the terms of the GNU General Public License v2
103
104 EAPI=7
105 @@ -21,12 +21,11 @@ fi
106 LICENSE="Old-MIT ISC icu"
107 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
108
109 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype"
110 +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype"
111 REQUIRED_USE="introspection? ( glib )"
112
113 RDEPEND="
114 cairo? ( x11-libs/cairo:= )
115 - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
116 glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
117 graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
118 icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
119 @@ -90,7 +89,6 @@ multilib_src_configure() {
120 --without-uniscribe
121 $(use_enable static-libs static)
122 $(multilib_native_use_with cairo)
123 - $(use_with fontconfig)
124 $(use_with glib)
125 $(use_with introspection gobject)
126 $(use_with graphite graphite2)
127
128 diff --git a/media-libs/harfbuzz/harfbuzz-2.3.0.ebuild b/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild
129 similarity index 92%
130 rename from media-libs/harfbuzz/harfbuzz-2.3.0.ebuild
131 rename to media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild
132 index ab1a514c975..f2bf9692ac9 100644
133 --- a/media-libs/harfbuzz/harfbuzz-2.3.0.ebuild
134 +++ b/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild
135 @@ -1,4 +1,4 @@
136 -# Copyright 1999-2018 Gentoo Authors
137 +# Copyright 1999-2019 Gentoo Authors
138 # Distributed under the terms of the GNU General Public License v2
139
140 EAPI=7
141 @@ -21,12 +21,11 @@ fi
142 LICENSE="Old-MIT ISC icu"
143 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
144
145 -IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype"
146 +IUSE="+cairo debug +glib +graphite icu +introspection static-libs test +truetype"
147 REQUIRED_USE="introspection? ( glib )"
148
149 RDEPEND="
150 cairo? ( x11-libs/cairo:= )
151 - fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] )
152 glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
153 graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
154 icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
155 @@ -90,7 +89,6 @@ multilib_src_configure() {
156 --without-uniscribe
157 $(use_enable static-libs static)
158 $(multilib_native_use_with cairo)
159 - $(use_with fontconfig)
160 $(use_with glib)
161 $(use_with introspection gobject)
162 $(use_with graphite graphite2)