commit: 5f05c62d0fbc5ab77ce03cdb16fde0821ce711db Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 1 09:11:37 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 1 09:19:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05c62d
media-libs/lv2core: Remove last-rited pkg, #388549 media-libs/lv2core/Manifest | 3 --- media-libs/lv2core/lv2core-3.0.ebuild | 32 -------------------------------- media-libs/lv2core/lv2core-4.0.ebuild | 32 -------------------------------- media-libs/lv2core/lv2core-6.0.ebuild | 22 ---------------------- media-libs/lv2core/metadata.xml | 8 -------- profiles/package.mask | 5 ----- 6 files changed, 102 deletions(-) diff --git a/media-libs/lv2core/Manifest b/media-libs/lv2core/Manifest deleted file mode 100644 index 7e0f00ecf23..00000000000 --- a/media-libs/lv2core/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lv2core-3.0.tar.bz2 104167 SHA256 7b209b6d5f8a9a597dae0c76f077be19db0fd2f764e9970cfbf87f3406c50172 SHA512 4a25eb96dcc750868d0668667c43b870d4be212f59fb839ff7c9fd4499b2b7c445eb2e9f798a73c35265a63f549c66cd2fc37b0ab56f20c72dce01168f1d0a2c WHIRLPOOL 7702275c2ec30a8cee8d6b4aa6407dc8e48100d56d791653f4b8e1d9559743b046b39c133d48c80c3ea0ff41eb0d0cc2ea2d4b56107051028e172f879a50ba50 -DIST lv2core-4.0.tar.gz 129749 SHA256 a37c6b915c4f6ef8414f83ac356a1f802ab97badf3b58cd469ad9d1f7583d08f SHA512 f7724a39272298f9d79f089e24876417c9ccd746ad8af22bc0c5376a9f8937a81e790519a8f5492b98ab1e99502204cffcd7cd34ba67393cdd6852e4a39d8959 WHIRLPOOL ca7ac10df472fc6e6abf29b80a9c2f5f0f071138801646493f4d5a67fb15894b1acfb27b42c38af0d9a7b6436860db3c49d23a169cd782905590d18de1957c59 -DIST lv2core-6.0.tar.bz2 106475 SHA256 b05429f1cade75ad559a72d65d78a927f9718e074e3aeb9698510403a4e52309 SHA512 3782459a3684a8cb1825ade13adfbd69d496adaeffca026dd47f0405e5d09f8a125726760506890595664cba3ec18ebaaaac681e08e73acbee9cb4377ad2db9c WHIRLPOOL e8a66ba2ad051230391e972a76935e00761afd9acc99ee2556fb6e7966780e8838025bbedda76a3b2c9d09649eab71b9125f9b9efcea03f106c0a31f38761ac2 diff --git a/media-libs/lv2core/lv2core-3.0.ebuild b/media-libs/lv2core/lv2core-3.0.ebuild deleted file mode 100644 index 3e952517f7f..00000000000 --- a/media-libs/lv2core/lv2core-3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit multilib toolchain-funcs - -DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" -HOMEPAGE="http://lv2plug.in/" -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" - -LICENSE="LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="!<media-libs/slv2-0.4.2" - -src_configure() { - tc-export CC CXX CPP AR RANLIB - ./waf configure --prefix=/usr --libdir=/usr/$(get_libdir)/ || die "failed to configure" -} - -src_compile() { - ./waf || die "failed to build" -} - -src_install() { - ./waf --destdir="${D}" install || die "install failed" - dodoc AUTHORS README ChangeLog -} diff --git a/media-libs/lv2core/lv2core-4.0.ebuild b/media-libs/lv2core/lv2core-4.0.ebuild deleted file mode 100644 index a0d799c65f4..00000000000 --- a/media-libs/lv2core/lv2core-4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit multilib toolchain-funcs - -DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" -HOMEPAGE="http://lv2plug.in/" -SRC_URI="http://lv2plug.in/spec/${P}.tar.gz" - -LICENSE="LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="!<media-libs/slv2-0.4.2" - -src_configure() { - tc-export CC CXX CPP AR RANLIB - ./waf configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "failed to configure" -} - -src_compile() { - ./waf || die "failed to build" -} - -src_install() { - ./waf --destdir="${D}" install || die "install failed" - dodoc AUTHORS README ChangeLog -} diff --git a/media-libs/lv2core/lv2core-6.0.ebuild b/media-libs/lv2core/lv2core-6.0.ebuild deleted file mode 100644 index ff7721bde21..00000000000 --- a/media-libs/lv2core/lv2core-6.0.ebuild +++ /dev/null @@ -1,22 +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="LV2 is a simple but extensible successor of LADSPA" -HOMEPAGE="http://lv2plug.in/" -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" - -LICENSE="LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="!<media-libs/slv2-0.4.2" -DOCS=( "AUTHORS" "README" "NEWS" ) diff --git a/media-libs/lv2core/metadata.xml b/media-libs/lv2core/metadata.xml deleted file mode 100644 index f79bb67acbd..00000000000 --- a/media-libs/lv2core/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo ProAudio Project</name> -</maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index f7a8ef9dee8..7221f82bb86 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -568,11 +568,6 @@ app-shells/z # Use app-admin/needrestart instead. app-admin/checkrestart -# Pacho Ramos <[email protected]> (28 May 2017) -# Not compatible with python 3.5 neither 3.6, bug #388549 -# Removal in a month. -media-libs/lv2core - # Michał Górny <[email protected]> (25 May 2017) # First GTK+3 version with known regressions: # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html
