summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-10-07 15:10:01 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-10-07 15:10:01 +0000
commitbc31af90ef50b5ec7fe1ab6baba5723a67624f12 (patch)
tree8c86ce3e67789eda49be4cd79a7e59aefc90b9cf /kde-base/kdeadmin
parentBetter description. (diff)
downloadgentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.gz
gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.bz2
gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.zip
Remove KDE 3.2.3.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.2.31
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.2.3.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.3 b/kde-base/kdeadmin/files/digest-kdeadmin-3.2.3
deleted file mode 100644
index 33e55b55cf11..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 52cac3afb5ae527f7d65cdd27937ecf4 kdeadmin-3.2.3.tar.bz2 1551138
diff --git a/kde-base/kdeadmin/kdeadmin-3.2.3.ebuild b/kde-base/kdeadmin/kdeadmin-3.2.3.ebuild
deleted file mode 100644
index 465eb5d0c39a..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.2.3.ebuild
+++ /dev/null
@@ -1,29 +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.2.3.ebuild,v 1.8 2005/01/23 20:08:57 corsair Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="x86 ppc sparc ~alpha hppa amd64 ~ia64"
-IUSE="pam"
-
-DEPEND="~kde-base/kdebase-${PV}
- pam? ( >=sys-libs/pam-0.72 )"
-
-myconf="$myconf --without-rpm"
-DO_NOT_COMPILE="$DO_NOT_COMPILE kpackage ksysv"
-
-# 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
-src_unpack() {
- kde_src_unpack
- use x86 && echo > ${S}/lilo-config/configure.in.in
-}
-
-# TODO: add nis support