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/kdeadmin
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/kdeadmin')
-rw-r--r--kde-base/kdeadmin/ChangeLog6
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.5.8.ebuild41
2 files changed, 5 insertions, 42 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index 5302e2f5bf76..2605f9b9d7ab 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.216 2008/05/18 21:38:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.217 2008/06/07 14:42:12 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -kdeadmin-3.5.8.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> kdeadmin-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/kdeadmin/kdeadmin-3.5.8.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.8.ebuild
deleted file mode 100644
index b76fcdfddddb..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.5.8.ebuild
+++ /dev/null
@@ -1,41 +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/kdeadmin/kdeadmin-3.5.8.ebuild,v 1.7 2008/01/31 02:26:54 ranger Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="kdehiddenvisibility"
-
-DEPEND="~kde-base/kdebase-${PV}"
-RDEPEND="${DEPEND}
- virtual/cron"
-
-src_unpack() {
- kde_src_unpack
-
- # Fix desktop file
- sed -i -e "s:\(Configuration-KDE-Network-mdk\):X-\1:" \
- "${S}/knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop"
-}
-
-src_compile() {
- # we only want to compile the lilo config module on x86, but there we want to make sure it's
- # always compiled to ensure consistent behaviour of the package across both lilo and grub systems,
- # because configure when left to its own devices will build lilo-config or not basd on whether
- # lilo is present in the path.
- # so, we make configure build it by removing the configure.in.in file that checks for
- # lilo's presense
- if use x86; then
- echo > "${S}/lilo-config/configure.in.in"
- make -f admin/Makefile.common
- fi
-
- local myconf="--with-shadow"
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}