summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-12 13:31:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-12 13:31:28 +0000
commit10827ab2afea5d0733d38738b0acf7f667bc8605 (patch)
tree80ba7bbfacea0b12a1a337ca8bff6ab566fec5d2 /kde-base/kdebase
parentvorbis is deprecated -- oggvorbis is the new flag (diff)
downloadhistorical-10827ab2afea5d0733d38738b0acf7f667bc8605.tar.gz
historical-10827ab2afea5d0733d38738b0acf7f667bc8605.tar.bz2
historical-10827ab2afea5d0733d38738b0acf7f667bc8605.zip
vorbis USE flag is deprecated. changed to oggvorbis
Diffstat (limited to 'kde-base/kdebase')
-rw-r--r--kde-base/kdebase/ChangeLog9
-rw-r--r--kde-base/kdebase/kdebase-2.2.2-r2.ebuild6
-rw-r--r--kde-base/kdebase/kdebase-3.0-r1.ebuild6
-rw-r--r--kde-base/kdebase/kdebase-3.0.ebuild6
4 files changed, 17 insertions, 10 deletions
diff --git a/kde-base/kdebase/ChangeLog b/kde-base/kdebase/ChangeLog
index 81ef69746d2d..0534eae72d77 100644
--- a/kde-base/kdebase/ChangeLog
+++ b/kde-base/kdebase/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-base/kdebase
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.5 2002/04/09 08:50:13 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/ChangeLog,v 1.6 2002/04/12 13:31:28 seemant Exp $
+
+*kdebase-3.0-r1 (12 Apr 2002)
+
+ 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> kdebase-3.0-r1.ebuild
+ kdebase-3.0.ebuild kdebase-2.2.2-r2.ebuild :
+
+ Changed the vorbis USE flag to oggvorbis.
*kdebase-3.0-r1 (9 Apr 2002)
diff --git a/kde-base/kdebase/kdebase-2.2.2-r2.ebuild b/kde-base/kdebase/kdebase-2.2.2-r2.ebuild
index 4d2bf75922ff..60fce4915539 100644
--- a/kde-base/kdebase/kdebase-2.2.2-r2.ebuild
+++ b/kde-base/kdebase/kdebase-2.2.2-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.2-r2.ebuild,v 1.4 2002/03/16 15:46:03 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.2-r2.ebuild,v 1.5 2002/04/12 13:31:28 seemant Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -12,7 +12,7 @@ newdepend ">=media-sound/cdparanoia-3.9.8
pam? ( >=sys-libs/pam-0.73 )
motif? ( >=x11-libs/openmotif-2.1.30 )
lame? ( >=media-sound/lame-3.89b )
- vorbis? ( >=media-libs/libvorbis-1.0_beta1 )
+ oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
cups? ( net-print/cups )
ssl? ( >=dev-libs/openssl-0.9.6b )
media-libs/lcms"
@@ -37,7 +37,7 @@ src_compile() {
use motif || myconf="$myconf --without-motif"
use lame || myconf="$myconf --without-lame"
use cups || myconf="$myconf --disable-cups"
- use vorbis || myconf="$myconf --without-vorbis"
+ use oggvorbis || myconf="$myconf --without-vorbis"
#use opengl ||
myconf="$myconf --without-gl"
use ssl || myconf="$myconf --without-ssl"
diff --git a/kde-base/kdebase/kdebase-3.0-r1.ebuild b/kde-base/kdebase/kdebase-3.0-r1.ebuild
index 592fa5f9d62f..3583b299fada 100644
--- a/kde-base/kdebase/kdebase-3.0-r1.ebuild
+++ b/kde-base/kdebase/kdebase-3.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.0-r1.ebuild,v 1.1 2002/04/09 08:50:13 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.0-r1.ebuild,v 1.2 2002/04/12 13:31:28 seemant Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -12,7 +12,7 @@ newdepend ">=media-sound/cdparanoia-3.9.8
pam? ( >=sys-libs/pam-0.73 )
motif? ( >=x11-libs/openmotif-2.1.30 )
lame? ( >=media-sound/lame-3.89b )
- vorbis? ( >=media-libs/libvorbis-1.0_beta1 )
+ oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
cups? ( net-print/cups )
ssl? ( >=dev-libs/openssl-0.9.6b )
media-sound/cdparanoia
@@ -36,7 +36,7 @@ src_compile() {
use motif && myconf="$myconf --with-motif" || myconf="$myconf --without-motif"
use lame && myconf="$myconf --with-lame" || myconf="$myconf --without-lame"
use cups && myconf="$myconf --with-cups" || myconf="$myconf --disable-cups"
- use vorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis"
+ use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis"
use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
use ssl && myconf="$myconf --with-ssl" || myconf="$myconf --without-ssl"
use pam && myconf="$myconf --with-pam=yes" || myconf="$myconf --with-pam=no --with-shadow"
diff --git a/kde-base/kdebase/kdebase-3.0.ebuild b/kde-base/kdebase/kdebase-3.0.ebuild
index 62f077d2625c..6d2f7d0c4cae 100644
--- a/kde-base/kdebase/kdebase-3.0.ebuild
+++ b/kde-base/kdebase/kdebase-3.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.0.ebuild,v 1.3 2002/04/04 22:30:00 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.0.ebuild,v 1.4 2002/04/12 13:31:28 seemant Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -12,7 +12,7 @@ newdepend ">=media-sound/cdparanoia-3.9.8
pam? ( >=sys-libs/pam-0.73 )
motif? ( >=x11-libs/openmotif-2.1.30 )
lame? ( >=media-sound/lame-3.89b )
- vorbis? ( >=media-libs/libvorbis-1.0_beta1 )
+ oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )
cups? ( net-print/cups )
ssl? ( >=dev-libs/openssl-0.9.6b )
media-sound/cdparanoia
@@ -36,7 +36,7 @@ src_compile() {
use motif && myconf="$myconf --with-motif" || myconf="$myconf --without-motif"
use lame && myconf="$myconf --with-lame" || myconf="$myconf --without-lame"
use cups && myconf="$myconf --with-cups" || myconf="$myconf --disable-cups"
- use vorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis"
+ use oggvorbis && myconf="$myconf --with-vorbis" || myconf="$myconf --without-vorbis"
use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
use ssl && myconf="$myconf --with-ssl" || myconf="$myconf --without-ssl"
use pam && myconf="$myconf --with-pam=yes" || myconf="$myconf --with-pam=no --with-shadow"