From 799c0301cd281c8126b28f3a5687c61c2cc93e83 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sun, 9 Feb 2003 08:09:42 +0000 Subject: version bump to newest bugfix release --- media-sound/waif/ChangeLog | 10 ++++- media-sound/waif/files/digest-waif-0.59.3 | 2 - media-sound/waif/files/digest-waif-0.59.4 | 2 + media-sound/waif/waif-0.59.3.ebuild | 67 ------------------------------- media-sound/waif/waif-0.59.4.ebuild | 67 +++++++++++++++++++++++++++++++ 5 files changed, 78 insertions(+), 70 deletions(-) delete mode 100644 media-sound/waif/files/digest-waif-0.59.3 create mode 100644 media-sound/waif/files/digest-waif-0.59.4 delete mode 100644 media-sound/waif/waif-0.59.3.ebuild create mode 100644 media-sound/waif/waif-0.59.4.ebuild (limited to 'media-sound/waif') diff --git a/media-sound/waif/ChangeLog b/media-sound/waif/ChangeLog index a1efdf39ba4a..d83bebf6b764 100644 --- a/media-sound/waif/ChangeLog +++ b/media-sound/waif/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/waif # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.3 2003/02/09 01:14:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.4 2003/02/09 08:09:42 seemant Exp $ + +*waif-0.59.4 (08 Feb 2003) + + 08 Feb 2003; Seemant Kulleen waif-0.59.4.ebuild + files/digest-waif-0.59.4 : + + Version bump -- a bugfix release which fixes the commands in the + interactive shell. *waif-0.59.3 (07 Feb 2003) diff --git a/media-sound/waif/files/digest-waif-0.59.3 b/media-sound/waif/files/digest-waif-0.59.3 deleted file mode 100644 index 97c9f107e19b..000000000000 --- a/media-sound/waif/files/digest-waif-0.59.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9b2dfe3b5aa3375fdeb110ff3c8495d0 waif.tar.gz 60133 -MD5 563a36a809ff3e422f41ed5cc90c8a69 wfxmms-0.6.tgz 5192 diff --git a/media-sound/waif/files/digest-waif-0.59.4 b/media-sound/waif/files/digest-waif-0.59.4 new file mode 100644 index 000000000000..970b2844f1dd --- /dev/null +++ b/media-sound/waif/files/digest-waif-0.59.4 @@ -0,0 +1,2 @@ +MD5 b7a3ea88f54fbd5285c765ad61ceb315 waif.tar.gz 60187 +MD5 563a36a809ff3e422f41ed5cc90c8a69 wfxmms-0.6.tgz 5192 diff --git a/media-sound/waif/waif-0.59.3.ebuild b/media-sound/waif/waif-0.59.3.ebuild deleted file mode 100644 index 5e7e21330c98..000000000000 --- a/media-sound/waif/waif-0.59.3.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.3.ebuild,v 1.3 2003/02/09 01:14:40 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/${PN}.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 -} diff --git a/media-sound/waif/waif-0.59.4.ebuild b/media-sound/waif/waif-0.59.4.ebuild new file mode 100644 index 000000000000..76699abfd648 --- /dev/null +++ b/media-sound/waif/waif-0.59.4.ebuild @@ -0,0 +1,67 @@ +# 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.1 2003/02/09 08:09:42 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/${PN}.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 +} -- cgit v1.2.3-65-gdbad