diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 22:06:23 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-09-09 22:06:23 +0000 |
commit | 23a355035da1227cbee1b41979f40f9a94cc8ac1 (patch) | |
tree | bed859187f871b552bfc70b32fd6e544fdb46990 /media-sound/edna | |
parent | reverting init script change (seems to be a baselayout _pre issue) (diff) | |
download | gentoo-2-23a355035da1227cbee1b41979f40f9a94cc8ac1.tar.gz gentoo-2-23a355035da1227cbee1b41979f40f9a94cc8ac1.tar.bz2 gentoo-2-23a355035da1227cbee1b41979f40f9a94cc8ac1.zip |
fixed typo in einfo
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound/edna')
-rw-r--r-- | media-sound/edna/Manifest | 4 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r4.ebuild | 4 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/edna/Manifest b/media-sound/edna/Manifest index 50ce9c77852d..ad8aff939c0b 100644 --- a/media-sound/edna/Manifest +++ b/media-sound/edna/Manifest @@ -1,7 +1,7 @@ MD5 813fdb72cc01b8fa270b1fa5b8b4249c ChangeLog 2919 -MD5 9f4c35eb3808bcc8cf3b3d7c06700924 edna-0.5-r5.ebuild 1775 +MD5 99c243923f4e723466066262502fa213 edna-0.5-r5.ebuild 1774 MD5 8221e3990883569e1f24440fbd48e25b metadata.xml 330 -MD5 753b41a8e34abb2e2fbffa0788e0ee5c edna-0.5-r4.ebuild 1615 +MD5 cde28f4bddd8ee0e8159e305c7dcd787 edna-0.5-r4.ebuild 1614 MD5 6f8bb1ccb9018d0196cea623e4e01998 files/edna-0.5-pep-0263.patch 317 MD5 4cebb18eae4b5f56b639e8418f677992 files/edna.gentoo 585 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 50d8ab9904f5..1fe5acd75b21 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.10 2005/09/09 04:59:09 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r4.ebuild,v 1.11 2005/09/09 22:06:23 nerdboy Exp $ inherit eutils @@ -43,7 +43,7 @@ src_install() { pkg_postinst() { ewarn einfo "Edit edna.conf to taste before starting (multiple source" - einfo "directories are allowed). Test ednad from a shell prompt" + 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 "oggvorbis if you want edna to serve ogg files." diff --git a/media-sound/edna/edna-0.5-r5.ebuild b/media-sound/edna/edna-0.5-r5.ebuild index 1eabcf7557b1..92c95753b41f 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.2 2005/09/09 04:59:09 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r5.ebuild,v 1.3 2005/09/09 22:06:23 nerdboy Exp $ inherit eutils @@ -51,7 +51,7 @@ src_install() { pkg_postinst() { ewarn einfo "Edit edna.conf to taste before starting (multiple source" - einfo "directories are allowed). Test ednad from a shell prompt" + 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 "oggvorbis if you want edna to serve ogg files." |