Convert to use elog. Remove src_compile. Don't use DEPEND as it's a binary package.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 17:58:07 +0000 (17:58 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 17:58:07 +0000 (17:58 +0000)
Package-Manager: portage-2.1.2_rc4-r6

media-sound/shoutcast-trans-bin/ChangeLog
media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r1
media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild

index 0c9f08d6b6195c64ef86f6bc3e49152da75f0c33..1a75714de4e35ce11963093418332e5f5ed43679 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/shoutcast-trans-bin
-# 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 $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.11 2007/01/05 17:58:07 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+  shoutcast-trans-bin-0.4.0-r1.ebuild:
+  Convert to use elog. Remove src_compile. Don't use DEPEND as it's a binary
+  package.
 
   03 Mar 2006; Simon Stelling <blubb@gentoo.org>
   shoutcast-trans-bin-0.4.0-r1.ebuild:
index f5b33c5ba859c2ebab7075a7319ad3748cbdbc6f..9d9cbbc97ce5a467e074bf7244942faf638c567b 100644 (file)
@@ -1 +1,3 @@
 MD5 8a6341eb30286a796336d9dcf9ffe986 sc_trans_posix_040.tgz 351390
+RMD160 0ce010571b5e79f1133b2578601513bec4a14359 sc_trans_posix_040.tgz 351390
+SHA256 b2aea79b034f227fcadc10c1c45bab769fa00b9a4990d849e73028872c95e232 sc_trans_posix_040.tgz 351390
index aee6fb74fe1b7d671fc420e2e93d478846ec08c3..91a95d864f1558de47dd34e3a99002bf2d715d6e 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.4 2006/03/03 14:01:44 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.5 2007/01/05 17:58:07 flameeyes Exp $
 
 IUSE=""
 
@@ -14,13 +14,9 @@ SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz"
 LICENSE="shoutcast"
 SLOT="0"
 KEYWORDS="-* amd64 x86"
-DEPEND="media-sound/shoutcast-server-bin"
+RDEPEND="media-sound/shoutcast-server-bin"
 S="${WORKDIR}/sc_trans_${SVER}"
 
-src_compile() {
-       einfo "Nothing to compile."
-}
-
 src_install() {
        # install executable
        exeinto /opt/shoutcast
@@ -51,12 +47,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Shoutcast-trans can be started via the init.d script provided."
-       einfo "start it with /etc/init.d/shoutcast_trans"
-       einfo
-       einfo "The configuration file is /etc/shoutcast/sc_trans.conf."
-       einfo "Please have a look at the playlist file setting."
-       einfo "A sample playlist file can be found under /usr/share/doc/$P."
-       einfo "It also contains instructions how to build a playlist."
-       einfo "A directory /opt/shoutcast/playlists has been created for storing playlists."
+       elog "Shoutcast-trans can be started via the init.d script provided."
+       elog "start it with /etc/init.d/shoutcast_trans"
+       elog
+       elog "The configuration file is /etc/shoutcast/sc_trans.conf."
+       elog "Please have a look at the playlist file setting."
+       elog "A sample playlist file can be found under /usr/share/doc/$P."
+       elog "It also contains instructions how to build a playlist."
+       elog "A directory /opt/shoutcast/playlists has been created for storing playlists."
 }