summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-12-26 14:27:48 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-12-26 14:27:48 +0000
commit17afbfc580bf358cfb28fac8fe0d5d1a017f2bd0 (patch)
treefa1c1b6d413d83e3fc655ba629e97669aaa2cbd2 /media-sound/edna
parentRemove uclinux-sources (needs security bumps; nobody has MMU-less hardware to... (diff)
downloadgentoo-2-17afbfc580bf358cfb28fac8fe0d5d1a017f2bd0.tar.gz
gentoo-2-17afbfc580bf358cfb28fac8fe0d5d1a017f2bd0.tar.bz2
gentoo-2-17afbfc580bf358cfb28fac8fe0d5d1a017f2bd0.zip
oggvorbis Cleanup
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-sound/edna')
-rw-r--r--media-sound/edna/ChangeLog6
-rw-r--r--media-sound/edna/edna-0.5-r4.ebuild8
-rw-r--r--media-sound/edna/edna-0.5-r5.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/media-sound/edna/ChangeLog b/media-sound/edna/ChangeLog
index dd5e7cf6da56..df5b68cd6e7f 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.24 2005/09/14 07:21:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.25 2005/12/26 14:27:48 lu_zero Exp $
+
+ 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> edna-0.5-r4.ebuild,
+ edna-0.5-r5.ebuild:
+ oggvorbis Cleanup
14 Sep 2005; Aron Griffis <agriffis@gentoo.org> edna-0.5-r4.ebuild:
Mark 0.5-r4 stable on alpha
diff --git a/media-sound/edna/edna-0.5-r4.ebuild b/media-sound/edna/edna-0.5-r4.ebuild
index 12ab15d81f10..499fd8a46289 100644
--- a/media-sound/edna/edna-0.5-r4.ebuild
+++ b/media-sound/edna/edna-0.5-r4.ebuild
@@ -1,10 +1,10 @@
# 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.12 2005/09/14 07:21:16 agriffis Exp $
+# $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 $
inherit eutils
-IUSE="oggvorbis"
+IUSE="vorbis"
DESCRIPTION="Greg Stein's python streaming audio server for desktop or LAN use"
HOMEPAGE="http://edna.sourceforge.net/"
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
DEPEND="dev-lang/python
- oggvorbis? ( dev-python/pyogg
+ vorbis? ( dev-python/pyogg
dev-python/pyvorbis )"
src_install() {
@@ -46,7 +46,7 @@ pkg_postinst() {
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."
+ 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."
diff --git a/media-sound/edna/edna-0.5-r5.ebuild b/media-sound/edna/edna-0.5-r5.ebuild
index 92c95753b41f..406cad83dd1c 100644
--- a/media-sound/edna/edna-0.5-r5.ebuild
+++ b/media-sound/edna/edna-0.5-r5.ebuild
@@ -1,10 +1,10 @@
# 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.3 2005/09/09 22:06:23 nerdboy Exp $
+# $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 $
inherit eutils
-IUSE="oggvorbis"
+IUSE="vorbis"
DESCRIPTION="Greg Stein's python streaming audio server for desktop or LAN use"
HOMEPAGE="http://edna.sourceforge.net/"
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
DEPEND="dev-lang/python
- oggvorbis? ( dev-python/pyogg
+ vorbis? ( dev-python/pyogg
dev-python/pyvorbis )"
src_unpack() {
@@ -54,7 +54,7 @@ pkg_postinst() {
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."
+ 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."