From df40dc5b53149178182f2f88ec13d178824d06d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 5 Jan 2007 17:58:07 +0000 Subject: [PATCH] Convert to use elog. Remove src_compile. Don't use DEPEND as it's a binary package. Package-Manager: portage-2.1.2_rc4-r6 --- media-sound/shoutcast-trans-bin/ChangeLog | 9 +++++-- .../files/digest-shoutcast-trans-bin-0.4.0-r1 | 2 ++ .../shoutcast-trans-bin-0.4.0-r1.ebuild | 26 ++++++++----------- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog index 0c9f08d6b619..1a75714de4e3 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-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ò + 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 shoutcast-trans-bin-0.4.0-r1.ebuild: diff --git a/media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r1 b/media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r1 index f5b33c5ba859..9d9cbbc97ce5 100644 --- a/media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r1 +++ b/media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r1 @@ -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 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 aee6fb74fe1b..91a95d864f15 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-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." } -- 2.26.2