summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-20 13:30:11 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-20 13:31:47 +0200
commit444beb63dc5b1b84304aed8057bf3d377ba09d74 (patch)
tree584daf110c63b36d80fbd55a5e7ec2f588d2feb0 /dev-libs/serd
parentsys-fs/quota: unstable hppa (diff)
downloadgentoo-444beb63dc5b1b84304aed8057bf3d377ba09d74.tar.gz
gentoo-444beb63dc5b1b84304aed8057bf3d377ba09d74.tar.bz2
gentoo-444beb63dc5b1b84304aed8057bf3d377ba09d74.zip
dev-libs/serd: Remove 0.26.0
Uses deprecated EAPI 4 and overshadowed by 0.28.0-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-libs/serd')
-rw-r--r--dev-libs/serd/Manifest1
-rw-r--r--dev-libs/serd/serd-0.26.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-libs/serd/Manifest b/dev-libs/serd/Manifest
index 43dfb02149ee..33f4fe7af865 100644
--- a/dev-libs/serd/Manifest
+++ b/dev-libs/serd/Manifest
@@ -1,2 +1 @@
-DIST serd-0.26.0.tar.bz2 369280 BLAKE2B 4543357663bce0c532e944fcf85f42dcc09138cc8e1a5d6810ab329c9fa047a12fe9ddb1c28da7d68609a909e0992c3c8097961004107971211373e1a3db0828 SHA512 749bf161d38cb8489f196ece2bf2b7c22e9113d05b38452592d92f9ffdec25d340e680e697e9531dab80d2ef04600690f9333208a4ef22307b8ed8e238d5c7b8
DIST serd-0.28.0.tar.bz2 371592 BLAKE2B 143e858b5947cd52d01341ec7ff5fb36f98aefceda4e748b2a999c2e6d2c972b2f5d30053d8538f04f236597da93a595d0fabbfa4c667397e27d4c897458d1ee SHA512 b25cc70af17ff821812ab2a70c2812c1713ff811a0f18fb5d5c54f3b67e0c68293aabedfacd687afe6b7acdfd81602ef81764d7e11bc0d933de738bc6d4fce3e
diff --git a/dev-libs/serd/serd-0.26.0.ebuild b/dev-libs/serd/serd-0.26.0.ebuild
deleted file mode 100644
index 96ff52951afa..000000000000
--- a/dev-libs/serd/serd-0.26.0.ebuild
+++ /dev/null
@@ -1,40 +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 RDF syntax which supports reading and writing Turtle and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- doc? ( app-doc/doxygen )"
-
-DOCS=( "AUTHORS" "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
-}