summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
commit529490640137f459ba746e466da6e42f1342f78a (patch)
treedf0d6836282bc35c563b18616039eaf6866285c9 /kde-base/kdeadmin
parentVersion bump for bug 86810. (diff)
downloadgentoo-2-529490640137f459ba746e466da6e42f1342f78a.tar.gz
gentoo-2-529490640137f459ba746e466da6e42f1342f78a.tar.bz2
gentoo-2-529490640137f459ba746e466da6e42f1342f78a.zip
Remove KDE rc1 ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_rc11
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.4.0_rc1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_rc1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_rc1
deleted file mode 100644
index f18085d8a099..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 645a56ff50d27391ef7f4ee80346fae9 kdeadmin-3.4.0-rc1.tar.bz2 1567434
diff --git a/kde-base/kdeadmin/kdeadmin-3.4.0_rc1.ebuild b/kde-base/kdeadmin/kdeadmin-3.4.0_rc1.ebuild
deleted file mode 100644
index 9ac1c005d095..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.4.0_rc1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.4.0_rc1.ebuild,v 1.1 2005/02/27 22:52:36 greg_g Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="~x86 ~amd64 ~sparc"
-IUSE=""
-
-DEPEND="~kde-base/kdebase-${PV}"
-
-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
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}
-
-# TODO: add nis support