summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:38:30 +0000
commit67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch)
tree42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /media-sound/acast
parent*** empty log message *** (diff)
downloadgentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2
gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip
Diffstat (limited to 'media-sound/acast')
-rw-r--r--media-sound/acast/ChangeLog5
-rw-r--r--media-sound/acast/Manifest4
-rw-r--r--media-sound/acast/acast-0.18.ebuild8
3 files changed, 6 insertions, 11 deletions
diff --git a/media-sound/acast/ChangeLog b/media-sound/acast/ChangeLog
index 4ccf4a396db1..7462cdfa0b1d 100644
--- a/media-sound/acast/ChangeLog
+++ b/media-sound/acast/ChangeLog
@@ -1,9 +1,6 @@
# 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.2 2005/04/19 10:28:21 zaheerm Exp $
-
- 19 Apr 2005; <zaheerm@gentoo.org> acast-0.18.ebuild:
- Removed deprecated use flag oggvorbis
+# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/ChangeLog,v 1.1 2005/03/16 20:06:40 zaheerm Exp $
*acast-0.18 (16 Mar 2005)
diff --git a/media-sound/acast/Manifest b/media-sound/acast/Manifest
index 47cc0ce18d0e..21444db747b5 100644
--- a/media-sound/acast/Manifest
+++ b/media-sound/acast/Manifest
@@ -1,4 +1,2 @@
-MD5 949dee1f30842575f1c3b19f01d86b5a acast-0.18.ebuild 1112
-MD5 04315efbab63b5ea380ed86aa98390fa ChangeLog 449
-MD5 6050196ef420c3e4025029ebee5a813f metadata.xml 162
+MD5 53c0a04c30569dedb6751de7e847f1b8 acast-0.18.ebuild 1009
MD5 5cdad6b314ca3108841cf00d8921f488 files/digest-acast-0.18 63
diff --git a/media-sound/acast/acast-0.18.ebuild b/media-sound/acast/acast-0.18.ebuild
index fe8b7db93dbd..6de550bd0f31 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.2 2005/04/19 10:28:21 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/acast-0.18.ebuild,v 1.1 2005/03/16 20:06:40 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="vorbis encode gnome"
+IUSE="oggvorbis 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
- vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.8
- >=media-plugins/gst-plugins-ogg-0.8.8 )
+ oggvorbis? ( >=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 )"