diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-12-28 14:29:18 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-12-28 14:29:18 +0000 |
commit | 4d630acd46c476ae2b77b0f0d945c7b479440730 (patch) | |
tree | 804aaa8376e19cbaaa3cd7be553474677e88e466 /kde-base/kdeadmin | |
parent | Changed ~sparc to sparc for gcc-3.2.1 (diff) | |
download | gentoo-2-4d630acd46c476ae2b77b0f0d945c7b479440730.tar.gz gentoo-2-4d630acd46c476ae2b77b0f0d945c7b479440730.tar.bz2 gentoo-2-4d630acd46c476ae2b77b0f0d945c7b479440730.zip |
remove 3.1rc3 ebuilds, we've had 3.1rc5 for a long time now
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r-- | kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc3 | 1 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.1_rc3.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc3 b/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc3 deleted file mode 100644 index ae705db3f825..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 631d80603ef827a7ac000bc86c33967d kdeadmin-3.0.99.tar.bz2 1560991 diff --git a/kde-base/kdeadmin/kdeadmin-3.1_rc3.ebuild b/kde-base/kdeadmin/kdeadmin-3.1_rc3.ebuild deleted file mode 100644 index c5d01598eaa3..000000000000 --- a/kde-base/kdeadmin/kdeadmin-3.1_rc3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1_rc3.ebuild,v 1.1 2002/11/12 20:03:08 hannes Exp $ -inherit kde-dist - -IUSE="pam" -DESCRIPTION="KDE $PV - administration tools" - -KEYWORDS="x86" - -newdepend ">=app-arch/rpm-4.0.4-r1 - dev-libs/popt - pam? ( >=sys-libs/pam-0.72 )" - -use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow" -myconf="$myconf --without-rpm" - -# TODO: add nis support |