diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-28 22:50:15 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-28 22:50:15 +0000 |
commit | 3c17ae32b5d1308f4338d0df834da113bc0d6e2a (patch) | |
tree | d18ad059e6f45b4eb35c2e104d244c6571e6c829 /media-sound/shoutcast-server-bin | |
parent | overdue release bump (diff) | |
download | historical-3c17ae32b5d1308f4338d0df834da113bc0d6e2a.tar.gz historical-3c17ae32b5d1308f4338d0df834da113bc0d6e2a.tar.bz2 historical-3c17ae32b5d1308f4338d0df834da113bc0d6e2a.zip |
added pkg_nofetch to tell users where to download the shoutcast ser
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-sound/shoutcast-server-bin')
-rw-r--r-- | media-sound/shoutcast-server-bin/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/Manifest | 12 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild | 22 |
3 files changed, 29 insertions, 12 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index e6bd3b005b5e..ea50994f9d59 100644 --- a/media-sound/shoutcast-server-bin/ChangeLog +++ b/media-sound/shoutcast-server-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shoutcast-server-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.11 2005/04/19 08:26:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.12 2005/05/28 22:50:15 luckyduck Exp $ + + 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> + shoutcast-server-bin-1.9.5.ebuild: + added pkg_nofetch to tell users where to download the shoutcast server. + fixes #75295 19 Apr 2005; Bryan Ăstergaard <kloeri@gentoo.org> metadata.xml: Remove retired developer from metadata.xml. diff --git a/media-sound/shoutcast-server-bin/Manifest b/media-sound/shoutcast-server-bin/Manifest index f33dc04f90a3..d8b33caa6cac 100644 --- a/media-sound/shoutcast-server-bin/Manifest +++ b/media-sound/shoutcast-server-bin/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0f13fe068e64eee176cf2df7481901e4 ChangeLog 2008 +MD5 66afc0e263b688b1478f54b6823ca5f5 shoutcast-server-bin-1.9.5.ebuild 2592 +MD5 132853fefa9fee6b0f12afea4ac5951b ChangeLog 2190 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 2beb13efad3a47636ce2afeb674b556d shoutcast-server-bin-1.9.5.ebuild 2414 MD5 2f2025093cdbc0f677b2235e95172158 files/digest-shoutcast-server-bin-1.9.5 79 MD5 572233fa66d4a99eea2c5e1e578fc357 files/shoutcast 853 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCZMC9Kf2g/qXtneoRAq/pAJ92VFEKvjcIJRGlRHTqjeup+jL6kACcCrHa -yyG6pT/qcyiwkRTFeYR1Rck= -=StV5 +iD8DBQFCmPW006ebR+OMO78RAuYFAJ9N5Jfz44IcDRKmi/rmUJ54VGF8lgCeLYQR +MGNB1dDdsTcfzf4jtkLAPzs= +=LuwC -----END PGP SIGNATURE----- diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild index b974ac93ee95..110b1c5ba1ca 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.5.ebuild,v 1.3 2005/03/29 09:23:57 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.4 2005/05/28 22:50:15 luckyduck Exp $ IUSE="" @@ -18,6 +18,12 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc )" S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6" +pkg_nofetch() { + einfo "Please download ${A} from:" + einfo "${HOMEPAGE}" + einfo "and move it to ${DISTDIR}" +} + src_compile() { einfo "Nothing to compile." } @@ -61,13 +67,19 @@ src_install() { } pkg_postinst() { - einfo "To start shoutcast, use the init.d script by running /etc/init.d/shoutcast." + einfo + einfo "To start shoutcast, use the init.d script by running" + einfo "/etc/init.d/shoutcast." einfo einfo "On demand content should be stored in /opt/shoutcast/content" - einfo "See http://forums.winamp.com/showthread.php?threadid=75736 for more information on setting up on demand content" + einfo "See http://forums.winamp.com/showthread.php?threadid=75736 for" + einfo "more information on setting up on demand content" einfo - einfo "FAQ's can be found at: http://forums.winamp.com/showthread.php?threadid=75736 and can help you with server setup." + einfo "FAQ's can be found at:" + einfo "http://forums.winamp.com/showthread.php?threadid=75736 " + einfo "and can help you with server setup." einfo - einfo "An shoutcast guide can be found at http://www.gentoo.org/doc/en/shoutcast-config.xml" + einfo "An Gentoo Linux shoutcast guide can be found at " + einfo "http://www.gentoo.org/doc/en/shoutcast-config.xml" einfo } |