summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:58:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:58:07 +0000
commitdf40dc5b53149178182f2f88ec13d178824d06d6 (patch)
treec5d7a409cde8fb4b16a4e019aa153a1cc8f06378 /media-sound/shoutcast-trans-bin
parentConvert to use elog. (diff)
downloadhistorical-df40dc5b53149178182f2f88ec13d178824d06d6.tar.gz
historical-df40dc5b53149178182f2f88ec13d178824d06d6.tar.bz2
historical-df40dc5b53149178182f2f88ec13d178824d06d6.zip
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
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-rw-r--r--media-sound/shoutcast-trans-bin/ChangeLog9
-rw-r--r--media-sound/shoutcast-trans-bin/files/digest-shoutcast-trans-bin-0.4.0-r12
-rw-r--r--media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild26
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ò <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:
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."
}