summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-14 05:06:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-14 05:06:09 +0000
commite6808894f6d7bb3d5dd63dddc88f67827ebdb94e (patch)
tree2d5ee378c7a800d9ca8d904bcda1985258061b60 /media-sound/kamix
parentold (diff)
downloadgentoo-2-e6808894f6d7bb3d5dd63dddc88f67827ebdb94e.tar.gz
gentoo-2-e6808894f6d7bb3d5dd63dddc88f67827ebdb94e.tar.bz2
gentoo-2-e6808894f6d7bb3d5dd63dddc88f67827ebdb94e.zip
Remove configure and let kde.eclass handle it wrt #255879.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/kamix')
-rw-r--r--media-sound/kamix/ChangeLog7
-rw-r--r--media-sound/kamix/kamix-0.6.6.ebuild17
2 files changed, 16 insertions, 8 deletions
diff --git a/media-sound/kamix/ChangeLog b/media-sound/kamix/ChangeLog
index 01ffed035f30..1a04e05b4681 100644
--- a/media-sound/kamix/ChangeLog
+++ b/media-sound/kamix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kamix
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/ChangeLog,v 1.34 2008/04/22 16:58:45 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/ChangeLog,v 1.35 2009/05/14 05:06:09 ssuominen Exp $
+
+ 14 May 2009; Samuli Suominen <ssuominen@gentoo.org> kamix-0.6.6.ebuild:
+ Remove configure and let kde.eclass handle it wrt #255879.
22 Apr 2008; Raúl Porcel <armin76@gentoo.org> kamix-0.6.6.ebuild:
Add ~sparc
diff --git a/media-sound/kamix/kamix-0.6.6.ebuild b/media-sound/kamix/kamix-0.6.6.ebuild
index 51002f0a6971..2e498de4ca2f 100644
--- a/media-sound/kamix/kamix-0.6.6.ebuild
+++ b/media-sound/kamix/kamix-0.6.6.ebuild
@@ -1,26 +1,31 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.6.6.ebuild,v 1.6 2008/04/22 16:58:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.6.6.ebuild,v 1.7 2009/05/14 05:06:09 ssuominen Exp $
inherit kde
DESCRIPTION="A mixer for KDE and ALSA."
HOMEPAGE="http://kamix.sourceforge.net/"
SRC_URI="mirror://sourceforge/kamix/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE=""
-DEPEND=">=media-libs/alsa-lib-1.0.9"
+RDEPEND="media-libs/alsa-lib"
+DEPEND="${RDEPEND}"
need-kde 3.5
S=${WORKDIR}/${PN}
-src_compile() {
- myconf="$(use_enable arts vumeter)"
+src_unpack() {
+ kde_src_unpack
+ rm -f "${S}"/configure
+}
+src_compile() {
+ local myconf="$(use_enable arts vumeter)"
kde_src_compile
}