summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2003-07-08 00:53:48 +0000
committerDonny Davies <woodchip@gentoo.org>2003-07-08 00:53:48 +0000
commit303df39fbabc9ffc74247eac8974f71a9e2599fd (patch)
tree4191e1f83a2ef03466d22db92c01ab57380b04ab /net-nds
parentinitial import (diff)
downloadhistorical-303df39fbabc9ffc74247eac8974f71a9e2599fd.tar.gz
historical-303df39fbabc9ffc74247eac8974f71a9e2599fd.tar.bz2
historical-303df39fbabc9ffc74247eac8974f71a9e2599fd.zip
initial import
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/cpu/Manifest4
-rw-r--r--net-nds/cpu/cpu-1.3.100.ebuild32
-rw-r--r--net-nds/cpu/files/digest-cpu-1.3.1001
3 files changed, 35 insertions, 2 deletions
diff --git a/net-nds/cpu/Manifest b/net-nds/cpu/Manifest
index 0d6e40269dc5..0780b2a3a44f 100644
--- a/net-nds/cpu/Manifest
+++ b/net-nds/cpu/Manifest
@@ -1,3 +1,3 @@
-MD5 6049131c5d19e98ff2616ecc937aa5c7 cpu-1.3.100.ebuild 594
-MD5 919b068c7f19a2a86bac4f5f968842e6 ChangeLog 120
+MD5 6e1582ddc71b861ae0a8df005432ecab cpu-1.3.100.ebuild 940
+MD5 22d727df6a6b3cfe9bec3203b94ef1f8 ChangeLog 337
MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64
diff --git a/net-nds/cpu/cpu-1.3.100.ebuild b/net-nds/cpu/cpu-1.3.100.ebuild
new file mode 100644
index 000000000000..ffb5d6057beb
--- /dev/null
+++ b/net-nds/cpu/cpu-1.3.100.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/cpu/cpu-1.3.100.ebuild,v 1.1 2003/07/08 00:53:41 woodchip Exp $
+
+DESCRIPTION="LDAP User Management utilities {user,group}add {user,group}mod"
+HOMEPAGE="http://cpu.sourceforge.net/"
+SRC_URI="mirror://sourceforge/cpu/${P}.tar.bz2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+DEPEND="net-nds/openldap"
+
+src_compile() {
+ #NB: Apparently --with-passwd doesnt work yet, but this
+ #ebuild should get updated to build it when it does.
+ ./configure \
+ --prefix=/usr \
+ --with-ldap=/usr \
+ --without-passwd \
+ --sysconfdir=/etc \
+ --with-libcrack=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info || die "bad ./configure"
+
+ emake || die "compile problem"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}
diff --git a/net-nds/cpu/files/digest-cpu-1.3.100 b/net-nds/cpu/files/digest-cpu-1.3.100
new file mode 100644
index 000000000000..f404819397a9
--- /dev/null
+++ b/net-nds/cpu/files/digest-cpu-1.3.100
@@ -0,0 +1 @@
+MD5 c3edaade7f975779b40ae80e40fccb98 cpu-1.3.100.tar.bz2 214614