Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsvgtiny/
Date: Sat, 15 Aug 2020 12:03:34
Message-Id: 1597492708.8091baae79198ba89e8744e3c1899ff2160f518e.mjo@gentoo
1 commit: 8091baae79198ba89e8744e3c1899ff2160f518e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 01:01:47 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8091baae
7
8 media-libs/libsvgtiny: remove old "unused" ebuild.
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild | 39 ------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild
17 deleted file mode 100644
18 index d236e41cfe6..00000000000
19 --- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="framebuffer abstraction library, written in C"
30 -HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny/"
31 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0/${PV}"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - >=net-libs/libdom-0.1.2-r1[xml]
40 - >=dev-libs/libwapcaplet-0.2.2-r1"
41 -DEPEND="${RDEPEND}
42 - dev-util/gperf
43 - dev-util/netsurf-buildsystem
44 - virtual/pkgconfig"
45 -
46 -PATCHES=( "${FILESDIR}"/${PN}-0.1.3-parallel-build.patch )
47 -
48 -_emake() {
49 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
50 - netsurf_define_makeconf
51 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
52 -}
53 -
54 -src_compile() {
55 - _emake
56 -}
57 -
58 -src_install() {
59 - _emake DESTDIR="${D}" install
60 -}