summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 19:21:22 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 19:21:22 +0000
commiteb44310d1bb125bfb73b0d1eadff90c736eaa1e0 (patch)
tree9850cee7e8e46f34dcdc847598a3c6f43f93d866 /kde-base/kmix
parentLet portage strip binaries, bug #137836 (diff)
downloadhistorical-eb44310d1bb125bfb73b0d1eadff90c736eaa1e0.tar.gz
historical-eb44310d1bb125bfb73b0d1eadff90c736eaa1e0.tar.bz2
historical-eb44310d1bb125bfb73b0d1eadff90c736eaa1e0.zip
Fixed DEPEND/RDEPEND.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog6
-rw-r--r--kde-base/kmix/kmix-3.5.2.ebuild5
-rw-r--r--kde-base/kmix/kmix-3.5.3.ebuild5
-rw-r--r--kde-base/kmix/kmix-3.5.4.ebuild5
4 files changed, 14 insertions, 7 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index 3cebd216ac73..33d2589b7d0e 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.51 2006/09/17 22:53:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.52 2006/09/26 19:17:59 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> kmix-3.5.2.ebuild,
+ kmix-3.5.3.ebuild, kmix-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kmix-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/kmix/kmix-3.5.2.ebuild b/kde-base/kmix/kmix-3.5.2.ebuild
index 76270b31673e..97c91f67c370 100644
--- a/kde-base/kmix/kmix-3.5.2.ebuild
+++ b/kde-base/kmix/kmix-3.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.2.ebuild,v 1.9 2006/09/03 10:25:42 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.2.ebuild,v 1.10 2006/09/26 19:17:59 deathwing00 Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -11,6 +11,7 @@ DESCRIPTION="aRts mixer gui"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="kscd/configure.in.in"
src_compile() {
@@ -18,4 +19,4 @@ src_compile() {
use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa"
kde-meta_src_compile
-} \ No newline at end of file
+}
diff --git a/kde-base/kmix/kmix-3.5.3.ebuild b/kde-base/kmix/kmix-3.5.3.ebuild
index 0eef4463540c..c4cf90e3ee47 100644
--- a/kde-base/kmix/kmix-3.5.3.ebuild
+++ b/kde-base/kmix/kmix-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.3.ebuild,v 1.2 2006/06/08 13:51:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.3.ebuild,v 1.3 2006/09/26 19:17:59 deathwing00 Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -11,6 +11,7 @@ DESCRIPTION="aRts mixer gui"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="kscd/configure.in.in"
src_compile() {
@@ -18,4 +19,4 @@ src_compile() {
use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa"
kde-meta_src_compile
-} \ No newline at end of file
+}
diff --git a/kde-base/kmix/kmix-3.5.4.ebuild b/kde-base/kmix/kmix-3.5.4.ebuild
index 0d9c72371349..63188133b439 100644
--- a/kde-base/kmix/kmix-3.5.4.ebuild
+++ b/kde-base/kmix/kmix-3.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.4.ebuild,v 1.1 2006/07/25 06:45:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.4.ebuild,v 1.2 2006/09/26 19:17:59 deathwing00 Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -11,6 +11,7 @@ DESCRIPTION="aRts mixer gui"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="kscd/configure.in.in"
src_compile() {
@@ -18,4 +19,4 @@ src_compile() {
use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa"
kde-meta_src_compile
-} \ No newline at end of file
+}