diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:47:25 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:47:25 +0000 |
commit | 8f3896eca74a6657f239b5b5555e67c5a09c9895 (patch) | |
tree | c886d459fa1792df7b82eecde865bc97f374559d /kde-base/kcontrol | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-8f3896eca74a6657f239b5b5555e67c5a09c9895.tar.gz gentoo-2-8f3896eca74a6657f239b5b5555e67c5a09c9895.tar.bz2 gentoo-2-8f3896eca74a6657f239b5b5555e67c5a09c9895.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcontrol/files/kcontrol-3.5.7-screensaver-path.patch | 14 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.5.ebuild | 56 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.6-r1.ebuild | 56 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.6.ebuild | 56 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.7-r1.ebuild | 56 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.7.ebuild | 58 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.8-r1.ebuild | 82 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.8.ebuild | 64 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.0.0.ebuild | 46 |
10 files changed, 8 insertions, 489 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 57beaad619b5..30a790c9530d 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.105 2008/02/07 00:11:15 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.106 2008/02/17 02:47:24 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -files/kcontrol-3.5.7-screensaver-path.patch, -kcontrol-3.5.5.ebuild, + -kcontrol-3.5.6.ebuild, -kcontrol-3.5.6-r1.ebuild, -kcontrol-3.5.7.ebuild, + -kcontrol-3.5.7-r1.ebuild, -kcontrol-3.5.8.ebuild, + -kcontrol-3.5.8-r1.ebuild, -kcontrol-4.0.0.ebuild: + Spring cleaning *kcontrol-4.0.1 (06 Feb 2008) diff --git a/kde-base/kcontrol/files/kcontrol-3.5.7-screensaver-path.patch b/kde-base/kcontrol/files/kcontrol-3.5.7-screensaver-path.patch deleted file mode 100644 index 9af488fdff76..000000000000 --- a/kde-base/kcontrol/files/kcontrol-3.5.7-screensaver-path.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN kdebase-3.5.6/kcontrol/screensaver/scrnsave.cpp kdebase-3.5.6-patch/kcontrol/screensaver/scrnsave.cpp ---- kdebase-3.5.6/kcontrol/screensaver/scrnsave.cpp 2006-10-01 12:31:49.000000000 -0500 -+++ kdebase-3.5.6-patch/kcontrol/screensaver/scrnsave.cpp 2007-03-15 17:54:16.000000000 -0500 -@@ -86,6 +86,10 @@ - KGlobal::dirs()->kde_default("apps") + - "apps/ScreenSavers/"); - -+ // Add path for Gentoo (bug #168540) -+ KGlobal::dirs()->addResourceType("scrsav", -+ "share/applications/"); -+ - setQuickHelp( i18n("<h1>Screen Saver</h1> This module allows you to enable and" - " configure a screen saver. Note that you can enable a screen saver" - " even if you have power saving features enabled for your display.<p>" diff --git a/kde-base/kcontrol/kcontrol-3.5.5.ebuild b/kde-base/kcontrol/kcontrol-3.5.5.ebuild deleted file mode 100644 index a81cee625da3..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.5.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.5.ebuild,v 1.10 2006/12/11 11:16:58 kloeri Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-02.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="ssl arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - ssl? ( dev-libs/openssl ) - arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils -$(deprange 3.5.3 $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data) -$(deprange $PV $MAXKDEVER kde-base/kdesu) -$(deprange $PV $MAXKDEVER kde-base/khelpcenter) -$(deprange $PV $MAXKDEVER kde-base/khotkeys) -$(deprange $PV $MAXKDEVER kde-base/libkonq) -$(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_compile() { - myconf="$myconf `use_with ssl` `use_with arts` `use_with opengl gl` - `use_with ieee1394 libraw1394` `use_with logitech-mouse libusb` - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} diff --git a/kde-base/kcontrol/kcontrol-3.5.6-r1.ebuild b/kde-base/kcontrol/kcontrol-3.5.6-r1.ebuild deleted file mode 100644 index d333c576830e..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.6-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.6-r1.ebuild,v 1.1 2007/04/30 19:56:48 carlo Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - dev-libs/openssl - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils - $(deprange $PV $MAXKDEVER kde-base/kcminit) - $(deprange $PV $MAXKDEVER kde-base/kdebase-data) - $(deprange $PV $MAXKDEVER kde-base/kdesu) - $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_compile() { - myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) - $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} diff --git a/kde-base/kcontrol/kcontrol-3.5.6.ebuild b/kde-base/kcontrol/kcontrol-3.5.6.ebuild deleted file mode 100644 index c585752c3895..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.6.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.6.ebuild,v 1.3 2007/01/18 16:13:53 flameeyes Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-02.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="ssl arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - ssl? ( dev-libs/openssl ) - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils -$(deprange $PV $MAXKDEVER kde-base/kcminit) -$(deprange $PV $MAXKDEVER kde-base/kdebase-data) -$(deprange $PV $MAXKDEVER kde-base/kdesu) -$(deprange $PV $MAXKDEVER kde-base/khelpcenter) -$(deprange $PV $MAXKDEVER kde-base/khotkeys) -$(deprange $PV $MAXKDEVER kde-base/libkonq) -$(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_compile() { - myconf="$myconf `use_with ssl` `use_with arts` `use_with opengl gl` - `use_with ieee1394 libraw1394` `use_with logitech-mouse libusb` - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} diff --git a/kde-base/kcontrol/kcontrol-3.5.7-r1.ebuild b/kde-base/kcontrol/kcontrol-3.5.7-r1.ebuild deleted file mode 100644 index 05c6f8941897..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.7-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.7-r1.ebuild,v 1.7 2007/08/11 16:49:27 armin76 Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - dev-libs/openssl - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils - $(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) - $(deprange $PV $MAXKDEVER kde-base/kdebase-data) - $(deprange $PV $MAXKDEVER kde-base/kdesu) - $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_compile() { - myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) - $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} diff --git a/kde-base/kcontrol/kcontrol-3.5.7.ebuild b/kde-base/kcontrol/kcontrol-3.5.7.ebuild deleted file mode 100644 index aa04e3b1af6f..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.7.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.7.ebuild,v 1.3 2007/07/17 19:06:04 cryos Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-04.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - dev-libs/openssl - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils - $(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) - $(deprange $PV $MAXKDEVER kde-base/kdebase-data) - $(deprange $PV $MAXKDEVER kde-base/kdesu) - $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -PATCHES="${FILESDIR}/${P}-screensaver-path.patch" - -src_compile() { - myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) - $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} diff --git a/kde-base/kcontrol/kcontrol-3.5.8-r1.ebuild b/kde-base/kcontrol/kcontrol-3.5.8-r1.ebuild deleted file mode 100644 index 60d62ed1cbf6..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.8-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.8-r1.ebuild,v 1.2 2007/12/27 17:16:02 carlo Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="arts ieee1394 joystick logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2.3 - media-libs/fontconfig - dev-libs/openssl - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils - $(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) - $(deprange $PV $MAXKDEVER kde-base/kdebase-data) - $(deprange 3.5.7-r1 $MAXKDEVER kde-base/kdesu) - $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_unpack() { - kde-meta_src_unpack unpack - - if ! use joystick ; then - sed -e 's:$(JOYSTICK_SUBDIR)::' \ - -e 's:kthememanager \\:kthememanager:' \ - -i "${S}/kcontrol/Makefile.am" \ - || die "sed failed" - fi - if ! use arts ; then - sed -e 's:arts::' \ - -i "${S}/kcontrol/Makefile.am" \ - || die "sed failed" - fi - - kde-meta_src_unpack makefiles -} - -src_compile() { - myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) - $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} - -src_install() { - kde-meta_src_install - - # Fix an obscure desktop file that only gets generated during the install phase. - sed -i -e '$d' "${D}/usr/kde/3.5/share/applications/kde/panel_appearance.desktop" - sed -i -e 's:Name=panel_appearance::' "${D}/usr/kde/3.5/share/applications/kde/panel_appearance.desktop" -} diff --git a/kde-base/kcontrol/kcontrol-3.5.8.ebuild b/kde-base/kcontrol/kcontrol-3.5.8.ebuild deleted file mode 100644 index 2a9408bd6a7f..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.8.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.8.ebuild,v 1.1 2007/10/19 22:04:09 philantrop Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="arts ieee1394 logitech-mouse opengl kdehiddenvisibility" - -DEPEND=">=media-libs/freetype-2 - media-libs/fontconfig - dev-libs/openssl - arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" - -RDEPEND="${DEPEND} - sys-apps/usbutils - $(deprange 3.5.6 $MAXKDEVER kde-base/kcminit) - $(deprange $PV $MAXKDEVER kde-base/kdebase-data) - $(deprange 3.5.7-r1 $MAXKDEVER kde-base/kdesu) - $(deprange $PV $MAXKDEVER kde-base/khelpcenter) - $(deprange $PV $MAXKDEVER kde-base/khotkeys) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -KMEXTRACTONLY="kwin/kwinbindings.cpp - kicker/kicker/core/kickerbindings.cpp - kicker/taskbar/taskbarbindings.cpp - kdesktop/kdesktopbindings.cpp - klipper/klipperbindings.cpp - kxkb/kxkbbindings.cpp - kicker/taskmanager" - -KMEXTRA="doc/kinfocenter" -KMCOMPILEONLY="kicker/libkicker - kicker/taskbar" -KMCOPYLIB="libkonq libkonq - libkicker kicker/libkicker - libtaskbar kicker/taskbar - libtaskmanager kicker/taskmanager" - -src_compile() { - myconf="$myconf --with-ssl $(use_with arts) $(use_with opengl gl) - $(use_with ieee1394 libraw1394) $(use_with logitech-mouse libusb) - --with-usbids=/usr/share/misc/usb.ids" - kde-meta_src_compile -} - -src_install() { - kde-meta_src_install - - # Fix an obscure desktop file that only gets generated during the install phase. - sed -i -e '$d' "${D}/usr/kde/3.5/share/applications/kde/panel_appearance.desktop" - sed -i -e 's:Name=panel_appearance::' "${D}/usr/kde/3.5/share/applications/kde/panel_appearance.desktop" -} diff --git a/kde-base/kcontrol/kcontrol-4.0.0.ebuild b/kde-base/kcontrol/kcontrol-4.0.0.ebuild deleted file mode 100644 index 0878d5debe65..000000000000 --- a/kde-base/kcontrol/kcontrol-4.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.0.0.ebuild,v 1.1 2008/01/17 23:37:45 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -inherit kde4-meta - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook ieee1394 logitech-mouse opengl ssl" - -DEPEND=" - >=media-libs/freetype-2 - media-libs/fontconfig - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( >=dev-libs/libusb-0.1.10a ) - opengl? ( virtual/opengl ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND} - sys-apps/usbutils - >=kde-base/kcminit-${PV}:${SLOT} - >=kde-base/kdebase-data-${PV}:${SLOT} - >=kde-base/kdesu-${PV}:${SLOT} - >=kde-base/khelpcenter-${PV}:${SLOT} - >=kde-base/khotkeys-${PV}:${SLOT} - >=kde-base/libkonq-${PV}:${SLOT} - >=kde-base/systemsettings-${PV}:${SLOT}" - -KMEXTRACTONLY=" - kwin/ - klipper/ - krunner/ - libs/kworkspace/ - plasma/plasma/org.kde.plasma.App.xml" - -src_compile() { - mycmakeargs="${mycmakeargs} - -DWITH_LibXKlavier=ON -DWITH_GLIB2=ON -DWITH_GObject=ON - $(cmake-utils_use_with ieee1394 RAW1394) - $(cmake-utils_use_with logitech-mouse USB) - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with ssl OpenSSL)" - kde4-meta_src_compile -} |