diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:42:43 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:42:43 +0200 |
commit | 11cdf24bb6c246d0284d3a460dfec8ccc6b1f984 (patch) | |
tree | c6dfe7842d0f284ba5ae1628a993fd4870885f4d /media-libs/sratom | |
parent | media-libs/sratom: Remove 0.4.6 (diff) | |
download | gentoo-11cdf24bb6c246d0284d3a460dfec8ccc6b1f984.tar.gz gentoo-11cdf24bb6c246d0284d3a460dfec8ccc6b1f984.tar.bz2 gentoo-11cdf24bb6c246d0284d3a460dfec8ccc6b1f984.zip |
media-libs/sratom: Remove 0.6.0 (r0)
Uses deprecated EAPI 4 and overshadowed by 0.6.0-r1.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-libs/sratom')
-rw-r--r-- | media-libs/sratom/sratom-0.6.0.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-libs/sratom/sratom-0.6.0.ebuild b/media-libs/sratom/sratom-0.6.0.ebuild deleted file mode 100644 index c3719c26a163..000000000000 --- a/media-libs/sratom/sratom-0.6.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE='threads(+)' -inherit python-any-r1 waf-utils - -DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax" -HOMEPAGE="http://drobilla.net/software/sratom/" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="doc static-libs test" - -RDEPEND=">=media-libs/lv2-1.8.1 - >=dev-libs/serd-0.23.0 - >=dev-libs/sord-0.12.0" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - doc? ( app-doc/doxygen ) - virtual/pkgconfig" - -DOCS=( "NEWS" "README" ) - -src_prepare() { - sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die -} - -src_configure() { - waf-utils_src_configure \ - --docdir=/usr/share/doc/${PF} \ - $(use test && echo "--test") \ - $(use doc && echo "--docs") \ - $(use static-libs && echo "--static") -} - -src_test() { - ./waf test || die -} |