summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-04-08 19:58:09 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-04-08 19:58:09 +0000
commitf6b363c852f5fea9f295379ac0c0b914ed3f5b1e (patch)
tree01ee4a7474922e6e7a1e4ad9fb355c4d59a299be /kde-base/kdeadmin
parentadding a new server to sf (diff)
downloadgentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.tar.gz
gentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.tar.bz2
gentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.zip
kde-3.0.5b (masked via package.mask)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/ChangeLog7
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index 867b3754e0bf..d6ad38d158ea 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.28 2003/03/19 15:52:17 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.29 2003/04/08 19:58:08 hannes Exp $
+
+*kdeadmin-3.0.5b (08 Apr 2003)
+
+ 08 Apr 2003; Hannes Mehnert <hannes@gentoo.org> kdeadmin-3.0.5b.ebuild:
+ version bump
15 Mar 2003; Dan Armak <danarmak@gentoo.org> kdeadmin-3.0.5a.ebuild:
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild
new file mode 100644
index 000000000000..0b6326eb98e5
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-3.0.5b.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 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.1 2003/04/08 19:58:08 hannes 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"
+
+
+