diff options
author | 2007-01-05 17:42:52 +0000 | |
---|---|---|
committer | 2007-01-05 17:42:52 +0000 | |
commit | 7763211bb36b9327d1315ce7700b86a4dcdef3f9 (patch) | |
tree | a0d16661b9516bdeb14c5853a7d743a3957cbafb /media-sound/peercast | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-7763211bb36b9327d1315ce7700b86a4dcdef3f9.tar.gz gentoo-2-7763211bb36b9327d1315ce7700b86a4dcdef3f9.tar.bz2 gentoo-2-7763211bb36b9327d1315ce7700b86a4dcdef3f9.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/peercast')
-rw-r--r-- | media-sound/peercast/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/peercast/peercast-0.1217.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/media-sound/peercast/ChangeLog b/media-sound/peercast/ChangeLog index d3d3260ccb0e..1a92d85ed419 100644 --- a/media-sound/peercast/ChangeLog +++ b/media-sound/peercast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/peercast -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/peercast/ChangeLog,v 1.12 2006/05/28 17:58:02 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/peercast/ChangeLog,v 1.13 2007/01/05 17:42:52 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> peercast-0.1217.ebuild: + Convert to use elog. 28 May 2006; Diego Pettenò <flameeyes@gentoo.org> -files/peercast.init, -peercast-0.1212.ebuild: diff --git a/media-sound/peercast/peercast-0.1217.ebuild b/media-sound/peercast/peercast-0.1217.ebuild index abdaa49edfc8..da70c1cf4143 100644 --- a/media-sound/peercast/peercast-0.1217.ebuild +++ b/media-sound/peercast/peercast-0.1217.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/peercast/peercast-0.1217.ebuild,v 1.3 2006/03/12 17:53:02 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/peercast/peercast-0.1217.ebuild,v 1.4 2007/01/05 17:42:52 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -54,9 +54,9 @@ src_install() { } pkg_postinst() { - einfo "Start Peercast with '/etc/init.d/peercast start' and point your" - einfo "webbrowser to 'http://localhost:7144' to start using Peercast." - einfo - einfo "You can also run 'rc-update add peercast default' to make Peercast" - einfo "start at boot." + elog "Start Peercast with '/etc/init.d/peercast start' and point your" + elog "webbrowser to 'http://localhost:7144' to start using Peercast." + elog + elog "You can also run 'rc-update add peercast default' to make Peercast" + elog "start at boot." } |