diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
commit | 9e68b308cd0922289929815efbc89ec23a772103 (patch) | |
tree | e70b73e5d74ea723f3afab1249eb73960e8dbaea /kde-base/kcontrol | |
parent | Version bump #225053 by Fabio Rossi and switch to Debian /etc files (which we... (diff) | |
download | historical-9e68b308cd0922289929815efbc89ec23a772103.tar.gz historical-9e68b308cd0922289929815efbc89ec23a772103.tar.bz2 historical-9e68b308cd0922289929815efbc89ec23a772103.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild | 82 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.0.2.ebuild | 12 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.0.3.ebuild | 12 |
4 files changed, 5 insertions, 107 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 3038b87b558a..bcb13754c984 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,10 @@ # 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.119 2008/06/05 21:15:11 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.120 2008/06/07 14:44:02 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kcontrol-3.5.8-r2.ebuild, -kcontrol-4.0.2.ebuild, -kcontrol-4.0.3.ebuild: + Removed old versions. *kcontrol-4.0.5 (05 Jun 2008) diff --git a/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild b/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild deleted file mode 100644 index 7a754ce0e239..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.8-r2.ebuild +++ /dev/null @@ -1,82 +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-3.5.8-r2.ebuild,v 1.8 2008/03/07 11:57:24 ingmar Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-10.tar.bz2" - -DESCRIPTION="The KDE Control Center" -KEYWORDS="alpha amd64 hppa 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 ) - $(deprange $PV $MAXKDEVER kde-base/libkonq) - $(deprange $PV $MAXKDEVER kde-base/kicker)" - -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)" - -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-4.0.2.ebuild b/kde-base/kcontrol/kcontrol-4.0.2.ebuild deleted file mode 100644 index 5bf447bdaadb..000000000000 --- a/kde-base/kcontrol/kcontrol-4.0.2.ebuild +++ /dev/null @@ -1,12 +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.2.ebuild,v 1.1 2008/03/10 23:26:00 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -inherit kde4-meta - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" diff --git a/kde-base/kcontrol/kcontrol-4.0.3.ebuild b/kde-base/kcontrol/kcontrol-4.0.3.ebuild deleted file mode 100644 index cba5f80b20d4..000000000000 --- a/kde-base/kcontrol/kcontrol-4.0.3.ebuild +++ /dev/null @@ -1,12 +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.3.ebuild,v 1.1 2008/04/03 20:46:01 philantrop Exp $ - -EAPI="1" - -KMNAME=kdebase-runtime -inherit kde4-meta - -DESCRIPTION="The KDE Control Center" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" |