diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 09:23:57 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 09:23:57 +0000 |
commit | 0180c5b37fac6761d2471006ce8a61138b84e1bd (patch) | |
tree | bcadce6d3607993194ead4151001e6c3378d4226 /media-sound/shoutcast-server-bin | |
parent | version bump (diff) | |
download | historical-0180c5b37fac6761d2471006ce8a61138b84e1bd.tar.gz historical-0180c5b37fac6761d2471006ce8a61138b84e1bd.tar.bz2 historical-0180c5b37fac6761d2471006ce8a61138b84e1bd.zip |
added message to pkg_postinst to tell users about the shoucast guide, fixes bug #77316
Package-Manager: portage-2.0.51.19
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 | 10 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild | 5 |
3 files changed, 15 insertions, 7 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index 6c2979cf86fb..4e1f6ab97404 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.9 2005/01/04 12:50:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.10 2005/03/29 09:23:57 luckyduck Exp $ + + 29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> + shoutcast-server-bin-1.9.5.ebuild: + added message to pkg_postinst to tell users about the shoucast guide, fixes + bug #77316 04 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org> -shoutcast-server-bin-1.9.4-r1.ebuild, shoutcast-server-bin-1.9.5.ebuild: diff --git a/media-sound/shoutcast-server-bin/Manifest b/media-sound/shoutcast-server-bin/Manifest index 2071a0cfff28..1edae3fba0db 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 2beb13efad3a47636ce2afeb674b556d shoutcast-server-bin-1.9.5.ebuild 2414 +MD5 007029727e474078982affdb2787fee6 ChangeLog 1897 MD5 dbafe0153b3ee5f599d5dbeac4aa3210 metadata.xml 224 -MD5 25b9da985059844e96c9b6be7e431667 ChangeLog 1716 -MD5 940fa71bd1caacd890f4816d01725ad8 shoutcast-server-bin-1.9.5.ebuild 2307 MD5 2f2025093cdbc0f677b2235e95172158 files/digest-shoutcast-server-bin-1.9.5 79 MD5 572233fa66d4a99eea2c5e1e578fc357 files/shoutcast 853 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB2pEiArHZZzCEUG0RAoxDAJ9Muz30uRZwohqcrOY8xLQU8L67kACdHOPB -xuzAa2rKvS8nRp6v0OYfUXQ= -=/hFl +iD8DBQFCSR6806ebR+OMO78RAtz7AKCS5LTRcWUaab/uX8t8XkHSOQvyrgCcCJ8/ +379fmlDucdJCxUMcQmijhSI= +=lDkP -----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 707971f8900a..b974ac93ee95 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.2 2005/01/04 12:50:26 eradicator Exp $ +# $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 $ IUSE="" @@ -67,4 +67,7 @@ pkg_postinst() { einfo "See http://forums.winamp.com/showthread.php?threadid=75736 for 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 + einfo "An shoutcast guide can be found at http://www.gentoo.org/doc/en/shoutcast-config.xml" + einfo } |