summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2005-04-19 10:28:21 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2005-04-19 10:28:21 +0000
commitd699fc03d93419427ef3ba083fdb4447d280d385 (patch)
tree54f4e1af727bfc210aa250f89353971ac0fa20b0 /media-sound/acast
parentRemove retired developer from metadata.xml. (diff)
downloadgentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.tar.gz
gentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.tar.bz2
gentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.zip
Removed deprecated use flag oggvorbis
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/acast')
-rw-r--r--media-sound/acast/ChangeLog5
-rw-r--r--media-sound/acast/acast-0.18.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/acast/ChangeLog b/media-sound/acast/ChangeLog
index 7462cdfa0b1d..4ccf4a396db1 100644
--- a/media-sound/acast/ChangeLog
+++ b/media-sound/acast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/acast
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/ChangeLog,v 1.1 2005/03/16 20:06:40 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/ChangeLog,v 1.2 2005/04/19 10:28:21 zaheerm Exp $
+
+ 19 Apr 2005; <zaheerm@gentoo.org> acast-0.18.ebuild:
+ Removed deprecated use flag oggvorbis
*acast-0.18 (16 Mar 2005)
diff --git a/media-sound/acast/acast-0.18.ebuild b/media-sound/acast/acast-0.18.ebuild
index 6de550bd0f31..fe8b7db93dbd 100644
--- a/media-sound/acast/acast-0.18.ebuild
+++ b/media-sound/acast/acast-0.18.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/acast/acast-0.18.ebuild,v 1.1 2005/03/16 20:06:40 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/acast-0.18.ebuild,v 1.2 2005/04/19 10:28:21 zaheerm Exp $
inherit gnome2
DESCRIPTION="Webcasting app for GNOME"
@@ -9,7 +9,7 @@ SRC_URI="http://live.hujjat.org/acast/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="oggvorbis encode gnome"
+IUSE="vorbis encode gnome"
SLOT="0"
RDEPEND=">=x11-libs/gtk+-2.4
@@ -19,8 +19,8 @@ RDEPEND=">=x11-libs/gtk+-2.4
>=media-libs/gst-plugins-0.8.8
>=media-plugins/gst-plugins-gnomevfs-0.8.8
>=media-plugins/gst-plugins-shout2-0.8.8
- oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-ogg-0.8.8 )
+ vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.8
+ >=media-plugins/gst-plugins-ogg-0.8.8 )
encode? ( >=media-plugins/gst-plugins-lame-0.8.8 )
gnome? ( >=gnome-base/libgnomeui-2.6.0
>=gnome-extra/gnome-media-2.6.0 )"