summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-20 13:35:22 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-20 13:36:25 +0200
commit537811b612748af2d4df0777f3817fbfcaf7c1c7 (patch)
tree8ecd89098739fcf1e7bf17e6bbaa1487e3e3a254
parentdev-libs/sord: Remove 0.12.2 (diff)
downloadgentoo-537811b612748af2d4df0777f3817fbfcaf7c1c7.tar.gz
gentoo-537811b612748af2d4df0777f3817fbfcaf7c1c7.tar.bz2
gentoo-537811b612748af2d4df0777f3817fbfcaf7c1c7.zip
dev-libs/sord: Remove 0.14.0
Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9
-rw-r--r--dev-libs/sord/Manifest1
-rw-r--r--dev-libs/sord/sord-0.14.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest
index 41e3b9af9514..cc4ba82085e1 100644
--- a/dev-libs/sord/Manifest
+++ b/dev-libs/sord/Manifest
@@ -1,2 +1 @@
-DIST sord-0.14.0.tar.bz2 311442 BLAKE2B f3aa81b3df44ac248b2b73d16e60db3decdbb1af5335afa012de77e2ac9de0cef28c048c5583232adca0e97645e405918f4a839e90828ec63d70a9f1b167790f SHA512 7c59997752fec7db00f2fca3bf5400b3a57141efe1cee031ca24e69e2c31b3aefbb78f51fe9d46a96b06fe685bc896210bd8271846b878c266a90ec257dc7b55
DIST sord-0.16.0.tar.bz2 316331 BLAKE2B 27702600e48e14c75be18cc2b83705cdea1eed7158223ee685821ae80b18b61f5db82f804ee6a32236143cf8287ee875c3b3354edc6ccd1d4f25eaa3a04c785b SHA512 e18c6de62f2cbffedd4c200f6452f4fd37f719aed764ccc1b77c8da04a0f3394d47e8b57e19eefd6d600770926f505fdfa5da91564bbff5f4ead49f1adaba249
diff --git a/dev-libs/sord/sord-0.14.0.ebuild b/dev-libs/sord/sord-0.14.0.ebuild
deleted file mode 100644
index cdf6b7b08526..000000000000
--- a/dev-libs/sord/sord-0.14.0.ebuild
+++ /dev/null
@@ -1,41 +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 storing RDF data in memory"
-HOMEPAGE="http://drobilla.net/software/sord/"
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc static-libs test"
-
-RDEPEND=">=dev-libs/serd-0.14.0"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig"
-
-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
-}