summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-20 13:41:31 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-20 13:41:31 +0200
commit17150d7e37876347614c54fb54a0f9c9b420d802 (patch)
treeeee1bc8653923451d33b2f50eccf0b67e50b0c15 /media-libs/sratom
parentdev-libs/sord: Remove 0.16.0 (r0) (diff)
downloadgentoo-17150d7e37876347614c54fb54a0f9c9b420d802.tar.gz
gentoo-17150d7e37876347614c54fb54a0f9c9b420d802.tar.bz2
gentoo-17150d7e37876347614c54fb54a0f9c9b420d802.zip
media-libs/sratom: Remove 0.4.4
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/Manifest1
-rw-r--r--media-libs/sratom/sratom-0.4.4.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index 3638d5df08ca..06cc5aa31bde 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1,3 +1,2 @@
-DIST sratom-0.4.4.tar.bz2 134625 BLAKE2B 47f412c791331bc6a3917c4bfb49474092f9edb84cf649a5082414b037399c8a32163dc1536cef575c0b84095d7e2fda2ae01b9d4201b5f61d75913770750689 SHA512 f485da575810348ed9f5016d326b1e82bd9e52d096fa91598c626bdad3f3ba15bbacdd5153b09134f1ad3112fc00132678d096e38f9f7ce2af3cef9f6fe1585a
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.4.ebuild b/media-libs/sratom/sratom-0.4.4.ebuild
deleted file mode 100644
index 8a88baddbf78..000000000000
--- a/media-libs/sratom/sratom-0.4.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit 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
- >=dev-libs/serd-0.14.0
- >=dev-libs/sord-0.12.0"
-DEPEND="${RDEPEND}
- 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
-}