summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-08 18:57:59 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-08 18:57:59 +0000
commit285bcbf03cd1f30b6375d6d8a94d41a5a6f2abb1 (patch)
tree5029450e1a3c778072bccd7e21cf7f4bae4c9a5a /media-sound
parentMask xulrunner-1.9 and firefox-3.0 (diff)
downloadgentoo-2-285bcbf03cd1f30b6375d6d8a94d41a5a6f2abb1.tar.gz
gentoo-2-285bcbf03cd1f30b6375d6d8a94d41a5a6f2abb1.tar.bz2
gentoo-2-285bcbf03cd1f30b6375d6d8a94d41a5a6f2abb1.zip
unused gtk1 versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/extace/extace-1.8.11.ebuild22
-rw-r--r--media-sound/extace/extace-1.9.6.ebuild23
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/extace/extace-1.8.11.ebuild b/media-sound/extace/extace-1.8.11.ebuild
deleted file mode 100644
index 3f30b4f9e3cc..000000000000
--- a/media-sound/extace/extace-1.8.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/extace/extace-1.8.11.ebuild,v 1.13 2006/09/11 03:44:37 metalgod Exp $
-
-DESCRIPTION="eXtace is an ESD audio visualization application"
-HOMEPAGE="http://extace.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64"
-IUSE=""
-
-DEPEND="media-sound/esound
- =sci-libs/fftw-2*
- =x11-libs/gtk+-1.2*
- media-libs/imlib"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
-}
diff --git a/media-sound/extace/extace-1.9.6.ebuild b/media-sound/extace/extace-1.9.6.ebuild
deleted file mode 100644
index bac31e34ceda..000000000000
--- a/media-sound/extace/extace-1.9.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/extace/extace-1.9.6.ebuild,v 1.2 2008/01/14 17:12:05 chainsaw Exp $
-
-DESCRIPTION="eXtace is an ESD audio visualization application"
-HOMEPAGE="http://extace.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-util/pkgconfig
- media-sound/esound
- >=sci-libs/fftw-3
- =x11-libs/gtk+-1.2*
- media-libs/imlib"
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS CREDITS ChangeLog NEWS README TODO
-}