summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-10 07:59:05 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-10 07:59:05 +0000
commit7131fbd74e863b495ce0431f146232a4e930c362 (patch)
tree052a17967e62a44da702b496dd468af25840948a /x11-misc/icesndcfg
parentNew release (Manifest recommit) (diff)
downloadgentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.tar.gz
gentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.tar.bz2
gentoo-2-7131fbd74e863b495ce0431f146232a4e930c362.zip
cleanup
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r--x11-misc/icesndcfg/files/digest-icesndcfg-0.81
-rw-r--r--x11-misc/icesndcfg/icesndcfg-0.8.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/icesndcfg/files/digest-icesndcfg-0.8 b/x11-misc/icesndcfg/files/digest-icesndcfg-0.8
deleted file mode 100644
index 06ae532211b9..000000000000
--- a/x11-misc/icesndcfg/files/digest-icesndcfg-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e636114a659b80bce22ae83d480a9a66 icesndcfg-0.8.tar.bz2 94482
diff --git a/x11-misc/icesndcfg/icesndcfg-0.8.ebuild b/x11-misc/icesndcfg/icesndcfg-0.8.ebuild
deleted file mode 100644
index 82298b320831..000000000000
--- a/x11-misc/icesndcfg/icesndcfg-0.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-0.8.ebuild,v 1.7 2003/02/13 17:14:48 vapier Exp $
-
-IUSE="nls esd"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="IceWM sound editor."
-SRC_URI="http://www.selena.kherson.ua/xvadim/${P}.tar.bz2"
-HOMEPAGE="http://www.selena.kherson.ua/xvadim"
-
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*
- esd? ( media-sound/esound )"
-
-#RDEPEND="x11-wm/icewm
-# nls? ( sys-devel/gettext )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-src_compile () {
-
- local myconf
-
- use nls || myconf="--disable-nls"
- use esd \
- && myconf="${myconf} --enable-esd" \
- || myconf="${myconf} --disable-esd"
-
- econf \
- ${myconf} || die
- emake || die
-}
-
-src_install () {
- einstall || die
-
- dodoc AUTHORS COPYING TODO README
-}