diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:42:10 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 13:42:10 +0200 |
commit | 46f655a53fb7360875be5620f1526a26e2d54826 (patch) | |
tree | 659a73d86618b60ca25d729f19a6f10648b893be /media-libs/sratom | |
parent | media-libs/sratom: Remove 0.4.4 (diff) | |
download | gentoo-46f655a53fb7360875be5620f1526a26e2d54826.tar.gz gentoo-46f655a53fb7360875be5620f1526a26e2d54826.tar.bz2 gentoo-46f655a53fb7360875be5620f1526a26e2d54826.zip |
media-libs/sratom: Remove 0.4.6
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/Manifest | 1 | ||||
-rw-r--r-- | media-libs/sratom/sratom-0.4.6.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest index 06cc5aa31bde..571e6b71fe3f 100644 --- a/media-libs/sratom/Manifest +++ b/media-libs/sratom/Manifest @@ -1,2 +1 @@ -DIST sratom-0.4.6.tar.bz2 138165 BLAKE2B 2745b36055acbe601ef2ca4720749d84c3a72dc1df6dbd49fa4b8fa24ba739df26f6b975660350b481a486c0fbb7781f4220908e67acd25d6e636d5cd13a27d5 SHA512 198ab8fd7b027bf62db5d215e1af020695304339df552af6a336be661b30228d9c1ab2befeca959fdde0920dad2c33666fbd6bbf833ba1e24e4fde23d850dc0e DIST sratom-0.6.0.tar.bz2 149340 BLAKE2B c661e0c4fba0cdf6cfb8a7dba90ff92135422557a0721bc394c7500853aeb9370554df8a02b7faea2fa222b96db36b20b265cc1fa50e6e06655946dbe992f815 SHA512 899bb01896e2b65b69482041c7e06edc9e45e9a3466392c82a58f16dfc71462a6c3e3e16a5aa50a6347c8366ea72898468910a59a084762f75eb8c7031ceacf8 diff --git a/media-libs/sratom/sratom-0.4.6.ebuild b/media-libs/sratom/sratom-0.4.6.ebuild deleted file mode 100644 index fe202af7d976..000000000000 --- a/media-libs/sratom/sratom-0.4.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -PYTHON_COMPAT=( python{2_7,3_4} ) -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.14.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 -} |