diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-27 20:03:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-27 20:03:53 +0000 |
commit | 81701434adf97c563a7b80786c1397675d49d149 (patch) | |
tree | 3c84d4ddd1c345d946bd164ded217f73c3eadd5a /media-plugins | |
parent | version bump (diff) | |
download | gentoo-2-81701434adf97c563a7b80786c1397675d49d149.tar.gz gentoo-2-81701434adf97c563a7b80786c1397675d49d149.tar.bz2 gentoo-2-81701434adf97c563a7b80786c1397675d49d149.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/swh-lv2/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/swh-lv2/files/digest-swh-lv2-1.0.14 | 3 | ||||
-rw-r--r-- | media-plugins/swh-lv2/swh-lv2-1.0.14.ebuild | 28 |
3 files changed, 4 insertions, 32 deletions
diff --git a/media-plugins/swh-lv2/ChangeLog b/media-plugins/swh-lv2/ChangeLog index 33481c8be45f..daa609f34183 100644 --- a/media-plugins/swh-lv2/ChangeLog +++ b/media-plugins/swh-lv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/swh-lv2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.4 2008/01/10 08:24:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.5 2008/01/27 20:03:53 aballier Exp $ + + 27 Jan 2008; Alexis Ballier <aballier@gentoo.org> -swh-lv2-1.0.14.ebuild: + remove old *swh-lv2-1.0.15 (10 Jan 2008) diff --git a/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.14 b/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.14 deleted file mode 100644 index 90dbd56f060c..000000000000 --- a/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.14 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c9bdca79af5d38ddbbd115e02d4f02fa swh-lv2-1.0.14.tar.gz 256143 -RMD160 75f8700c6df6fda220784beda6e8f1050595b280 swh-lv2-1.0.14.tar.gz 256143 -SHA256 bc8d8b9e97e8bae5b42d34effd941f3b9a482d93c918316a287fdb94c0abb833 swh-lv2-1.0.14.tar.gz 256143 diff --git a/media-plugins/swh-lv2/swh-lv2-1.0.14.ebuild b/media-plugins/swh-lv2/swh-lv2-1.0.14.ebuild deleted file mode 100644 index 01c07e6202ea..000000000000 --- a/media-plugins/swh-lv2/swh-lv2-1.0.14.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.14.ebuild,v 1.2 2007/12/12 07:32:26 aballier Exp $ - -inherit toolchain-funcs multilib - -DESCRIPTION="Large collection of LV2 audio plugins/effects" -HOMEPAGE="http://plugin.org.uk/" -SRC_URI="http://plugin.org.uk/lv2/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=sci-libs/fftw-3*" -DEPEND="${RDEPEND} - dev-libs/libxslt - dev-util/pkgconfig" - -src_compile() { - emake CC=$(tc-getCC) || die "make failed" -} - -src_install() { - emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die "failed to install" - dodoc README -} |