diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-26 22:44:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-26 22:44:48 +0000 |
commit | 56bde8d45c8cf0b9ba28b6ccb9d68c6f3342541b (patch) | |
tree | 616cbcc66a03c62c925cfcf155eb5819cc5b6089 /media-libs/slv2 | |
parent | version bump, bug #207603 (diff) | |
download | gentoo-2-56bde8d45c8cf0b9ba28b6ccb9d68c6f3342541b.tar.gz gentoo-2-56bde8d45c8cf0b9ba28b6ccb9d68c6f3342541b.tar.bz2 gentoo-2-56bde8d45c8cf0b9ba28b6ccb9d68c6f3342541b.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-libs/slv2')
-rw-r--r-- | media-libs/slv2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/slv2/files/digest-slv2-0.4.2 | 3 | ||||
-rw-r--r-- | media-libs/slv2/slv2-0.4.2.ebuild | 38 |
3 files changed, 4 insertions, 42 deletions
diff --git a/media-libs/slv2/ChangeLog b/media-libs/slv2/ChangeLog index ac937d633332..3087c88da377 100644 --- a/media-libs/slv2/ChangeLog +++ b/media-libs/slv2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/slv2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.7 2008/01/21 22:03:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.8 2008/01/26 22:44:47 aballier Exp $ + + 26 Jan 2008; Alexis Ballier <aballier@gentoo.org> -slv2-0.4.2.ebuild: + remove old *slv2-0.5.0 (21 Jan 2008) diff --git a/media-libs/slv2/files/digest-slv2-0.4.2 b/media-libs/slv2/files/digest-slv2-0.4.2 deleted file mode 100644 index bb41d6716e37..000000000000 --- a/media-libs/slv2/files/digest-slv2-0.4.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a08fb5028e01544ef2add7798e0d9b66 slv2-0.4.2.tar.gz 442099 -RMD160 87583a91b02d27ce555ddbebdd72fb82d7bcb54d slv2-0.4.2.tar.gz 442099 -SHA256 25210d25f5728cf59db1d059da5eb2c0bf0b8c4c0750a842297e08caeecb374a slv2-0.4.2.tar.gz 442099 diff --git a/media-libs/slv2/slv2-0.4.2.ebuild b/media-libs/slv2/slv2-0.4.2.ebuild deleted file mode 100644 index 3337ed448375..000000000000 --- a/media-libs/slv2/slv2-0.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/slv2-0.4.2.ebuild,v 1.1 2008/01/10 08:22:34 aballier Exp $ - -DESCRIPTION="A library to make the use of LV2 plugins as simple as possible for applications" -HOMEPAGE="http://wiki.drobilla.net/SLV2" -SRC_URI="http://download.drobilla.net/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc jack" - -RDEPEND="dev-libs/redland - media-libs/raptor - jack? ( media-sound/jack-audio-connection-kit ) - media-libs/lv2core" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - dev-util/pkgconfig" - -src_compile() { - econf $(use_enable debug) \ - $(use_enable jack) \ - $(use_enable doc documentation) - - emake || die "make failed" - if use doc; then - emake docs || die "creating documentation failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README - doman doc/man/man3/* - use doc && dohtml doc/html/* -} |