Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcroco/
Date: Wed, 15 Feb 2017 19:24:30
Message-Id: 1487186591.e96032d4c3a4d629727b39afd80e3a49b947d329.leio@gentoo
1 commit: e96032d4c3a4d629727b39afd80e3a49b947d329
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 19:08:18 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 19:23:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96032d4
7
8 dev-libs/libcroco: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-libs/libcroco/Manifest | 3 --
13 dev-libs/libcroco/libcroco-0.6.10.ebuild | 56 ------------------------------
14 dev-libs/libcroco/libcroco-0.6.8-r1.ebuild | 53 ----------------------------
15 dev-libs/libcroco/libcroco-0.6.9.ebuild | 56 ------------------------------
16 4 files changed, 168 deletions(-)
17
18 diff --git a/dev-libs/libcroco/Manifest b/dev-libs/libcroco/Manifest
19 index c4a4067d89..472c62d1d9 100644
20 --- a/dev-libs/libcroco/Manifest
21 +++ b/dev-libs/libcroco/Manifest
22 @@ -1,4 +1 @@
23 -DIST libcroco-0.6.10.tar.xz 476928 SHA256 72066611df77f5c4fb28268cfc7306ecc1517212a6182c2ea756c326a154246c SHA512 c990fc7873f6c6bf2c6994409cb7f79aa19a73a44d4b62a5dae81c2f9ff587cf6c778a87dc3e0d32da6df5a6764f39feed9d39938cdb8056d198ff869b2e6839 WHIRLPOOL 6ffce77ee04be812d81863dde90ff1461ae6449722366ab7e116fd0bdbe0c8ab0838c59986283cb00799e1061f3e83516e067685f7a53c3f2f58fb8bc81c437b
24 DIST libcroco-0.6.11.tar.xz 477312 SHA256 132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056 SHA512 441b9c6d9b6acd4ff908100573c6f24bcf46a20ec94360bdcf4765e37a7d45dc59e6a0889917f3486503b274d05cd79a63178e74d029209c16b8e3351a1160da WHIRLPOOL e4874167bd8d1336ed2ad6180d7780962da0f84ac09b24652105baea34a46769881f8112900e606312bf1d7c01045d8cfc187c8c327bbd834bba70a982edbcb9
25 -DIST libcroco-0.6.8.tar.xz 464992 SHA256 ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570 SHA512 acfbebb59e5ea1e70da41f35970fb40a58331a1258eee6c981a575fdd23b420b4cc6d8983c90ad1e6afc0a461e675cb24667e03cfc8ec1aa5e9918e606913413 WHIRLPOOL 704fd5d6df6d62c15645b9901b807e5fd8916567fd32b975f4bd0ce013126617cc16e6a14fc334d0733012cfde8403978f5a23c1254fcdfae156a0720fa266e7
26 -DIST libcroco-0.6.9.tar.xz 475844 SHA256 38b9a6aed1813e55b3ca07a68d1af845ad4d1f984602e9272fe692930c0be0ae SHA512 2bdb16a9004ff7304bc3cf91495925d1502c165b54dc1121d2f0fc9b627ec9c5b81e78b48e3f092855c3accc3295e5a3870eb6225ddb1b1fcd037004af78583b WHIRLPOOL 59767afbbb9a180eb87a5821ec85df50f85a16d687687de1267c86218d1bc587bf37759ba05a34bf0d109dc8e5b7b69209c5c5bdf930fd721e42533670bdb523
27
28 diff --git a/dev-libs/libcroco/libcroco-0.6.10.ebuild b/dev-libs/libcroco/libcroco-0.6.10.ebuild
29 deleted file mode 100644
30 index d84cd0bc0f..0000000000
31 --- a/dev-libs/libcroco/libcroco-0.6.10.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="5"
39 -GCONF_DEBUG="no"
40 -GNOME2_LA_PUNT="yes"
41 -
42 -inherit gnome2 multilib-minimal
43 -
44 -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
45 -HOMEPAGE="https://git.gnome.org/browse/libcroco/"
46 -
47 -LICENSE="LGPL-2"
48 -SLOT="0.6"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
50 -IUSE="test"
51 -
52 -RDEPEND="
53 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
54 - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-util/gtk-doc-am
58 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
59 -"
60 -
61 -src_prepare() {
62 - if ! use test; then
63 - # don't waste time building tests
64 - sed 's/^\(SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
65 - || die "sed failed"
66 - fi
67 -
68 - gnome2_src_prepare
69 -}
70 -
71 -multilib_src_configure() {
72 - ECONF_SOURCE=${S} \
73 - gnome2_src_configure \
74 - --disable-static \
75 - $([[ ${CHOST} == *-darwin* ]] && echo --disable-Bsymbolic)
76 -
77 - if multilib_is_native_abi; then
78 - ln -s "${S}"/docs/reference/html docs/reference/html || die
79 - fi
80 -}
81 -
82 -multilib_src_install() {
83 - gnome2_src_install
84 -}
85 -
86 -multilib_src_install_all() {
87 - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
88 - einstalldocs
89 -}
90
91 diff --git a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild b/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild
92 deleted file mode 100644
93 index 7daadc51b8..0000000000
94 --- a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild
95 +++ /dev/null
96 @@ -1,53 +0,0 @@
97 -# Copyright 1999-2017 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -# $Id$
100 -
101 -EAPI="5"
102 -GCONF_DEBUG="no"
103 -GNOME2_LA_PUNT="yes"
104 -
105 -inherit gnome2 multilib-minimal
106 -
107 -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
108 -HOMEPAGE="https://git.gnome.org/browse/libcroco/"
109 -
110 -LICENSE="LGPL-2"
111 -SLOT="0.6"
112 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
113 -IUSE="test"
114 -
115 -RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
116 - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
117 -DEPEND="${RDEPEND}
118 - dev-util/gtk-doc-am
119 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
120 -
121 -src_prepare() {
122 - if ! use test; then
123 - # don't waste time building tests
124 - sed 's/^\(SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
125 - || die "sed failed"
126 - fi
127 -
128 - gnome2_src_prepare
129 -}
130 -
131 -multilib_src_configure() {
132 - ECONF_SOURCE=${S} \
133 - gnome2_src_configure \
134 - --disable-static \
135 - $([[ ${CHOST} == *-darwin* ]] && echo --disable-Bsymbolic)
136 -
137 - if multilib_is_native_abi; then
138 - ln -s "${S}"/docs/reference/html docs/reference/html || die
139 - fi
140 -}
141 -
142 -multilib_src_install() {
143 - gnome2_src_install
144 -}
145 -
146 -multilib_src_install_all() {
147 - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
148 - einstalldocs
149 -}
150
151 diff --git a/dev-libs/libcroco/libcroco-0.6.9.ebuild b/dev-libs/libcroco/libcroco-0.6.9.ebuild
152 deleted file mode 100644
153 index 731f37579a..0000000000
154 --- a/dev-libs/libcroco/libcroco-0.6.9.ebuild
155 +++ /dev/null
156 @@ -1,56 +0,0 @@
157 -# Copyright 1999-2017 Gentoo Foundation
158 -# Distributed under the terms of the GNU General Public License v2
159 -# $Id$
160 -
161 -EAPI="5"
162 -GCONF_DEBUG="no"
163 -GNOME2_LA_PUNT="yes"
164 -
165 -inherit gnome2 multilib-minimal
166 -
167 -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
168 -HOMEPAGE="https://git.gnome.org/browse/libcroco/"
169 -
170 -LICENSE="LGPL-2"
171 -SLOT="0.6"
172 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
173 -IUSE="test"
174 -
175 -RDEPEND="
176 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
177 - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
178 -"
179 -DEPEND="${RDEPEND}
180 - dev-util/gtk-doc-am
181 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
182 -"
183 -
184 -src_prepare() {
185 - if ! use test; then
186 - # don't waste time building tests
187 - sed 's/^\(SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
188 - || die "sed failed"
189 - fi
190 -
191 - gnome2_src_prepare
192 -}
193 -
194 -multilib_src_configure() {
195 - ECONF_SOURCE=${S} \
196 - gnome2_src_configure \
197 - --disable-static \
198 - $([[ ${CHOST} == *-darwin* ]] && echo --disable-Bsymbolic)
199 -
200 - if multilib_is_native_abi; then
201 - ln -s "${S}"/docs/reference/html docs/reference/html || die
202 - fi
203 -}
204 -
205 -multilib_src_install() {
206 - gnome2_src_install
207 -}
208 -
209 -multilib_src_install_all() {
210 - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
211 - einstalldocs
212 -}