diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:51:44 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:51:44 +0000 |
commit | 0cbbb0818d313b90088c2b1f5509abc76d563c4e (patch) | |
tree | 4310696918ef9f02dd1fe3a63588e9578b852712 /net-misc/shout | |
parent | Stable amd64. (Manifest recommit) (diff) | |
download | gentoo-2-0cbbb0818d313b90088c2b1f5509abc76d563c4e.tar.gz gentoo-2-0cbbb0818d313b90088c2b1f5509abc76d563c4e.tar.bz2 gentoo-2-0cbbb0818d313b90088c2b1f5509abc76d563c4e.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/shout')
-rw-r--r-- | net-misc/shout/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/shout/ChangeLog b/net-misc/shout/ChangeLog index af1396f784ec..e072493cab8a 100644 --- a/net-misc/shout/ChangeLog +++ b/net-misc/shout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/shout # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.7 2004/06/25 00:11:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.8 2004/07/01 21:51:44 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> shout-0.8.0-r1.ebuild, + shout-0.8.0.ebuild: + change virtual/glibc to virtual/libc, add IUSE 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-misc/shout/shout-0.8.0-r1.ebuild b/net-misc/shout/shout-0.8.0-r1.ebuild index 3294b341ba4b..84397db49c68 100644 --- a/net-misc/shout/shout-0.8.0-r1.ebuild +++ b/net-misc/shout/shout-0.8.0-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.10 2004/06/25 00:11:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.11 2004/07/01 21:51:44 squinky86 Exp $ S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast" SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" @@ -10,7 +11,7 @@ KEYWORDS="x86 sparc ~ppc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { diff --git a/net-misc/shout/shout-0.8.0.ebuild b/net-misc/shout/shout-0.8.0.ebuild index 8f2e35be2499..d4d2f2f571ed 100644 --- a/net-misc/shout/shout-0.8.0.ebuild +++ b/net-misc/shout/shout-0.8.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.11 2004/06/25 00:11:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.12 2004/07/01 21:51:44 squinky86 Exp $ S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Shout is a program for creating a mp3 stream for use with icecast or shoutcast" SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" @@ -10,7 +11,7 @@ KEYWORDS="x86 sparc " LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure --prefix=/usr \ |