diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 04:59:09 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 04:59:09 +0000 |
commit | f41bccc6ef7684ab0eb3de83302615d93331ec48 (patch) | |
tree | 50f9c7835b8e4751bbf51e057b41e74b7bc0a8c0 /media-sound/edna | |
parent | fixed some new baselayout and python issues; init script and pep0263 patch (diff) | |
download | gentoo-2-f41bccc6ef7684ab0eb3de83302615d93331ec48.tar.gz gentoo-2-f41bccc6ef7684ab0eb3de83302615d93331ec48.tar.bz2 gentoo-2-f41bccc6ef7684ab0eb3de83302615d93331ec48.zip |
added einfo message for bug 103346
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/edna')
-rw-r--r-- | media-sound/edna/ChangeLog | 4 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r4.ebuild | 5 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r5.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/edna/ChangeLog b/media-sound/edna/ChangeLog index 15ac408d722c..9bd1b81fb679 100644 --- a/media-sound/edna/ChangeLog +++ b/media-sound/edna/ChangeLog @@ -1,6 +1,6 @@ # 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.21 2005/09/09 04:51:11 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.22 2005/09/09 04:59:09 nerdboy Exp $ *edna-0.5-r5 (09 Sep 2005) @@ -8,7 +8,7 @@ +files/edna-0.5-pep-0263.patch, files/edna.gentoo, -edna-0.5-r3.ebuild, +edna-0.5-r5.ebuild: fixed some new baselayout and python issues; init script and pep0263 patch - amd64 needed a stable bump + amd64 needed a stable bump, Lance's bug (Bug #103346)got an einfo message. 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> edna-0.5-r4.ebuild: Cleaned up dependency variables, use newinitd to install init.d file, don't diff --git a/media-sound/edna/edna-0.5-r4.ebuild b/media-sound/edna/edna-0.5-r4.ebuild index bff68a6b6483..50d8ab9904f5 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 # 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.9 2005/09/09 04:51:11 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r4.ebuild,v 1.10 2005/09/09 04:59:09 nerdboy Exp $ inherit eutils @@ -48,6 +48,7 @@ pkg_postinst() { einfo "the default runlevel when you're ready. Add the USE flag" einfo "oggvorbis if you want edna to serve ogg files." einfo - einfo "See edna.conf and the html docs for more info." + einfo "See edna.conf and the html docs for more info, and set" + einfo "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 57311eedad1a..1eabcf7557b1 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 # 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.1 2005/09/09 04:51:11 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r5.ebuild,v 1.2 2005/09/09 04:59:09 nerdboy Exp $ inherit eutils @@ -56,6 +56,7 @@ pkg_postinst() { einfo "the default runlevel when you're ready. Add the USE flag" einfo "oggvorbis if you want edna to serve ogg files." einfo - einfo "See edna.conf and the html docs for more info." + einfo "See edna.conf and the html docs for more info, and set" + einfo "PYTHONPATH=/usr/lib/edna to run from a shell prompt." ewarn } |