commit:     8091baae79198ba89e8744e3c1899ff2160f518e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 01:01:47 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 11:58:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8091baae

media-libs/libsvgtiny: remove old "unused" ebuild.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild | 39 ------------------------
 1 file changed, 39 deletions(-)

diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild 
b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild
deleted file mode 100644
index d236e41cfe6..00000000000
--- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="framebuffer abstraction library, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
-IUSE=""
-
-RDEPEND="
-       >=net-libs/libdom-0.1.2-r1[xml]
-       >=dev-libs/libwapcaplet-0.2.2-r1"
-DEPEND="${RDEPEND}
-       dev-util/gperf
-       dev-util/netsurf-buildsystem
-       virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.3-parallel-build.patch )
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${D}" install
-}

Reply via email to