diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-05 11:41:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-05 11:41:05 +0000 |
commit | 0b5effd75a9d9e4d82d451c90c0278b3ab47d9fe (patch) | |
tree | 2796a0841f1054f3ffacd6fe135d7a806726e1da /media-sound/waif | |
parent | repoman fix (diff) | |
download | historical-0b5effd75a9d9e4d82d451c90c0278b3ab47d9fe.tar.gz historical-0b5effd75a9d9e4d82d451c90c0278b3ab47d9fe.tar.bz2 historical-0b5effd75a9d9e4d82d451c90c0278b3ab47d9fe.zip |
removed old version
Diffstat (limited to 'media-sound/waif')
-rw-r--r-- | media-sound/waif/files/digest-waif-0.59.4 | 2 | ||||
-rw-r--r-- | media-sound/waif/waif-0.59.4.ebuild | 67 |
2 files changed, 0 insertions, 69 deletions
diff --git a/media-sound/waif/files/digest-waif-0.59.4 b/media-sound/waif/files/digest-waif-0.59.4 deleted file mode 100644 index 52cf7f357a75..000000000000 --- a/media-sound/waif/files/digest-waif-0.59.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 b7a3ea88f54fbd5285c765ad61ceb315 waif-0.59.4.tar.gz 60187 -MD5 563a36a809ff3e422f41ed5cc90c8a69 wfxmms-0.6.tgz 5192 diff --git a/media-sound/waif/waif-0.59.4.ebuild b/media-sound/waif/waif-0.59.4.ebuild deleted file mode 100644 index 2dbfefd73857..000000000000 --- a/media-sound/waif/waif-0.59.4.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.4.ebuild,v 1.2 2003/02/09 22:31:43 seemant Exp $ - -IUSE="X gnome" - -S=${WORKDIR}/${PN} -S2=${WORKDIR}/wfxmms -DESCRIPTION="Why Another Infernal Frontend -- console front end for various media-players" -HOMEPAGE="http://eds.org/~straycat" -SRC_URI="http://www.eds.org/~straycat/${P}.tar.gz - xmms? http://www.eds.org/~straycat/wfxmms-0.6.tgz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86" - -DEPEND="dev-lang/tcl - dev-tcltk/expect" - -RDEPEND="dev-tcltk/expect - media-sound/takcd - media-sound/aumix - media-sound/id3ed - xmms? ( media-sound/xmms ) - oggvorbis? ( media-sound/vorbis-tools )" - - -src_compile() { - cd Waif - ./mkindex.sh || die - - if use xmms - then - cd ${S2} - make || die - fi -} - -src_install() { - - local tclv - tclv=$(grep TCL_VER /usr/include/tcl.h | sed 's:^.*"\(.*\)".*:\1:') - - cd ${S} - insinto /usr/lib/tcl${tclv}/Waif - doins Waif/* - - into /usr - dobin waif-helper waifsh - doman waifsh.1 - - dodoc CHANGES FAQ INSTALL README* TODO WHATSNEW - dodoc ${FILESDIR}/LICENSE - docinto Documentation - dodoc Documentation/* - - if use xmms - then - cd ${S2} - into /usr - dobin wfxmms - - docinto wfxmms - dodoc BUGS CHANGES README - fi -} |