summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-08-14 21:01:47 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-08-15 07:58:28 -0400
commit8091baae79198ba89e8744e3c1899ff2160f518e (patch)
treee9d2909e4bd70a741402a4e129f1951ffaa976ce /media-libs/libsvgtiny
parentmedia-libs/librosprite: remove old "unused" ebuild. (diff)
downloadgentoo-8091baae79198ba89e8744e3c1899ff2160f518e.tar.gz
gentoo-8091baae79198ba89e8744e3c1899ff2160f518e.tar.bz2
gentoo-8091baae79198ba89e8744e3c1899ff2160f518e.zip
media-libs/libsvgtiny: remove old "unused" ebuild.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'media-libs/libsvgtiny')
-rw-r--r--media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild39
1 files changed, 0 insertions, 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 d236e41cfe65..000000000000
--- 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
-}