summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-02-17 08:35:10 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2010-02-17 08:35:10 +0000
commit7b0d488f052bde2326065ce8d0d29c004cb2a0b8 (patch)
tree6eca4d089d92a14b51c01367e5aae7dee0d5f6ce /kde-base
parentVersion bump. (diff)
downloadgentoo-2-7b0d488f052bde2326065ce8d0d29c004cb2a0b8.tar.gz
gentoo-2-7b0d488f052bde2326065ce8d0d29c004cb2a0b8.tar.bz2
gentoo-2-7b0d488f052bde2326065ce8d0d29c004cb2a0b8.zip
Removed redundant KMEXTRACTONLY, pciutils is build time dependency as well
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kinfocenter/ChangeLog6
-rw-r--r--kde-base/kinfocenter/kinfocenter-4.3.5.ebuild8
-rw-r--r--kde-base/kinfocenter/kinfocenter-4.4.0.ebuild8
3 files changed, 9 insertions, 13 deletions
diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog
index d281add53ea7..9900b1843ad0 100644
--- a/kde-base/kinfocenter/ChangeLog
+++ b/kde-base/kinfocenter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kinfocenter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.50 2010/02/09 00:17:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.51 2010/02/17 08:35:10 reavertm Exp $
+
+ 17 Feb 2010; Maciej Mrozowski <reavertm@gentoo.org>
+ kinfocenter-4.3.5.ebuild, kinfocenter-4.4.0.ebuild:
+ Removed redundant KMEXTRACTONLY, pciutils is build time dependency as well
*kinfocenter-4.4.0 (08 Feb 2010)
diff --git a/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild b/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild
index 8e7ab22d416e..5d8d6e8d37c4 100644
--- a/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild,v 1.1 2010/01/25 16:03:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.3.5.ebuild,v 1.2 2010/02/17 08:35:10 reavertm Exp $
EAPI="2"
@@ -13,18 +13,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x
IUSE="debug +handbook ieee1394"
DEPEND="
+ sys-apps/pciutils
ieee1394? ( sys-libs/libraw1394 )
opengl? ( virtual/glu virtual/opengl )
"
RDEPEND="${DEPEND}
- sys-apps/pciutils
sys-apps/usbutils
"
-KMEXTRACTONLY="
- cmake/modules/
-"
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with ieee1394 RAW1394)
diff --git a/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild
index 10059487502f..1ec247dccc04 100644
--- a/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild
+++ b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild,v 1.1 2010/02/09 00:17:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild,v 1.2 2010/02/17 08:35:10 reavertm Exp $
EAPI="2"
@@ -13,18 +13,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x
IUSE="debug +handbook ieee1394"
DEPEND="
+ sys-apps/pciutils
ieee1394? ( sys-libs/libraw1394 )
opengl? ( virtual/glu virtual/opengl )
"
RDEPEND="${DEPEND}
- sys-apps/pciutils
sys-apps/usbutils
"
-KMEXTRACTONLY="
- cmake/modules/
-"
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with ieee1394 RAW1394)