diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-07-05 08:57:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-07-05 08:57:50 +0000 |
commit | a8c759c92ee78bfe9c6d77a7376c8cb94c327959 (patch) | |
tree | ae78fc7f3107f29999b5eea005dbcadd96296f10 /app-admin/cpu | |
parent | initial commit (diff) | |
download | historical-a8c759c92ee78bfe9c6d77a7376c8cb94c327959.tar.gz historical-a8c759c92ee78bfe9c6d77a7376c8cb94c327959.tar.bz2 historical-a8c759c92ee78bfe9c6d77a7376c8cb94c327959.zip |
Forgot to add in the rest of the docs.
Diffstat (limited to 'app-admin/cpu')
-rw-r--r-- | app-admin/cpu/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/cpu/Manifest | 4 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.3.100.ebuild | 12 |
3 files changed, 15 insertions, 6 deletions
diff --git a/app-admin/cpu/ChangeLog b/app-admin/cpu/ChangeLog index e62bceffae4f..3d12f229e922 100644 --- a/app-admin/cpu/ChangeLog +++ b/app-admin/cpu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/cpu # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/ChangeLog,v 1.1 2003/07/05 08:37:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/ChangeLog,v 1.2 2003/07/05 08:57:48 robbat2 Exp $ + + 05 Jul 2003; Robin H. Johnson <robbat2@gentoo.org> cpu-1.3.100.ebuild: + Forgot to add in the rest of the docs. *cpu-1.3.100 (05 Jul 2003) diff --git a/app-admin/cpu/Manifest b/app-admin/cpu/Manifest index 4733369283eb..f5f82914d0de 100644 --- a/app-admin/cpu/Manifest +++ b/app-admin/cpu/Manifest @@ -1,4 +1,4 @@ -MD5 de8af5ea169800650a3cad777819f975 cpu-1.3.100.ebuild 1219 -MD5 78295c707175436f046723a50cc2fb3b ChangeLog 361 +MD5 79fcd8b7fad82858088229fdd56c15a8 cpu-1.3.100.ebuild 1375 +MD5 348b39c9e0e2a804f2f0a52abf67b30f ChangeLog 476 MD5 021b5afd2ac0d086a3400da75c9ce5db files/digest-cpu-1.3.100 64 MD5 d46da8966e987eb912de530bfb0c8ab8 files/cpu-1.3.100-fixup.patch 1726 diff --git a/app-admin/cpu/cpu-1.3.100.ebuild b/app-admin/cpu/cpu-1.3.100.ebuild index 8e42bd3ad735..dc4703f1f3ba 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.1 2003/07/05 08:37:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cpu/cpu-1.3.100.ebuild,v 1.2 2003/07/05 08:57:48 robbat2 Exp $ DESCRIPTION="CPU is an LDAP user management tool written in C and loosely based on FreeBSD's pw(8)." HOMEPAGE="http://cpu.sourceforge.net/" @@ -12,8 +12,8 @@ IUSE="" RDEPEND="net-nds/openldap sys-libs/cracklib" -DEPEND="${DEPEND} - >=sys-devel/autoconf-2.52" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.54" S=${WORKDIR}/${P} @@ -21,6 +21,11 @@ WANT_AUTOCONF_2_5=1 src_compile() { + if use static; then + MSG="Sorry, the package does NOT support static building." + eerror "${MSG}" + fi + # The package has a history of bad configure files... epatch ${FILESDIR}/${P}-fixup.patch autoconf @@ -46,4 +51,5 @@ src_compile() { src_install() { einstall || die "Einstall failure" + dodoc AUTHORS COPYING ChangeLog NEWS README TODO } |