summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-10-05 19:29:29 +0000
committerDan Armak <danarmak@gentoo.org>2002-10-05 19:29:29 +0000
commit9ba2d0eff6cfd61a67a101e8c293f39a44f202ae (patch)
treeefae01d07a7a57b57c6b35b1d56986ffc43cb587 /kde-base/kdeadmin
parentadded ppc to keywords (diff)
downloadgentoo-2-9ba2d0eff6cfd61a67a101e8c293f39a44f202ae.tar.gz
gentoo-2-9ba2d0eff6cfd61a67a101e8c293f39a44f202ae.tar.bz2
gentoo-2-9ba2d0eff6cfd61a67a101e8c293f39a44f202ae.zip
kde 3.0.4 ebuilds. 3.0.4 has NOT been released yet, don't try to use these, they are just for collaboration between me and verwilst.
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.0.41
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.4.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.4 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.4
new file mode 100644
index 000000000000..bc66b675c29a
--- /dev/null
+++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.4
@@ -0,0 +1 @@
+MD5 6e93fd31067deab4e08460e84174dd19 kdeadmin-3.0.4.tar.bz2 1267550
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild
new file mode 100644
index 000000000000..ef92418e652e
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild
@@ -0,0 +1,16 @@
+# 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.4.ebuild,v 1.1 2002/10/05 19:29:29 danarmak Exp $
+inherit kde-dist
+
+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 --with-rpm"
+