From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAD8B138332 for ; Sun, 20 May 2018 11:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D394CE09F9; Sun, 20 May 2018 11:36:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95CDCE09F9 for ; Sun, 20 May 2018 11:36:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BB85335C8C for ; Sun, 20 May 2018 11:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0412A4 for ; Sun, 20 May 2018 11:36:29 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1526816184.951aec7c0ac044deeaf96bde7f2467b7d3a999e1.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sord/Manifest dev-libs/sord/sord-0.12.2.ebuild X-VCS-Directories: dev-libs/sord/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 951aec7c0ac044deeaf96bde7f2467b7d3a999e1 X-VCS-Branch: master Date: Sun, 20 May 2018 11:36:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4e12d0fd-7976-4ab0-9ec6-ffe4f816f680 X-Archives-Hash: 1d1f9c4f94beaccf9b322cff38624dc4 commit: 951aec7c0ac044deeaf96bde7f2467b7d3a999e1 Author: Johannes Huber gentoo org> AuthorDate: Sun May 20 11:34:50 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 20 11:36:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951aec7c dev-libs/sord: Remove 0.12.2 Uses deprecated EAPI 4 and overshadowed by 0.16.0-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-libs/sord/Manifest | 1 - dev-libs/sord/sord-0.12.2.ebuild | 41 ---------------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest index 3019084a1dd..41e3b9af951 100644 --- a/dev-libs/sord/Manifest +++ b/dev-libs/sord/Manifest @@ -1,3 +1,2 @@ -DIST sord-0.12.2.tar.bz2 303365 BLAKE2B 8c4760c072d278229ac830d79a2f5a3bfc49a73af4697ec56b7db2b877211279559f9e0e75eefe3c608491310f87bc4d6782804eabc880298bf503485eb77e04 SHA512 2906808138658f89cb6ab939c20e0a092180535629c75b1a0277648af18fb019055dd3cde53f57d7b0d635666be98848bed021ba0bd922a34cfaae3a98c66cbd 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.12.2.ebuild b/dev-libs/sord/sord-0.12.2.ebuild deleted file mode 100644 index 4ff132693ee..00000000000 --- a/dev-libs/sord/sord-0.12.2.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 -}