diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-03 14:01:44 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-03 14:01:44 +0000 |
commit | 7efd00ef845e36a6a9a1adf8c0546796798bc6c1 (patch) | |
tree | ff97e3841073dc8c4be713114fc458131dac0c76 /media-sound/shoutcast-trans-bin | |
parent | remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has ... (diff) | |
download | historical-7efd00ef845e36a6a9a1adf8c0546796798bc6c1.tar.gz historical-7efd00ef845e36a6a9a1adf8c0546796798bc6c1.tar.bz2 historical-7efd00ef845e36a6a9a1adf8c0546796798bc6c1.zip |
remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has been deprecated a while ago
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-rw-r--r-- | media-sound/shoutcast-trans-bin/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog index d7274c09be9b..0c9f08d6b619 100644 --- a/media-sound/shoutcast-trans-bin/ChangeLog +++ b/media-sound/shoutcast-trans-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shoutcast-trans-bin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.9 2005/04/19 08:27:44 kloeri Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.10 2006/03/03 14:01:44 blubb Exp $ + + 03 Mar 2006; Simon Stelling <blubb@gentoo.org> + shoutcast-trans-bin-0.4.0-r1.ebuild: + remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has + been deprecated a while ago 19 Apr 2005; Bryan Ăstergaard <kloeri@gentoo.org> metadata.xml: Remove retired developer from metadata.xml. diff --git a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild index b5eae0fe6b59..aee6fb74fe1b 100644 --- a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild +++ b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.3 2004/12/19 06:44:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.4 2006/03/03 14:01:44 blubb Exp $ IUSE="" @@ -14,8 +14,7 @@ SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz" LICENSE="shoutcast" SLOT="0" KEYWORDS="-* amd64 x86" -DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc ) - media-sound/shoutcast-server-bin" +DEPEND="media-sound/shoutcast-server-bin" S="${WORKDIR}/sc_trans_${SVER}" src_compile() { |