summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-04-21 01:49:48 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-04-21 01:49:48 +0000
commit929398e5e3818c4dc31fdadde885a4b4848b746a (patch)
tree09659797d4a1888bd6b05f1b9c62b6dedc44cddd /kde-base/kdeadmin
parentremove old version (diff)
downloadhistorical-929398e5e3818c4dc31fdadde885a4b4848b746a.tar.gz
historical-929398e5e3818c4dc31fdadde885a4b4848b746a.tar.bz2
historical-929398e5e3818c4dc31fdadde885a4b4848b746a.zip
Remove old version
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/ChangeLog6
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.0.5b1
-rw-r--r--kde-base/kdeadmin/files/kdeadmin-qt311-gentoo.diff20
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild22
4 files changed, 5 insertions, 44 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index bc21484f353f..bfa730524ee5 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.74 2004/04/20 01:44:36 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.75 2004/04/21 01:43:58 caleb Exp $
+
+ 20 Apr 2004; Caleb Tennis <caleb@gentoo.org>
+ -files/kdeadmin-qt311-gentoo.diff, -kdeadmin-3.0.5b.ebuild:
+ Remove old version
*kdeadmin-3.2.2 (19 Apr 2004)
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5b b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5b
deleted file mode 100644
index a328b33ca38b..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2adcfec8bbca78dd40297fc184fd3f28 kdeadmin-3.0.5b.tar.bz2 1266610
diff --git a/kde-base/kdeadmin/files/kdeadmin-qt311-gentoo.diff b/kde-base/kdeadmin/files/kdeadmin-qt311-gentoo.diff
deleted file mode 100644
index 1c787f84208a..000000000000
--- a/kde-base/kdeadmin/files/kdeadmin-qt311-gentoo.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- kpackage/packageProperties.h~ 2002-12-20 23:26:11.000000000 +0100
-+++ kpackage/packageProperties.h 2002-12-20 23:26:27.000000000 +0100
-@@ -16,7 +16,6 @@
- // Standard Headers
-
- // Qt Headers
--#include <qttableview.h>
- #include <qpainter.h>
- #include <qstringlist.h>
- #include <qregexp.h>
---- ksysv/OldView.cpp~ 2002-12-21 00:00:42.000000000 +0100
-+++ ksysv/OldView.cpp 2002-12-21 00:00:54.000000000 +0100
-@@ -27,7 +27,6 @@
- #include <qprogressdialog.h>
- #include <qkeycode.h>
- #include <qmessagebox.h>
--#include <qtmultilineedit.h>
- #include <qgroupbox.h>
- #include <qaccel.h>
- #include <qscrollbar.h>
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild
deleted file mode 100644
index 46a04df7cbf1..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild,v 1.4 2004/01/19 03:36:53 caleb Exp $
-inherit kde-dist
-
-IUSE="pam"
-DESCRIPTION="KDE $PV - administration tools"
-KEYWORDS="x86 ppc ~alpha sparc"
-PATCHES="${FILESDIR}/${PN}-qt311-gentoo.diff"
-
-newdepend "dev-libs/popt
- pam? ( >=sys-libs/pam-0.72 )"
- # >=app-arch/rpm-4.0.4-r1"
-
-use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
-
-# Doesn't compile with the new rpm 4.2. I don't suppose this'll ever be fixed in the 3.0.x tree,
-# and it's not for gentoo ppl to fix rpm problems really :-) so disabling this. --danarmak 20030315
-myconf="$myconf --without-rpm"
-
-
-