Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcss/
Date: Sat, 15 Aug 2020 12:03:31
Message-Id: 1597492701.6cd836f3e7410d45ea9e15388ebecbc60f0914d0.mjo@gentoo
1 commit: 6cd836f3e7410d45ea9e15388ebecbc60f0914d0
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 21:56:01 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd836f3
7
8 dev-libs/libcss: remove old "unused" ebuilds.
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 dev-libs/libcss/libcss-0.8.0-r1.ebuild | 50 --------------------------------
14 dev-libs/libcss/libcss-0.9.0.ebuild | 52 ----------------------------------
15 dev-libs/libcss/libcss-0.9.1.ebuild | 52 ----------------------------------
16 3 files changed, 154 deletions(-)
17
18 diff --git a/dev-libs/libcss/libcss-0.8.0-r1.ebuild b/dev-libs/libcss/libcss-0.8.0-r1.ebuild
19 deleted file mode 100644
20 index c90a2458ef4..00000000000
21 --- a/dev-libs/libcss/libcss-0.8.0-r1.ebuild
22 +++ /dev/null
23 @@ -1,50 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -inherit toolchain-funcs
30 -
31 -DESCRIPTION="CSS parser and selection engine, written in C"
32 -HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
33 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0/${PV}"
37 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
38 -IUSE="test"
39 -RESTRICT="!test? ( test )"
40 -
41 -RDEPEND="
42 - >=dev-libs/libparserutils-0.2.1-r1
43 - >=dev-libs/libwapcaplet-0.4.0"
44 -DEPEND="${RDEPEND}
45 - >=dev-util/netsurf-buildsystem-1.7-r1
46 - virtual/pkgconfig
47 - test? ( dev-lang/perl )"
48 -
49 -src_prepare() {
50 - default
51 - sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
52 - -i src/parse/parse.c src/select/arena_hash.h || die
53 - sed -e '1i#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"' \
54 - -i src/parse/parse.c src/select/computed.c || die
55 -}
56 -
57 -_emake() {
58 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
59 - netsurf_define_makeconf
60 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
61 -}
62 -
63 -src_compile() {
64 - _emake
65 -}
66 -
67 -src_test() {
68 - _emake test
69 -}
70 -
71 -src_install() {
72 - _emake DESTDIR="${ED}" install
73 -}
74
75 diff --git a/dev-libs/libcss/libcss-0.9.0.ebuild b/dev-libs/libcss/libcss-0.9.0.ebuild
76 deleted file mode 100644
77 index 5712c44a7e2..00000000000
78 --- a/dev-libs/libcss/libcss-0.9.0.ebuild
79 +++ /dev/null
80 @@ -1,52 +0,0 @@
81 -# Copyright 1999-2019 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -inherit toolchain-funcs
87 -
88 -DESCRIPTION="CSS parser and selection engine, written in C"
89 -HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
90 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="0/${PV}"
94 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
95 -IUSE="test"
96 -
97 -RESTRICT="!test? ( test )"
98 -
99 -RDEPEND="
100 - dev-libs/libparserutils
101 - dev-libs/libwapcaplet"
102 -DEPEND="${RDEPEND}
103 - test? ( dev-lang/perl )"
104 -BDEPEND="
105 - >=dev-util/netsurf-buildsystem-1.7-r1
106 - virtual/pkgconfig"
107 -
108 -src_prepare() {
109 - default
110 - sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
111 - -i src/parse/parse.c src/select/arena_hash.h || die
112 - sed -e '1i#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"' \
113 - -i src/parse/parse.c src/select/computed.c || die
114 -}
115 -
116 -_emake() {
117 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
118 - netsurf_define_makeconf
119 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
120 -}
121 -
122 -src_compile() {
123 - _emake
124 -}
125 -
126 -src_test() {
127 - _emake test
128 -}
129 -
130 -src_install() {
131 - _emake DESTDIR="${ED}" install
132 -}
133
134 diff --git a/dev-libs/libcss/libcss-0.9.1.ebuild b/dev-libs/libcss/libcss-0.9.1.ebuild
135 deleted file mode 100644
136 index decab3cc274..00000000000
137 --- a/dev-libs/libcss/libcss-0.9.1.ebuild
138 +++ /dev/null
139 @@ -1,52 +0,0 @@
140 -# Copyright 1999-2020 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=7
144 -
145 -inherit toolchain-funcs
146 -
147 -DESCRIPTION="CSS parser and selection engine, written in C"
148 -HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
149 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
150 -
151 -LICENSE="MIT"
152 -SLOT="0/${PV}"
153 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
154 -IUSE="test"
155 -
156 -RESTRICT="!test? ( test )"
157 -
158 -RDEPEND="
159 - dev-libs/libparserutils
160 - dev-libs/libwapcaplet"
161 -DEPEND="${RDEPEND}
162 - test? ( dev-lang/perl )"
163 -BDEPEND="
164 - >=dev-util/netsurf-buildsystem-1.7-r1
165 - virtual/pkgconfig"
166 -
167 -src_prepare() {
168 - default
169 - sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
170 - -i src/parse/parse.c src/select/arena_hash.h || die
171 - sed -e '1i#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"' \
172 - -i src/parse/parse.c src/select/computed.c || die
173 -}
174 -
175 -_emake() {
176 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
177 - netsurf_define_makeconf
178 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
179 -}
180 -
181 -src_compile() {
182 - _emake
183 -}
184 -
185 -src_test() {
186 - _emake test
187 -}
188 -
189 -src_install() {
190 - _emake DESTDIR="${D}" install
191 -}