diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 23:31:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 23:31:47 +0000 |
commit | 0330d364d381fa7a536f5ca7b9eb0f4e8f711b4f (patch) | |
tree | cc7f5aa9857377bf95790550a82b661e750483e2 /app-admin/cpu | |
parent | dont need WANT_AUTOCONF_2_5 (diff) | |
download | gentoo-2-0330d364d381fa7a536f5ca7b9eb0f4e8f711b4f.tar.gz gentoo-2-0330d364d381fa7a536f5ca7b9eb0f4e8f711b4f.tar.bz2 gentoo-2-0330d364d381fa7a536f5ca7b9eb0f4e8f711b4f.zip |
old
Diffstat (limited to 'app-admin/cpu')
-rw-r--r-- | app-admin/cpu/cpu-1.3.100-r1.ebuild | 53 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.3.100.ebuild | 56 | ||||
-rw-r--r-- | app-admin/cpu/cpu-1.4.2.ebuild | 42 | ||||
-rw-r--r-- | app-admin/cpu/files/digest-cpu-1.3.100 | 1 | ||||
-rw-r--r-- | app-admin/cpu/files/digest-cpu-1.3.100-r1 | 1 | ||||
-rw-r--r-- | app-admin/cpu/files/digest-cpu-1.4.2 | 1 |
6 files changed, 0 insertions, 154 deletions
diff --git a/app-admin/cpu/cpu-1.3.100-r1.ebuild b/app-admin/cpu/cpu-1.3.100-r1.ebuild deleted file mode 100644 index ea1bdcab4f1c..000000000000 --- a/app-admin/cpu/cpu-1.3.100-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.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/" -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 - -pkg_setup() { - if use static; then - eerror "Sorry, the package does NOT support static building." - fi - return 0 -} - -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/cpu-1.3.100.ebuild b/app-admin/cpu/cpu-1.3.100.ebuild deleted file mode 100644 index aa062d6358d2..000000000000 --- a/app-admin/cpu/cpu-1.3.100.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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.6 2003/10/27 10:17:30 aliz Exp $ - -inherit eutils - -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 - -pkg_setup() { - if use static; then - eerror "Sorry, the package does NOT support static building." - fi - return 0 -} - -src_compile() { - # The package has a history of bad configure files... - epatch ${FILESDIR}/${P}-fixup.patch - autoconf - - 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=/usr" - # Tell it where to find CRACKLIB - myconf="${myconf} --with-libcrack=/usr" - - # cache our config! - myconf="${myconf} --cache-file=${S}/config.cache" - - econf ${myconf} || die "Configure failure" - - emake || die "Make failure" -} - -src_install() { - einstall || die "Einstall failure" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/app-admin/cpu/cpu-1.4.2.ebuild b/app-admin/cpu/cpu-1.4.2.ebuild deleted file mode 100644 index 879c88271a21..000000000000 --- a/app-admin/cpu/cpu-1.4.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.2 2004/01/04 04:34:05 robbat2 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" - - # 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" datadir="${D}/usr/share/doc/${PF}" || die "Einstall failure" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/app-admin/cpu/files/digest-cpu-1.3.100 b/app-admin/cpu/files/digest-cpu-1.3.100 deleted file mode 100644 index f404819397a9..000000000000 --- a/app-admin/cpu/files/digest-cpu-1.3.100 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3edaade7f975779b40ae80e40fccb98 cpu-1.3.100.tar.bz2 214614 diff --git a/app-admin/cpu/files/digest-cpu-1.3.100-r1 b/app-admin/cpu/files/digest-cpu-1.3.100-r1 deleted file mode 100644 index f404819397a9..000000000000 --- a/app-admin/cpu/files/digest-cpu-1.3.100-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3edaade7f975779b40ae80e40fccb98 cpu-1.3.100.tar.bz2 214614 diff --git a/app-admin/cpu/files/digest-cpu-1.4.2 b/app-admin/cpu/files/digest-cpu-1.4.2 deleted file mode 100644 index f78ee1d0b987..000000000000 --- a/app-admin/cpu/files/digest-cpu-1.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 24b00d725b1470448253367d8ef34c89 cpu-1.4.2.tar.bz2 250421 |