summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-29 11:57:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-29 11:57:14 +0000
commit93d953a64a835e735121ee34ba9efadc12c6da38 (patch)
treed732c12e71f29b2b4ad1d3ee599f0bbfd06384c1 /media-libs/libvisual
parentSelect one libsigc++ slot wrt #228483. Fix building with GCC 4.2 (and thus al... (diff)
downloadgentoo-2-93d953a64a835e735121ee34ba9efadc12c6da38.tar.gz
gentoo-2-93d953a64a835e735121ee34ba9efadc12c6da38.tar.bz2
gentoo-2-93d953a64a835e735121ee34ba9efadc12c6da38.zip
remove old
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-libs/libvisual')
-rw-r--r--media-libs/libvisual/ChangeLog5
-rw-r--r--media-libs/libvisual/libvisual-0.4.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/media-libs/libvisual/ChangeLog b/media-libs/libvisual/ChangeLog
index 5eccbe140a50..5df7ef12310d 100644
--- a/media-libs/libvisual/ChangeLog
+++ b/media-libs/libvisual/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.33 2008/06/14 10:08:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.34 2008/06/29 11:57:14 aballier Exp $
+
+ 29 Jun 2008; Alexis Ballier <aballier@gentoo.org> -libvisual-0.4.0.ebuild:
+ remove old
14 Jun 2008; Christoph Mende <angelos@gentoo.org>
libvisual-0.4.0-r1.ebuild:
diff --git a/media-libs/libvisual/libvisual-0.4.0.ebuild b/media-libs/libvisual/libvisual-0.4.0.ebuild
deleted file mode 100644
index 0b48d66e0497..000000000000
--- a/media-libs/libvisual/libvisual-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0.ebuild,v 1.7 2006/10/31 07:43:27 flameeyes Exp $
-
-inherit eutils
-
-DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
-HOMEPAGE="http://libvisual.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-
-SLOT="0.4"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- econf \
- --enable-shared \
- --enable-static \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}