diff options
author | 2009-10-12 21:33:11 +0000 | |
---|---|---|
committer | 2009-10-12 21:33:11 +0000 | |
commit | 4da6014d61b081dfba3b8cf8ba0447b5d9065169 (patch) | |
tree | 31ca06d8db40bc2d3def730eba83b3b8381e9f47 /kde-base/kcontrol | |
parent | Restore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff) | |
download | historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.gz historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.bz2 historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.zip |
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.9.ebuild | 80 |
2 files changed, 4 insertions, 81 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 808380a63cfb..0b6b132400cc 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.160 2009/10/10 08:53:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.161 2009/10/12 20:21:04 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kcontrol-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kcontrol-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/kcontrol/kcontrol-3.5.9.ebuild b/kde-base/kcontrol/kcontrol-3.5.9.ebuild deleted file mode 100644 index e809607fe111..000000000000 --- a/kde-base/kcontrol/kcontrol-3.5.9.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.9.ebuild,v 1.9 2009/05/16 09:03:05 robbat2 Exp $ - -KMNAME=kdebase -EAPI="1" -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? ( >=kde-base/arts-${PV}:${SLOT} ) - opengl? ( virtual/opengl ) - ieee1394? ( sys-libs/libraw1394 ) - logitech-mouse? ( =virtual/libusb-0* ) - >=kde-base/libkonq-${PV}:${SLOT} - >=kde-base/kicker-${PV}:${SLOT}" -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}" - -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" -} |