diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:13:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 11:13:57 +0000 |
commit | 19433c5b361f52186df25908a2117236dd3811cc (patch) | |
tree | 5ef513e9cbab3340cd19a09e87d6226e26945338 /media-sound/waif | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (Manifest recommit) (diff) | |
download | gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.tar.gz gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.tar.bz2 gentoo-2-19433c5b361f52186df25908a2117236dd3811cc.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'media-sound/waif')
-rw-r--r-- | media-sound/waif/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/waif/waif-0.59.6.ebuild | 6 | ||||
-rw-r--r-- | media-sound/waif/waif-0.59.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/waif/ChangeLog b/media-sound/waif/ChangeLog index 936487cca2f3..3ea9c0944922 100644 --- a/media-sound/waif/ChangeLog +++ b/media-sound/waif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/waif -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.19 2004/10/07 03:31:20 eradicator Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.20 2005/01/09 11:12:41 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> waif-0.59.6.ebuild, + waif-0.59.7.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> waif-0.59.7.ebuild: get_libdir fixes. diff --git a/media-sound/waif/waif-0.59.6.ebuild b/media-sound/waif/waif-0.59.6.ebuild index 01d2abc5fb51..7d2ba40d04f4 100644 --- a/media-sound/waif/waif-0.59.6.ebuild +++ b/media-sound/waif/waif-0.59.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.6.ebuild,v 1.8 2004/07/14 21:08:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.6.ebuild,v 1.9 2005/01/09 11:12:41 swegener Exp $ IUSE="oggvorbis xmms" @@ -9,7 +9,7 @@ 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" + xmms? ( http://www.eds.org/~straycat/wfxmms-0.6.tgz )" SLOT="0" LICENSE="as-is" diff --git a/media-sound/waif/waif-0.59.7.ebuild b/media-sound/waif/waif-0.59.7.ebuild index e0e818cc7c36..ff6be80d5981 100644 --- a/media-sound/waif/waif-0.59.7.ebuild +++ b/media-sound/waif/waif-0.59.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.7.ebuild,v 1.13 2004/10/07 07:10:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.7.ebuild,v 1.14 2005/01/09 11:12:41 swegener Exp $ IUSE="xmms oggvorbis" @@ -11,7 +11,7 @@ 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" + xmms? ( http://www.eds.org/~straycat/wfxmms-0.6.tgz )" SLOT="0" LICENSE="as-is" |