diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-16 11:01:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-16 11:01:03 +0000 |
commit | fbbf9c17b0c05e016c261ff250a8058606ccef04 (patch) | |
tree | 3525d34261084186f140df0d88b0c4cb156f2778 /media-libs | |
parent | add missing pkgconfig dep, bug #206029, dont prestrip files, bug #199539 (diff) | |
download | gentoo-2-fbbf9c17b0c05e016c261ff250a8058606ccef04.tar.gz gentoo-2-fbbf9c17b0c05e016c261ff250a8058606ccef04.tar.bz2 gentoo-2-fbbf9c17b0c05e016c261ff250a8058606ccef04.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/slv2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/slv2/files/digest-slv2-0.4.0 | 3 | ||||
-rw-r--r-- | media-libs/slv2/slv2-0.4.0.ebuild | 37 |
3 files changed, 4 insertions, 41 deletions
diff --git a/media-libs/slv2/ChangeLog b/media-libs/slv2/ChangeLog index 55d2ecb342d5..074a21b94977 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.5 2008/01/10 08:22:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/slv2/ChangeLog,v 1.6 2008/01/16 11:01:02 aballier Exp $ + + 16 Jan 2008; Alexis Ballier <aballier@gentoo.org> -slv2-0.4.0.ebuild: + remove old *slv2-0.4.2 (10 Jan 2008) diff --git a/media-libs/slv2/files/digest-slv2-0.4.0 b/media-libs/slv2/files/digest-slv2-0.4.0 deleted file mode 100644 index f4f688582b75..000000000000 --- a/media-libs/slv2/files/digest-slv2-0.4.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 616acffff9d2924d92adf5995216d106 slv2-0.4.0.tar.gz 529211 -RMD160 70cc1b514388adc7f0c951da688207abe56c5c04 slv2-0.4.0.tar.gz 529211 -SHA256 d5fb9d8a2892f4df41434bc971e81fc9819fb2d29dd8be7b2e110967961c7194 slv2-0.4.0.tar.gz 529211 diff --git a/media-libs/slv2/slv2-0.4.0.ebuild b/media-libs/slv2/slv2-0.4.0.ebuild deleted file mode 100644 index 827ba8173b7d..000000000000 --- a/media-libs/slv2/slv2-0.4.0.ebuild +++ /dev/null @@ -1,37 +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.0.ebuild,v 1.1 2008/01/02 10:52:24 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 )" -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/* -} |