summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-04-14 13:03:55 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-04-14 13:03:55 +0000
commit4b9a6131c921553a77527a12f8b319ee5edecd48 (patch)
treebcc95ccd5d630b1f650ff49fdc38e16eb8245121 /media-sound/amarok
parent remove unnecessary $DEPEND=$DEPEND (Manifest recommit) (diff)
downloadgentoo-2-4b9a6131c921553a77527a12f8b319ee5edecd48.tar.gz
gentoo-2-4b9a6131c921553a77527a12f8b319ee5edecd48.tar.bz2
gentoo-2-4b9a6131c921553a77527a12f8b319ee5edecd48.zip
fix depend, mark 0.9 stable
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/ChangeLog6
-rw-r--r--media-sound/amarok/amarok-0.7.0.ebuild4
-rw-r--r--media-sound/amarok/amarok-0.8.3.ebuild4
-rw-r--r--media-sound/amarok/amarok-0.9.ebuild12
-rw-r--r--media-sound/amarok/amarok-1.0_beta1.ebuild14
5 files changed, 23 insertions, 17 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index e004f181200d..891d4fff50b4 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.10 2004/04/12 08:08:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.11 2004/04/14 13:03:55 lanius Exp $
*amarok-1.0_beta1 (12 Apr 2004)
@@ -8,6 +8,10 @@
amarok-1.0_beta1.ebuild:
Version bump closes bug #47539.
+ 14 Apr 2004; Heinrich Wendel <lanius@gentoo.org> amarok-0.7.0.ebuild,
+ amarok-0.8.3.ebuild, amarok-0.9.ebuild:
+ fix depend, mark 0.9 stable
+
17 Mar 2004; David Holm <dholm@gentoo.org> amarok-0.9.ebuild:
Added to ~ppc.
diff --git a/media-sound/amarok/amarok-0.7.0.ebuild b/media-sound/amarok/amarok-0.7.0.ebuild
index 422b9943ded3..78cae6882216 100644
--- a/media-sound/amarok/amarok-0.7.0.ebuild
+++ b/media-sound/amarok/amarok-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.7.0.ebuild,v 1.2 2004/01/22 07:21:07 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.7.0.ebuild,v 1.3 2004/04/14 13:03:55 lanius Exp $
inherit kde-base
need-kde 3
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-newdepend "kde-base/kdemultimedia"
+DEPEND="kde-base/kdemultimedia"
src_compile() {
PREFIX=`kde-config --prefix`
diff --git a/media-sound/amarok/amarok-0.8.3.ebuild b/media-sound/amarok/amarok-0.8.3.ebuild
index f1322504cb1c..898636598d1b 100644
--- a/media-sound/amarok/amarok-0.8.3.ebuild
+++ b/media-sound/amarok/amarok-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.8.3.ebuild,v 1.2 2004/02/22 23:04:21 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.8.3.ebuild,v 1.3 2004/04/14 13:03:55 lanius Exp $
inherit kde-base
need-kde 3
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-newdepend "kde-base/kdemultimedia"
+DEPEND="kde-base/kdemultimedia"
src_compile() {
PREFIX=`kde-config --prefix`
diff --git a/media-sound/amarok/amarok-0.9.ebuild b/media-sound/amarok/amarok-0.9.ebuild
index cf94e9a8ded2..6570f79e52c6 100644
--- a/media-sound/amarok/amarok-0.9.ebuild
+++ b/media-sound/amarok/amarok-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.9.ebuild,v 1.2 2004/03/17 22:52:27 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.9.ebuild,v 1.3 2004/04/14 13:03:55 lanius Exp $
inherit kde-base
need-kde 3
@@ -10,12 +10,14 @@ HOMEPAGE="http://amarok.sourceforge.net/"
SRC_URI="mirror://sourceforge/amarok/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE="gstreamer"
-newdepend ">=kde-base/kdemultimedia-3.2
- gstreamer? ( media-libs/gstreamer
- media-libs/gst-plugins )"
+DEPEND=">=kde-base/kdemultimedia-3.2
+ gstreamer? (
+ media-libs/gstreamer
+ media-libs/gst-plugins
+ )"
src_compile() {
PREFIX=`kde-config --prefix`
diff --git a/media-sound/amarok/amarok-1.0_beta1.ebuild b/media-sound/amarok/amarok-1.0_beta1.ebuild
index 91c35255e3a5..d3ef158fa163 100644
--- a/media-sound/amarok/amarok-1.0_beta1.ebuild
+++ b/media-sound/amarok/amarok-1.0_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.0_beta1.ebuild,v 1.1 2004/04/12 08:08:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.0_beta1.ebuild,v 1.2 2004/04/14 13:03:55 lanius Exp $
inherit kde-base
need-kde 3.2
@@ -18,12 +18,12 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="gstreamer xmms arts opengl"
-newdepend ">=kde-base/kdemultimedia-3.2
- gstreamer? ( >=media-libs/gst-plugins-0.8.0 )
- opengl? ( virtual/opengl )
- xmms? ( >=media-sound/xmms-1.2 )
- >=dev-util/pkgconfig-0.9.0
- >=media-libs/taglib-0.95"
+DEPEND=">=kde-base/kdemultimedia-3.2
+ gstreamer? ( >=media-libs/gst-plugins-0.8.0 )
+ opengl? ( virtual/opengl )
+ xmms? ( >=media-sound/xmms-1.2 )
+ >=dev-util/pkgconfig-0.9.0
+ >=media-libs/taglib-0.95"
src_unpack() {
if ! use arts && ! use gstreamer