diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 14:42:12 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 14:42:12 +0000 |
commit | 5d07dce4682c1f3a1b3d3400ca309e82abcf41a1 (patch) | |
tree | f4089083d9906eefd8aa9230e61e4bb17be84a75 /kde-base/kdeadmin | |
parent | Removed old versions. (diff) | |
download | gentoo-2-5d07dce4682c1f3a1b3d3400ca309e82abcf41a1.tar.gz gentoo-2-5d07dce4682c1f3a1b3d3400ca309e82abcf41a1.tar.bz2 gentoo-2-5d07dce4682c1f3a1b3d3400ca309e82abcf41a1.zip |
Removed old versions.
(Portage version: 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/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.5.8.ebuild | 41 |
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 -} |