diff options
Diffstat (limited to 'media-sound/edna')
-rw-r--r-- | media-sound/edna/ChangeLog | 4 | ||||
-rw-r--r-- | media-sound/edna/Manifest | 6 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r4.ebuild | 5 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r5.ebuild | 5 |
4 files changed, 11 insertions, 9 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/Manifest b/media-sound/edna/Manifest index 9922b42b6126..7e9633cda102 100644 --- a/media-sound/edna/Manifest +++ b/media-sound/edna/Manifest @@ -1,7 +1,7 @@ -MD5 53f5b7211f991aa760aa70efb6c6da4d ChangeLog 2733 -MD5 54272d2cfa8e1b6614fc40a1f79ad1f8 edna-0.5-r5.ebuild 1705 +MD5 126094a476a140c7d6ef073951ae40a5 ChangeLog 2781 +MD5 9f4c35eb3808bcc8cf3b3d7c06700924 edna-0.5-r5.ebuild 1775 MD5 8221e3990883569e1f24440fbd48e25b metadata.xml 330 -MD5 7120bd9317a92e25f28c2867461acf24 edna-0.5-r4.ebuild 1544 +MD5 753b41a8e34abb2e2fbffa0788e0ee5c edna-0.5-r4.ebuild 1615 MD5 6f8bb1ccb9018d0196cea623e4e01998 files/edna-0.5-pep-0263.patch 317 MD5 163e5e1aca301e2faeac5ffc69cd6323 files/edna.gentoo 710 MD5 0afeb0ec9a434506f2b38f2e66dbb0e3 files/digest-edna-0.5-r4 59 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 } |