diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:29:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:29:19 +0000 |
commit | 7d199b35b3e277479eb92cecef978c6846119bcf (patch) | |
tree | 1bf3b35f8e1bc460ed2f4af82746041bb1bf3641 /media-sound/edna | |
parent | Remove src_unpack. (diff) | |
download | gentoo-2-7d199b35b3e277479eb92cecef978c6846119bcf.tar.gz gentoo-2-7d199b35b3e277479eb92cecef978c6846119bcf.tar.bz2 gentoo-2-7d199b35b3e277479eb92cecef978c6846119bcf.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/edna')
-rw-r--r-- | media-sound/edna/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r4.ebuild | 22 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r5.ebuild | 22 |
3 files changed, 28 insertions, 24 deletions
diff --git a/media-sound/edna/ChangeLog b/media-sound/edna/ChangeLog index df5b68cd6e7f..8c7291b758ff 100644 --- a/media-sound/edna/ChangeLog +++ b/media-sound/edna/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/edna -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.25 2005/12/26 14:27:48 lu_zero Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.26 2007/01/05 17:29:19 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> edna-0.5-r4.ebuild, + edna-0.5-r5.ebuild: + Convert to use elog. 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> edna-0.5-r4.ebuild, edna-0.5-r5.ebuild: diff --git a/media-sound/edna/edna-0.5-r4.ebuild b/media-sound/edna/edna-0.5-r4.ebuild index 499fd8a46289..be4f0502c3d3 100644 --- a/media-sound/edna/edna-0.5-r4.ebuild +++ b/media-sound/edna/edna-0.5-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/edna/edna-0.5-r4.ebuild,v 1.13 2005/12/26 14:27:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r4.ebuild,v 1.14 2007/01/05 17:29:18 flameeyes Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="dev-lang/python dev-python/pyvorbis )" src_install() { - einfo "Installing in daemon mode" + elog "Installing in daemon mode" newinitd ${FILESDIR}/edna.gentoo edna dodir /usr/bin /usr/$(get_libdir)/edna /usr/$(get_libdir)/edna/templates @@ -42,13 +42,13 @@ src_install() { pkg_postinst() { ewarn - einfo "Edit edna.conf to taste before starting (multiple source" - einfo "directories are allowed). Test edna from a shell prompt" - einfo "until you have it configured properly, then add edna to" - einfo "the default runlevel when you're ready. Add the USE flag" - einfo "vorbis if you want edna to serve ogg files." - einfo - einfo "See edna.conf and the html docs for more info, and set" - einfo "PYTHONPATH=/usr/lib/edna to run from a shell prompt." + elog "Edit edna.conf to taste before starting (multiple source" + elog "directories are allowed). Test edna from a shell prompt" + elog "until you have it configured properly, then add edna to" + elog "the default runlevel when you're ready. Add the USE flag" + elog "vorbis if you want edna to serve ogg files." + elog + elog "See edna.conf and the html docs for more info, and set" + elog "PYTHONPATH=/usr/lib/edna to run from a shell prompt." ewarn } diff --git a/media-sound/edna/edna-0.5-r5.ebuild b/media-sound/edna/edna-0.5-r5.ebuild index 406cad83dd1c..cb3aa461e868 100644 --- a/media-sound/edna/edna-0.5-r5.ebuild +++ b/media-sound/edna/edna-0.5-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/edna/edna-0.5-r5.ebuild,v 1.4 2005/12/26 14:27:48 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r5.ebuild,v 1.5 2007/01/05 17:29:19 flameeyes Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { } src_install() { - einfo "Installing in daemon mode" + elog "Installing in daemon mode" newinitd ${FILESDIR}/edna.gentoo edna dodir /usr/bin /usr/$(get_libdir)/edna /usr/$(get_libdir)/edna/templates @@ -50,13 +50,13 @@ src_install() { pkg_postinst() { ewarn - einfo "Edit edna.conf to taste before starting (multiple source" - einfo "directories are allowed). Test edna from a shell prompt" - einfo "until you have it configured properly, then add edna to" - einfo "the default runlevel when you're ready. Add the USE flag" - einfo "vorbis if you want edna to serve ogg files." - einfo - einfo "See edna.conf and the html docs for more info, and set" - einfo "PYTHONPATH=/usr/lib/edna to run from a shell prompt." + elog "Edit edna.conf to taste before starting (multiple source" + elog "directories are allowed). Test edna from a shell prompt" + elog "until you have it configured properly, then add edna to" + elog "the default runlevel when you're ready. Add the USE flag" + elog "vorbis if you want edna to serve ogg files." + elog + elog "See edna.conf and the html docs for more info, and set" + elog "PYTHONPATH=/usr/lib/edna to run from a shell prompt." ewarn } |