diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 13:25:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 13:25:13 +0000 |
commit | 362d3194cbba1ae06bf4fed6a242ee39f35da5cf (patch) | |
tree | 0f8aad70c9954ef9adaa0108c54441df8cf3b0cc /media-sound/awesfx | |
parent | Drop virtual/libc dependency. Add maintainer-needed metadata. (diff) | |
download | gentoo-2-362d3194cbba1ae06bf4fed6a242ee39f35da5cf.tar.gz gentoo-2-362d3194cbba1ae06bf4fed6a242ee39f35da5cf.tar.bz2 gentoo-2-362d3194cbba1ae06bf4fed6a242ee39f35da5cf.zip |
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r-- | media-sound/awesfx/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.0c.ebuild | 7 | ||||
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.0d.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/media-sound/awesfx/ChangeLog b/media-sound/awesfx/ChangeLog index 5eef0187a9b1..64040cfd733b 100644 --- a/media-sound/awesfx/ChangeLog +++ b/media-sound/awesfx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/awesfx -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.17 2005/09/19 00:03:19 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/ChangeLog,v 1.18 2006/03/07 13:25:13 flameeyes Exp $ + + 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> awesfx-0.5.0c.ebuild, + awesfx-0.5.0d.ebuild: + Drop virtual/libc dependency. 19 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> awesfx-0.5.0c.ebuild, awesfx-0.5.0d.ebuild: diff --git a/media-sound/awesfx/awesfx-0.5.0c.ebuild b/media-sound/awesfx/awesfx-0.5.0c.ebuild index a05d36be8b91..48d965172a9c 100644 --- a/media-sound/awesfx/awesfx-0.5.0c.ebuild +++ b/media-sound/awesfx/awesfx-0.5.0c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0c.ebuild,v 1.5 2005/09/19 00:03:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0c.ebuild,v 1.6 2006/03/07 13:25:13 flameeyes Exp $ IUSE="alsa" @@ -14,8 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -DEPEND="virtual/libc - alsa? ( >=media-libs/alsa-lib-1.0.0 )" +DEPEND="alsa? ( >=media-libs/alsa-lib-1.0.0 )" BANK_LOC="/usr/share/sounds/sf2" diff --git a/media-sound/awesfx/awesfx-0.5.0d.ebuild b/media-sound/awesfx/awesfx-0.5.0d.ebuild index f469e58fd764..b9191fd96f7c 100644 --- a/media-sound/awesfx/awesfx-0.5.0d.ebuild +++ b/media-sound/awesfx/awesfx-0.5.0d.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0d.ebuild,v 1.3 2005/09/19 00:03:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/awesfx/awesfx-0.5.0d.ebuild,v 1.4 2006/03/07 13:25:13 flameeyes Exp $ IUSE="alsa" @@ -14,8 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -DEPEND="virtual/libc - alsa? ( >=media-libs/alsa-lib-1.0.0 )" +DEPEND="alsa? ( >=media-libs/alsa-lib-1.0.0 )" BANK_LOC="/usr/share/sounds/sf2" |