diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:17:45 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:17:45 +0000 |
commit | 74745368a971b18fc9fa8a93053167ee6127da0b (patch) | |
tree | 063e07c375003afd53e08a3fc29f3c812d241b19 /media-sound/shoutcast-server-bin | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-74745368a971b18fc9fa8a93053167ee6127da0b.tar.gz gentoo-2-74745368a971b18fc9fa8a93053167ee6127da0b.tar.bz2 gentoo-2-74745368a971b18fc9fa8a93053167ee6127da0b.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-sound/shoutcast-server-bin')
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index e87e7d60392e..7e1093a0940e 100644 --- a/media-sound/shoutcast-server-bin/ChangeLog +++ b/media-sound/shoutcast-server-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/shoutcast-server-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.20 2007/04/19 06:21:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.21 2007/07/02 15:17:45 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> + shoutcast-server-bin-1.9.7.ebuild, shoutcast-server-bin-1.9.8.ebuild: + (QA) RESTRICT clean up. 19 Apr 2007; Christian Faulhammer <opfer@gentoo.org> shoutcast-server-bin-1.9.8.ebuild: diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild index 2553953c4d16..15c1d1a4f2c8 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.4 2007/06/26 02:15:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.5 2007/07/02 15:17:45 peper Exp $ IUSE="" inherit eutils SVER=${PV//./-} -RESTRICT="fetch nostrip" +RESTRICT="fetch strip" DESCRIPTION="${PN} is a network streaming server by Nullsoft." HOMEPAGE="http://www.shoutcast.com/download/license.phtml" SRC_URI="shoutcast-${SVER}-linux-glibc6.tar.gz" diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild index 9045536d16ed..f7a17dcdba2e 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild,v 1.4 2007/06/26 02:15:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.8.ebuild,v 1.5 2007/07/02 15:17:45 peper Exp $ IUSE="" inherit eutils SVER=${PV//./-} -RESTRICT="fetch nostrip" +RESTRICT="fetch strip" DESCRIPTION="${PN} is a network streaming server by Nullsoft." HOMEPAGE="http://www.shoutcast.com/download/license.phtml" SRC_URI="sc_serv_${PV}_Linux.tar.gz" |