commit: 444beb63dc5b1b84304aed8057bf3d377ba09d74
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 11:30:11 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 11:31:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444beb63
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
dev-libs/serd/Manifest | 1 -
dev-libs/serd/serd-0.26.0.ebuild | 40 ----------------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-libs/serd/Manifest b/dev-libs/serd/Manifest
index 43dfb02149e..33f4fe7af86 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 96ff52951af..00000000000
--- 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
-}