summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-02-08 16:05:41 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-02-08 16:05:41 +0000
commitb59f25ef6f93532c1e20decfa42413ea143e6ac3 (patch)
tree1b53b016fea23e01ad48da5726d7b51372e58ffc /kde-base/kdeadmin
parentRemove old ebuilds. (diff)
downloadgentoo-2-b59f25ef6f93532c1e20decfa42413ea143e6ac3.tar.gz
gentoo-2-b59f25ef6f93532c1e20decfa42413ea143e6ac3.tar.bz2
gentoo-2-b59f25ef6f93532c1e20decfa42413ea143e6ac3.zip
Remove old ebuilds.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.2.01
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.2.21
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.3.01
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.2.0.ebuild29
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.2.2.ebuild29
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.3.0.ebuild29
6 files changed, 0 insertions, 90 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.0 b/kde-base/kdeadmin/files/digest-kdeadmin-3.2.0
deleted file mode 100644
index 7f2670661215..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b24ec2e71edcd0157d84821729cae2b2 kdeadmin-3.2.0.tar.bz2 1561532
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.2.2
deleted file mode 100644
index 46207a36364c..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4a39ce0d9abdd2dccb4531466ee7f229 kdeadmin-3.2.2.tar.bz2 1559783
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.3.0 b/kde-base/kdeadmin/files/digest-kdeadmin-3.3.0
deleted file mode 100644
index 4aa8e6873ea4..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a4480c4e3b73206252397345d2055b2 kdeadmin-3.3.0.tar.bz2 1557283
diff --git a/kde-base/kdeadmin/kdeadmin-3.2.0.ebuild b/kde-base/kdeadmin/kdeadmin-3.2.0.ebuild
deleted file mode 100644
index db8ca873127b..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.2.0.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.0.ebuild,v 1.11 2005/01/23 20:08:57 corsair Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="x86 ppc sparc hppa amd64 alpha 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
diff --git a/kde-base/kdeadmin/kdeadmin-3.2.2.ebuild b/kde-base/kdeadmin/kdeadmin-3.2.2.ebuild
deleted file mode 100644
index 8e23a77ce86a..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.2.2.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.2.ebuild,v 1.9 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
diff --git a/kde-base/kdeadmin/kdeadmin-3.3.0.ebuild b/kde-base/kdeadmin/kdeadmin-3.3.0.ebuild
deleted file mode 100644
index 02471321a705..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.3.0.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.3.0.ebuild,v 1.9 2005/01/23 20:08:57 corsair Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="x86 amd64 ppc64 sparc ppc hppa"
-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