diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-21 13:48:19 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-21 13:48:19 +0000 |
commit | a412401747242b77051581d022d1694e1e158985 (patch) | |
tree | ab75d70a858ba380ee5b19838d1b79e5aa6c25d2 /kde-base/kdeadmin | |
parent | Too much python... (diff) | |
download | gentoo-2-a412401747242b77051581d022d1694e1e158985.tar.gz gentoo-2-a412401747242b77051581d022d1694e1e158985.tar.bz2 gentoo-2-a412401747242b77051581d022d1694e1e158985.zip |
kde-3.0.5a release.
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r-- | kde-base/kdeadmin/files/digest-kdeadmin-3.0.5a | 1 | ||||
-rw-r--r-- | kde-base/kdeadmin/files/kdeadmin-3.0.5a-gentoo.diff | 20 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild | 17 |
3 files changed, 38 insertions, 0 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5a b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5a new file mode 100644 index 000000000000..460bcab7c119 --- /dev/null +++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.5a @@ -0,0 +1 @@ +MD5 06e38ab1b219789c4782d9fa1edb7a22 kdeadmin-3.0.5a.tar.bz2 1266326 diff --git a/kde-base/kdeadmin/files/kdeadmin-3.0.5a-gentoo.diff b/kde-base/kdeadmin/files/kdeadmin-3.0.5a-gentoo.diff new file mode 100644 index 000000000000..1c787f84208a --- /dev/null +++ b/kde-base/kdeadmin/files/kdeadmin-3.0.5a-gentoo.diff @@ -0,0 +1,20 @@ +--- 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.5a.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild new file mode 100644 index 000000000000..28e5ecae01ca --- /dev/null +++ b/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 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.5a.ebuild,v 1.1 2002/12/21 13:48:19 hannes Exp $ +inherit kde-dist + +DESCRIPTION="KDE $PV - administration tools" + +KEYWORDS="x86 ~ppc ~alpha" +PATCHES="${FILESDIR}/${P}-gentoo.diff" + +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 --with-rpm" + |