Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/
Date: Fri, 02 Nov 2018 12:18:16
Message-Id: 1541159997.eaa094e56474d5659e99369d82ad155f74bb4d50.leio@gentoo
1 commit: eaa094e56474d5659e99369d82ad155f74bb4d50
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 11:59:57 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 11:59:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa094e5
7
8 gnome-extra/gucharmap: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 gnome-extra/gucharmap/Manifest | 3 --
14 gnome-extra/gucharmap/gucharmap-10.0.0.ebuild | 63 ---------------------------
15 gnome-extra/gucharmap/gucharmap-9.0.2.ebuild | 63 ---------------------------
16 gnome-extra/gucharmap/gucharmap-9.0.4.ebuild | 63 ---------------------------
17 4 files changed, 192 deletions(-)
18
19 diff --git a/gnome-extra/gucharmap/Manifest b/gnome-extra/gucharmap/Manifest
20 index 4b062cd672f..f6b82cc257d 100644
21 --- a/gnome-extra/gucharmap/Manifest
22 +++ b/gnome-extra/gucharmap/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST gucharmap-10.0.0.tar.xz 1034780 BLAKE2B 9ebcff1f182de52aa12c40de93c80d2942316fb718330872932034cd9bee66e41a667bd70e6d632e17accda66413b18bdf9addf6a892510d5798ad21fa8908de SHA512 e097e54cfd4e6a8fd47992d163128bc8e87c0c6aa81718f900d7367fa6d88a528815c7bb87bfcaddd145aaa8b1c8068fdf6da6fe2a1c90381ff555b43712f33a
25 DIST gucharmap-10.0.3.tar.xz 1713960 BLAKE2B 0a0412c7a4d46c25112d9bb33d64e82b448e981a2ecb9a5ed5ce5e96657e5264e14262b15c4e5af6b3d023c20193a7471071c5d346f0d48e22583b07e92d51f7 SHA512 0815ca39311db4dc3ff5202f1303cad72bc204f4eef4d2ec83465123ff856eeb552a583666419ad4a3bf9d3ddcf294883fc8e24e32c30814916b41bc14a108fe
26 DIST gucharmap-3.0.1.tar.bz2 3275481 BLAKE2B 80dde7791abdc72677add9c65c59f810e6c6952116b92db34059c4c40d2657246b17844c105e68f32c86294e9b4e71e9d48e6f0522855465734d7c24e8d17608 SHA512 4d8a2276b5cb1a0b0fadca2a8522755c5884985a12d5b19341b9cefcd7f749ec1286c0271419e38ec84be7edcfa1293e7f0263eb682c75387d692792de3e1fb1
27 -DIST gucharmap-9.0.2.tar.xz 1023120 BLAKE2B f0ea1b2e866abea180c062ea2559f6f26b80d38c66aac838ee2e6371ea4a09a14842a51e2e4e7d9ffb0e0bf052a7c6f21e92843c8f36eb6edc52a73063bef0f3 SHA512 33fa2989e263ba30bc430b8181009dd5d491dd2b453f6047369dc49dafb4f58be67dd9f1320b7005325236519a794eb4564fbd39a1d976133001f4f983ae1370
28 -DIST gucharmap-9.0.4.tar.xz 1029684 BLAKE2B f2af9c422abceb98783b6ea6a29241383cc6220410cd45a4c1fc04ce57fc51bc629fc4560d5ad852b19f1b85fc0276e68b423b2f6579e8f973794b2528b9cb7c SHA512 2d2ce94796cb40bcaf14930624ddd788af1c49d464be1fc5d4ab8112df14054ce1324c86eaf028921266494f9fbb41d29a7b40db810fb15280d470fd26be6df2
29
30 diff --git a/gnome-extra/gucharmap/gucharmap-10.0.0.ebuild b/gnome-extra/gucharmap/gucharmap-10.0.0.ebuild
31 deleted file mode 100644
32 index 2fb7f3ac86c..00000000000
33 --- a/gnome-extra/gucharmap/gucharmap-10.0.0.ebuild
34 +++ /dev/null
35 @@ -1,63 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -VALA_USE_DEPEND="vapigen"
41 -
42 -inherit gnome2 vala versionator
43 -
44 -DESCRIPTION="Unicode character map viewer and library"
45 -HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="2.90"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
50 -
51 -IUSE="debug +introspection test vala"
52 -REQUIRED_USE="vala? ( introspection )"
53 -
54 -UNICODE_VERSION=$(get_version_component_range 1-2)
55 -
56 -COMMON_DEPEND="
57 - =app-i18n/unicode-data-${UNICODE_VERSION}*
58 - >=dev-libs/glib-2.32:2
59 - >=x11-libs/pango-1.2.1[introspection?]
60 - >=x11-libs/gtk+-3.16:3[introspection?]
61 - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
62 -"
63 -RDEPEND="${COMMON_DEPEND}
64 - !<gnome-extra/gucharmap-3:0
65 -"
66 -DEPEND="${RDEPEND}
67 - app-text/yelp-tools
68 - dev-util/desktop-file-utils
69 - >=dev-util/gtk-doc-am-1
70 - >=dev-util/intltool-0.40
71 - sys-devel/gettext
72 - virtual/pkgconfig
73 - test? ( app-text/docbook-xml-dtd:4.1.2 )
74 - vala? ( $(vala_depend) )
75 -"
76 -
77 -src_prepare() {
78 - # prevent file collisions with slot 0
79 - sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
80 - -i configure.ac configure || die "sed configure.ac configure failed"
81 -
82 - # avoid autoreconf
83 - sed -e 's/-Wall //g' -i configure || die "sed failed"
84 -
85 - use vala && vala_src_prepare
86 - gnome2_src_prepare
87 -}
88 -
89 -src_configure() {
90 - # unihan is not really conditional
91 - # https://bugzilla.gnome.org/show_bug.cgi?id=768210#c5
92 - gnome2_src_configure \
93 - --disable-static \
94 - --with-unicode-data=/usr/share/unicode-data \
95 - $(usex debug --enable-debug=yes ' ') \
96 - $(use_enable introspection) \
97 - $(use_enable vala)
98 -}
99
100 diff --git a/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild b/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild
101 deleted file mode 100644
102 index edc765ed8bf..00000000000
103 --- a/gnome-extra/gucharmap/gucharmap-9.0.2.ebuild
104 +++ /dev/null
105 @@ -1,63 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -VALA_USE_DEPEND="vapigen"
111 -
112 -inherit gnome2 vala versionator
113 -
114 -DESCRIPTION="Unicode character map viewer and library"
115 -HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
116 -
117 -LICENSE="GPL-3"
118 -SLOT="2.90"
119 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
120 -
121 -IUSE="debug +introspection test vala"
122 -REQUIRED_USE="vala? ( introspection )"
123 -
124 -UNICODE_VERSION=$(get_version_component_range 1-2)
125 -
126 -COMMON_DEPEND="
127 - =app-i18n/unicode-data-${UNICODE_VERSION}*
128 - >=dev-libs/glib-2.32:2
129 - >=x11-libs/pango-1.2.1[introspection?]
130 - >=x11-libs/gtk+-3.16:3[introspection?]
131 - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
132 -"
133 -RDEPEND="${COMMON_DEPEND}
134 - !<gnome-extra/gucharmap-3:0
135 -"
136 -DEPEND="${RDEPEND}
137 - app-text/yelp-tools
138 - dev-util/desktop-file-utils
139 - >=dev-util/gtk-doc-am-1
140 - >=dev-util/intltool-0.40
141 - sys-devel/gettext
142 - virtual/pkgconfig
143 - test? ( app-text/docbook-xml-dtd:4.1.2 )
144 - vala? ( $(vala_depend) )
145 -"
146 -
147 -src_prepare() {
148 - # prevent file collisions with slot 0
149 - sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
150 - -i configure.ac configure || die "sed configure.ac configure failed"
151 -
152 - # avoid autoreconf
153 - sed -e 's/-Wall //g' -i configure || die "sed failed"
154 -
155 - use vala && vala_src_prepare
156 - gnome2_src_prepare
157 -}
158 -
159 -src_configure() {
160 - # unihan is not really conditional
161 - # https://bugzilla.gnome.org/show_bug.cgi?id=768210#c5
162 - gnome2_src_configure \
163 - --disable-static \
164 - --with-unicode-data=/usr/share/unicode-data \
165 - $(usex debug --enable-debug=yes ' ') \
166 - $(use_enable introspection) \
167 - $(use_enable vala)
168 -}
169
170 diff --git a/gnome-extra/gucharmap/gucharmap-9.0.4.ebuild b/gnome-extra/gucharmap/gucharmap-9.0.4.ebuild
171 deleted file mode 100644
172 index edc765ed8bf..00000000000
173 --- a/gnome-extra/gucharmap/gucharmap-9.0.4.ebuild
174 +++ /dev/null
175 @@ -1,63 +0,0 @@
176 -# Copyright 1999-2017 Gentoo Foundation
177 -# Distributed under the terms of the GNU General Public License v2
178 -
179 -EAPI=6
180 -VALA_USE_DEPEND="vapigen"
181 -
182 -inherit gnome2 vala versionator
183 -
184 -DESCRIPTION="Unicode character map viewer and library"
185 -HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap"
186 -
187 -LICENSE="GPL-3"
188 -SLOT="2.90"
189 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
190 -
191 -IUSE="debug +introspection test vala"
192 -REQUIRED_USE="vala? ( introspection )"
193 -
194 -UNICODE_VERSION=$(get_version_component_range 1-2)
195 -
196 -COMMON_DEPEND="
197 - =app-i18n/unicode-data-${UNICODE_VERSION}*
198 - >=dev-libs/glib-2.32:2
199 - >=x11-libs/pango-1.2.1[introspection?]
200 - >=x11-libs/gtk+-3.16:3[introspection?]
201 - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
202 -"
203 -RDEPEND="${COMMON_DEPEND}
204 - !<gnome-extra/gucharmap-3:0
205 -"
206 -DEPEND="${RDEPEND}
207 - app-text/yelp-tools
208 - dev-util/desktop-file-utils
209 - >=dev-util/gtk-doc-am-1
210 - >=dev-util/intltool-0.40
211 - sys-devel/gettext
212 - virtual/pkgconfig
213 - test? ( app-text/docbook-xml-dtd:4.1.2 )
214 - vala? ( $(vala_depend) )
215 -"
216 -
217 -src_prepare() {
218 - # prevent file collisions with slot 0
219 - sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
220 - -i configure.ac configure || die "sed configure.ac configure failed"
221 -
222 - # avoid autoreconf
223 - sed -e 's/-Wall //g' -i configure || die "sed failed"
224 -
225 - use vala && vala_src_prepare
226 - gnome2_src_prepare
227 -}
228 -
229 -src_configure() {
230 - # unihan is not really conditional
231 - # https://bugzilla.gnome.org/show_bug.cgi?id=768210#c5
232 - gnome2_src_configure \
233 - --disable-static \
234 - --with-unicode-data=/usr/share/unicode-data \
235 - $(usex debug --enable-debug=yes ' ') \
236 - $(use_enable introspection) \
237 - $(use_enable vala)
238 -}