public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/shoutcast-trans-bin: shoutcast-trans-bin-0.4.0-r1.ebuild
@ 2009-08-03 13:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-03 13:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/03 13:10:54

  Modified:             shoutcast-trans-bin-0.4.0-r1.ebuild
  Log:
  Quoting
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?r1=1.7&r2=1.8

Index: shoutcast-trans-bin-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shoutcast-trans-bin-0.4.0-r1.ebuild	11 May 2009 19:56:22 -0000	1.7
+++ shoutcast-trans-bin-0.4.0-r1.ebuild	3 Aug 2009 13:10:54 -0000	1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 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.7 2009/05/11 19:56:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.8 2009/08/03 13:10:54 ssuominen Exp $
 
 IUSE=""
 
 inherit eutils
 
-SVER="${PV//./}"
+SVER=${PV//./}
 RESTRICT="mirror strip fetch"
 DESCRIPTION="A transcoder that provides a source for shoutcast-server-bin to stream from."
 HOMEPAGE="http://www.shoutcast.com"
@@ -15,7 +15,7 @@
 SLOT="0"
 KEYWORDS="-* amd64 x86"
 RDEPEND="media-sound/shoutcast-server-bin"
-S="${WORKDIR}/sc_trans_${SVER}"
+S=${WORKDIR}/sc_trans_${SVER}
 
 src_install() {
 	# install executable
@@ -23,7 +23,7 @@
 	doexe sc_trans_linux
 
 	# install the init.d file
-	doinitd ${FILESDIR}/shoutcast_trans
+	doinitd "${FILESDIR}"/shoutcast_trans
 
 	# install sample configuration file
 	dodoc example.lst






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/shoutcast-trans-bin: shoutcast-trans-bin-0.4.0-r1.ebuild
@ 2009-12-23 21:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-23 21:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/23 21:47:53

  Modified:             shoutcast-trans-bin-0.4.0-r1.ebuild
  Log:
  Tweak pkg_nofetch message a bit for last commit.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild?r1=1.9&r2=1.10

Index: shoutcast-trans-bin-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- shoutcast-trans-bin-0.4.0-r1.ebuild	23 Dec 2009 11:43:37 -0000	1.9
+++ shoutcast-trans-bin-0.4.0-r1.ebuild	23 Dec 2009 21:47:53 -0000	1.10
@@ -1,24 +1,29 @@
 # Copyright 1999-2009 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.9 2009/12/23 11:43:37 ssuominen Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.10 2009/12/23 21:47:53 ssuominen Exp $
 
 inherit eutils
 
 SVER=${PV//./}
-RESTRICT="mirror strip fetch"
+
 DESCRIPTION="A transcoder that provides a source for shoutcast-server-bin to stream from."
 HOMEPAGE="http://www.shoutcast.com/"
-SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz"
+SRC_URI="http://yp.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz"
+
 LICENSE="shoutcast"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
+IUSE=""
+
 RDEPEND="media-sound/shoutcast-server-bin"
+
 S=${WORKDIR}/sc_trans_${SVER}
 
+RESTRICT="fetch"
+
 pkg_nofetch() {
 	einfo "Download sc_trans_posix_${SVER}.tgz from ${HOMEPAGE}."
+	einfo "Last known working location is ${SRC_URI}."
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-23 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 13:10 [gentoo-commits] gentoo-x86 commit in media-sound/shoutcast-trans-bin: shoutcast-trans-bin-0.4.0-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-23 21:47 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox