summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-15 11:33:05 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-15 11:46:03 +0200
commit0690c8437cd28f6533ae85d734a2d5d3ae1b9a87 (patch)
treed08a1c5c80c1f2dea7ab2a5cd349e7e09154433e /media-libs/wxsvg/wxsvg-1.4.2.ebuild
parentapp-emulation/bochs: Drop old (diff)
downloadgentoo-0690c8437cd28f6533ae85d734a2d5d3ae1b9a87.tar.gz
gentoo-0690c8437cd28f6533ae85d734a2d5d3ae1b9a87.tar.bz2
gentoo-0690c8437cd28f6533ae85d734a2d5d3ae1b9a87.zip
media-libs/wxsvg: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/wxsvg/wxsvg-1.4.2.ebuild')
-rw-r--r--media-libs/wxsvg/wxsvg-1.4.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/wxsvg/wxsvg-1.4.2.ebuild b/media-libs/wxsvg/wxsvg-1.4.2.ebuild
deleted file mode 100644
index 96a02dd1449c..000000000000
--- a/media-libs/wxsvg/wxsvg-1.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-WX_GTK_VER=2.8
-inherit eutils wxwidgets
-
-DESCRIPTION="C++ library to create, manipulate and render SVG files"
-HOMEPAGE="http://wxsvg.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="wxWinLL-3"
-SLOT="0/2" # based on SONAME of libwxsvg.so
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/expat-2:=
- >=dev-libs/glib-2.28:2=
- dev-libs/libxml2:=
- media-libs/fontconfig:=
- media-libs/freetype:2=
- x11-libs/cairo:=
- x11-libs/pango:=
- x11-libs/wxGTK:2.8=[X]
- virtual/ffmpeg"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog TODO )
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --with-wx-config=${WX_CONFIG}
-}
-
-src_install() {
- default
- prune_libtool_files
-}