diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:55:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:55:08 +0000 |
commit | ebf7dc334685eaffbc95b7dddd7208b2f6225a88 (patch) | |
tree | 8e37c07fc47c4cf2ff222da2449d1e5a7a0091c1 /media-sound/shoutcast-server-bin | |
parent | Dummify src_compile. (diff) | |
download | historical-ebf7dc334685eaffbc95b7dddd7208b2f6225a88.tar.gz historical-ebf7dc334685eaffbc95b7dddd7208b2f6225a88.tar.bz2 historical-ebf7dc334685eaffbc95b7dddd7208b2f6225a88.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/shoutcast-server-bin')
-rw-r--r-- | media-sound/shoutcast-server-bin/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild | 44 |
2 files changed, 28 insertions, 24 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index 105cceca7ee1..6d3d8a58fbed 100644 --- a/media-sound/shoutcast-server-bin/ChangeLog +++ b/media-sound/shoutcast-server-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/shoutcast-server-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.16 2006/07/15 17:43:15 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.17 2007/01/05 17:55:08 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + shoutcast-server-bin-1.9.7.ebuild: + Convert to use elog. 15 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -shoutcast-server-bin-1.9.5.ebuild: diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild index 89b44f636faf..303c243f4aef 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.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-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.2 2006/06/29 19:27:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild,v 1.3 2007/01/05 17:55:08 flameeyes Exp $ IUSE="" @@ -19,18 +19,18 @@ DEPEND="" S="${WORKDIR}/" pkg_nofetch() { - einfo "Please download ${A} from:" - einfo "${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" + elog "Please download ${A} from:" + elog "${HOMEPAGE}" + elog "and move it to ${DISTDIR}" } src_compile() { - einfo "Nothing to compile." + elog "Nothing to compile." } src_install() { # install executable - einfo "Installing Executable" + elog "Installing Executable" dodir /opt/shoutcast exeinto /opt/shoutcast doexe sc_serv @@ -67,19 +67,19 @@ src_install() { } pkg_postinst() { - 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" - einfo "more information on setting up on demand content" - einfo - 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 Gentoo Linux shoutcast guide can be found at " - einfo "http://www.gentoo.org/doc/en/shoutcast-config.xml" - einfo + elog + elog "To start shoutcast, use the init.d script by running" + elog "/etc/init.d/shoutcast." + elog + elog "On demand content should be stored in /opt/shoutcast/content" + elog "See http://forums.winamp.com/showthread.php?threadid=75736 for" + elog "more information on setting up on demand content" + elog + elog "FAQ's can be found at:" + elog "http://forums.winamp.com/showthread.php?threadid=75736 " + elog "and can help you with server setup." + elog + elog "An Gentoo Linux shoutcast guide can be found at " + elog "http://www.gentoo.org/doc/en/shoutcast-config.xml" + elog } |