summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 16:25:03 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 16:25:03 +0000
commit9e68b308cd0922289929815efbc89ec23a772103 (patch)
treee70b73e5d74ea723f3afab1249eb73960e8dbaea /kde-base/kdeutils
parentVersion bump #225053 by Fabio Rossi and switch to Debian /etc files (which we... (diff)
downloadhistorical-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/kdeutils')
-rw-r--r--kde-base/kdeutils/ChangeLog6
-rw-r--r--kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild69
2 files changed, 5 insertions, 70 deletions
diff --git a/kde-base/kdeutils/ChangeLog b/kde-base/kdeutils/ChangeLog
index 686ae22a96cc..a0e4ab478c0a 100644
--- a/kde-base/kdeutils/ChangeLog
+++ b/kde-base/kdeutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeutils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.234 2008/05/18 21:27:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.235 2008/06/07 15:02:47 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -kdeutils-3.5.8-r1.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> kdeutils-3.5.9-r1.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild b/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild
deleted file mode 100644
index 111984a0d602..000000000000
--- a/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild
+++ /dev/null
@@ -1,69 +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/kdeutils/kdeutils-3.5.8-r1.ebuild,v 1.8 2008/01/31 02:26:50 ranger Exp $
-
-inherit kde-dist eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdeutils-3.5-patchset-02.tar.bz2"
-
-DESCRIPTION="KDE utilities."
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="crypt kdehiddenvisibility pbbuttonsd snmp xscreensaver"
-
-BOTH_DEPEND="~kde-base/kdebase-${PV}
- snmp? ( net-analyzer/net-snmp )
- pbbuttonsd? ( app-laptop/pbbuttonsd )
- dev-lang/python
- dev-libs/gmp
- x11-libs/libXtst"
-
-RDEPEND="${BOTH_DEPEND}
- crypt? ( app-crypt/gnupg
- app-crypt/pinentry )"
-
-DEPEND="${BOTH_DEPEND}
- xscreensaver? ( x11-libs/libXScrnSaver )
- x11-libs/libX11
- x11-proto/xproto
- virtual/os-headers"
-
-PATCHES="${FILESDIR}/superkaramba-3.5.7-network_sensor.patch
- ${FILESDIR}/klaptopdaemon-3.5.7-has_acpi_sleep.patch
- ${FILESDIR}/kmilo-3.5.8-198015_XF86Audio.patch"
-EPATCH_EXCLUDE="klaptopdaemon-3.5-suspend2+xsession-errors.diff
- klaptopdaemon-3.5-lock-and-hibernate.diff"
-
-pkg_setup() {
- if use crypt && ! built_with_use app-crypt/pinentry gtk && ! built_with_use app-crypt/pinentry qt3 ; then
- eerror "kgpg needs app-crypt/pinentry built with either the gtk or qt3 USE flag."
- eerror "Please enable either USE flag and re-install app-crypt/pinentry."
- die "app-crypt/pinentry needs to be rebuilt with gtk or qt3 support."
- fi
-
- kde_pkg_setup
-}
-
-src_unpack() {
- kde_src_unpack
-
- # Fix some desktop files
- sed -i -e "s:Hidden=true:Hidden=false:" "${S}/ksim/ksim.desktop" \
- || die "sed (ksim) failed"
- sed -i -e "s:\(^Type=\)Service:\1Application:" "${S}/kdelirc/irkick/irkick.desktop" \
- || die "sed (irkick) failed"
- sed -i -e "s:\(^Init=.*\):X-\1:" "${S}/klaptopdaemon/applnk/laptop.desktop" \
- || die "sed (laptop) failed"
-}
-
-src_compile() {
- local myconf="$(use_with snmp)
- $(use_with pbbuttonsd powerbook)
- $(use_with xscreensaver)
- --without-xmms"
-
- use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
-
- kde_src_compile
-}