Skip to content

Commit

Permalink
media-libs/libsvgtiny: drop netsurf eclass
Browse files Browse the repository at this point in the history
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
Virgil Dupras committed Nov 13, 2018
1 parent a79486b commit 547e931
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 30 deletions.
1 change: 0 additions & 1 deletion media-libs/libsvgtiny/Manifest
@@ -1,2 +1 @@
DIST libsvgtiny-0.1.7-src.tar.gz 760963 BLAKE2B badf14e656e10a178a6b692659265644b636cc103ec92f89026638700293028e0b06b5e051c420911fd6c319a94bab68328b1d9f42cec69dc7926c2d31aeec67 SHA512 c13352325d32b6f41159b09607b12a373517672e9e4da6d26cbca9a7fb1896b6e5730aee53adaa51f0b49c35f7dd9e9ece6b1f0187a7f5494b5cc223acbe64ad
DIST netsurf-buildsystem-1.7.tar.gz 38597 BLAKE2B d0981ef282ac0d93d81a1a6a6bee1fc2a0151c962be6ce2900a67843ba8ebc67e00508cded2a7375f6bbe0d45572690f127872936a282de80eb08655ac571603 SHA512 f6a46ac25f41e695ec13d7b2b564250c4cc44a40a688904eb17aa4b547c2df0102cc0effb7a23a2ffa6b9178ae5cf452b63980caf26e06e479168c85803f1e58
39 changes: 39 additions & 0 deletions media-libs/libsvgtiny/libsvgtiny-0.1.7-r1.ebuild
@@ -0,0 +1,39 @@
# Copyright 1999-2018 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 ~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="${ED}" install
}
29 changes: 0 additions & 29 deletions media-libs/libsvgtiny/libsvgtiny-0.1.7.ebuild

This file was deleted.

0 comments on commit 547e931

Please sign in to comment.