diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 10:17:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 10:17:34 +0000 |
commit | b35f2297b19245e7ad42cfb11cfbf04d1fbf6a02 (patch) | |
tree | 5dfdf74e574b4595c3a8d0ab3c6a9e574697272e /app-admin/cpu | |
parent | version bump and unmasks (diff) | |
download | historical-b35f2297b19245e7ad42cfb11cfbf04d1fbf6a02.tar.gz historical-b35f2297b19245e7ad42cfb11cfbf04d1fbf6a02.tar.bz2 historical-b35f2297b19245e7ad42cfb11cfbf04d1fbf6a02.zip |
version bump and unmasks
Diffstat (limited to 'app-admin/cpu')
-rw-r--r-- | app-admin/cpu/Manifest | 8 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.3.100-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.3.100.ebuild | 4 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.4.2.ebuild | 46 | ||||
-rw-r--r-- | app-admin/cpu/files/digest-cpu-1.4.2 | 1 |
5 files changed, 55 insertions, 8 deletions
diff --git a/app-admin/cpu/Manifest b/app-admin/cpu/Manifest index d5e613a26684..2fdb31a0fdea 100644 --- a/app-admin/cpu/Manifest +++ b/app-admin/cpu/Manifest @@ -1,7 +1,7 @@ -MD5 1f6dd828c9f3eeacece1baaddfdc47df ChangeLog 756 -MD5 b6e47987f1aca9e9b1cc2efd1d72055a cpu-1.3.100-r1.ebuild 1329 -MD5 658cffcb3bc34ed52a16589f46837abc cpu-1.3.100.ebuild 1355 -MD5 05329ebf878ac9dade91496cd04ba267 cpu-1.4.2.ebuild 1213 +MD5 138b8c4fd33cf7dd3a745b38c784a5cb ChangeLog 909 +MD5 a98641105bf3cab00b144725b4ddc986 cpu-1.3.100-r1.ebuild 1328 +MD5 07b983257da807a1783a784853c8d3c0 cpu-1.3.100.ebuild 1354 +MD5 06669a83e235be0e2362fed4110df70b cpu-1.4.2.ebuild 1208 MD5 5e8365fbe120902788e48f72e1e18ae9 files/digest-cpu-1.4.2 62 MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100-r1 64 diff --git a/app-admin/cpu/cpu-1.3.100-r1.ebuild b/app-admin/cpu/cpu-1.3.100-r1.ebuild index 49bdf8a76fce..ea1bdcab4f1c 100644 --- a/app-admin/cpu/cpu-1.3.100-r1.ebuild +++ b/app-admin/cpu/cpu-1.3.100-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100-r1.ebuild,v 1.4 2003/09/20 19:56:29 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100-r1.ebuild,v 1.5 2003/10/27 10:17:30 aliz Exp $ DESCRIPTION="LDAP user management tool written in C and loosely based on FreeBSD's pw(8)" HOMEPAGE="http://cpu.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/cpu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RDEPEND="net-nds/openldap sys-libs/cracklib" diff --git a/app-admin/cpu/cpu-1.3.100.ebuild b/app-admin/cpu/cpu-1.3.100.ebuild index 2d36dbf27fd6..aa062d6358d2 100644 --- a/app-admin/cpu/cpu-1.3.100.ebuild +++ b/app-admin/cpu/cpu-1.3.100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.5 2003/09/20 19:56:29 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.6 2003/10/27 10:17:30 aliz Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cpu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RDEPEND="net-nds/openldap sys-libs/cracklib" diff --git a/app-admin/cpu/cpu-1.4.2.ebuild b/app-admin/cpu/cpu-1.4.2.ebuild new file mode 100644 index 000000000000..893ed4f59c85 --- /dev/null +++ b/app-admin/cpu/cpu-1.4.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.4.2.ebuild,v 1.1 2003/10/27 10:17:30 aliz Exp $ + +DESCRIPTION="LDAP user management tool written in C and loosely based on FreeBSD's pw(8)" +HOMEPAGE="http://cpu.sourceforge.net/" +SRC_URI="mirror://sourceforge/cpu/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND="net-nds/openldap + sys-libs/cracklib" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.54" + +WANT_AUTOCONF_2_5=1 + +src_compile() { + local myconf + + # provide PASSWD support as well + # It's broken in the application at the moment, so lets not... + # myconf="${myconf} --with-passwd" + + # Tell it where to find LDAP + myconf="${myconf} --with-ldap" + # Tell it where to find CRACKLIB + myconf="${myconf} --with-libcrack" + + # cache our config! + #myconf="${myconf} --cache-file=${S}/config.cache" + + # This app really belongs in sbin! + myconf="${myconf} --bindir=/usr/sbin" + + econf ${myconf} || die "Configure failure" + + emake || die "Make failure" +} + +src_install() { + einstall bindir="${D}/usr/sbin" || die "Einstall failure" + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} diff --git a/app-admin/cpu/files/digest-cpu-1.4.2 b/app-admin/cpu/files/digest-cpu-1.4.2 new file mode 100644 index 000000000000..f78ee1d0b987 --- /dev/null +++ b/app-admin/cpu/files/digest-cpu-1.4.2 @@ -0,0 +1 @@ +MD5 24b00d725b1470448253367d8ef34c89 cpu-1.4.2.tar.bz2 250421 |