summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-12-19 19:39:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-12-19 19:39:34 +0000
commit5b6428012725a54a4b619083351f40dea35f4d3e (patch)
tree6c79457e8521ae4b5fe49335fa60b1f861caf462 /media-plugins/blop
parentRemove old versions (diff)
downloadgentoo-2-5b6428012725a54a4b619083351f40dea35f4d3e.tar.gz
gentoo-2-5b6428012725a54a4b619083351f40dea35f4d3e.tar.bz2
gentoo-2-5b6428012725a54a4b619083351f40dea35f4d3e.zip
remove old
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'media-plugins/blop')
-rw-r--r--media-plugins/blop/ChangeLog8
-rw-r--r--media-plugins/blop/blop-0.2.5.ebuild24
-rw-r--r--media-plugins/blop/blop-0.2.7.ebuild24
3 files changed, 6 insertions, 50 deletions
diff --git a/media-plugins/blop/ChangeLog b/media-plugins/blop/ChangeLog
index 0fb8c8702400..78e9c0381051 100644
--- a/media-plugins/blop/ChangeLog
+++ b/media-plugins/blop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/blop
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/ChangeLog,v 1.11 2007/09/17 20:38:14 phreak Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/ChangeLog,v 1.12 2008/12/19 19:39:34 aballier Exp $
+
+ 19 Dec 2008; Alexis Ballier <aballier@gentoo.org> -blop-0.2.5.ebuild,
+ -blop-0.2.7.ebuild:
+ remove old
17 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing fvdpol from metadata.xml (see #51321 for reference).
diff --git a/media-plugins/blop/blop-0.2.5.ebuild b/media-plugins/blop/blop-0.2.5.ebuild
deleted file mode 100644
index d0d0d76c06a3..000000000000
--- a/media-plugins/blop/blop-0.2.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.5.ebuild,v 1.9 2004/06/24 23:27:03 agriffis Exp $
-
-IUSE=""
-DESCRIPTION="Bandlimited LADSPA Oscillator Plugins"
-SRC_URI="mirror://sourceforge/blop/${P}.tar.gz"
-HOMEPAGE="http://blop.sf.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND=">=media-libs/ladspa-sdk-1.12"
-
-src_compile() {
- econf --with-ladspa-prefix=/usr || die
- emake || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-}
diff --git a/media-plugins/blop/blop-0.2.7.ebuild b/media-plugins/blop/blop-0.2.7.ebuild
deleted file mode 100644
index 6ef1dc292000..000000000000
--- a/media-plugins/blop/blop-0.2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.7.ebuild,v 1.4 2004/06/24 23:27:03 agriffis Exp $
-
-IUSE=""
-DESCRIPTION="Bandlimited LADSPA Oscillator Plugins"
-SRC_URI="mirror://sourceforge/blop/${P}.tar.gz"
-HOMEPAGE="http://blop.sf.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=">=media-libs/ladspa-sdk-1.12"
-
-src_compile() {
- econf --with-ladspa-prefix=/usr || die
- emake || die
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-}