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 60BB2138331 for ; Sun, 20 May 2018 11:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF9EE09E4; Sun, 20 May 2018 11:22:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27F05E09E4 for ; Sun, 20 May 2018 11:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 14A37335CD8 for ; Sun, 20 May 2018 11:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE9792A2 for ; Sun, 20 May 2018 11:22:55 +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: <1526815371.c5d25755cd8cdf39f4e974d1ba5645ae553f0bcb.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lilv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lilv/Manifest media-libs/lilv/lilv-0.24.0.ebuild X-VCS-Directories: media-libs/lilv/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c5d25755cd8cdf39f4e974d1ba5645ae553f0bcb X-VCS-Branch: master Date: Sun, 20 May 2018 11:22:55 +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: ac8f0ef4-9b9a-4a38-b399-04fb998c8b6f X-Archives-Hash: ac6c4fbcce10c8b0058e64b7e2360bb3 commit: c5d25755cd8cdf39f4e974d1ba5645ae553f0bcb Author: Johannes Huber gentoo org> AuthorDate: Sun May 20 11:21:08 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 20 11:22:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d25755 media-libs/lilv: Remove 0.24.0 Uses deprecated EAPI 4, inherits deprecated base eclass and overshadowed by 0.24.2-r2. Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-libs/lilv/Manifest | 1 - media-libs/lilv/lilv-0.24.0.ebuild | 52 -------------------------------------- 2 files changed, 53 deletions(-) diff --git a/media-libs/lilv/Manifest b/media-libs/lilv/Manifest index d2a595544bd..3aeb5c7ecad 100644 --- a/media-libs/lilv/Manifest +++ b/media-libs/lilv/Manifest @@ -1,2 +1 @@ -DIST lilv-0.24.0.tar.bz2 244079 BLAKE2B d94b830b7439d55c2a44d9c20b1ea7938f3fe75bf273adfd4c11a38f29cbb266d5ff5c35c656adb8d7d80f47e1e733650b37467437b487720742b27d93a2d69d SHA512 2a5523385e4cb3876abb49d8cd4eb7b8f95b886d8e9dd3155588a0bef7b5ffd7486501a70cb852d4965592ffe7ef8335d8e46666f519b5214753dd9ae96a1756 DIST lilv-0.24.2.tar.bz2 244764 BLAKE2B e049354c2ec52116bbc0c588829c8e7d6c780a8325bb050d225e4893a4ca7b3c98b8bddd01dbfa0e67616bb6baadf2483087891d4242ccd4156aa8a8749484ef SHA512 b5d04b6bb1fb4d3a9a58d93b233db502dc2ded75672766a31d252abca657cbf2d170fa590c0c56159b2bac68c7af95d8787a512e318e3a0f30855504bb034659 diff --git a/media-libs/lilv/lilv-0.24.0.ebuild b/media-libs/lilv/lilv-0.24.0.ebuild deleted file mode 100644 index 41f03c2342f..00000000000 --- a/media-libs/lilv/lilv-0.24.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 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 base python-any-r1 waf-utils bash-completion-r1 - -DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications" -HOMEPAGE="http://drobilla.net/software/lilv/" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc +dyn-manifest static-libs test" - -RDEPEND=">=media-libs/lv2-1.14.0 - >=media-libs/sratom-0.4.0 - >=dev-libs/serd-0.14.0 - >=dev-libs/sord-0.13.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="${EPREFIX}"/usr/share/doc/${PF} \ - --no-bash-completion \ - $(use test && echo "--test") \ - $(use doc && echo "--docs") \ - $(use static-libs && echo "--static") \ - $(use dyn-manifest && echo "--dyn-manifest") -} - -src_test() { - ./waf test || die -} - -src_install() { - waf-utils_src_install - newbashcomp utils/lilv.bash_completion ${PN} -}