diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-11 02:10:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-11 02:10:43 +0000 |
commit | ac943545141f4a3595f4aa3fe68ff83cdbac61f2 (patch) | |
tree | 58416e68d3e0d17fc8cb34455f60e90d00b2373d /net-fs | |
parent | clean up ebuild #66916 (Manifest recommit) (diff) | |
download | gentoo-2-ac943545141f4a3595f4aa3fe68ff83cdbac61f2.tar.gz gentoo-2-ac943545141f4a3595f4aa3fe68ff83cdbac61f2.tar.bz2 gentoo-2-ac943545141f4a3595f4aa3fe68ff83cdbac61f2.zip |
old
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/am-utils/am-utils-6.0.9.ebuild | 45 | ||||
-rw-r--r-- | net-fs/am-utils/files/digest-am-utils-6.0.9 | 1 |
2 files changed, 0 insertions, 46 deletions
diff --git a/net-fs/am-utils/am-utils-6.0.9.ebuild b/net-fs/am-utils/am-utils-6.0.9.ebuild deleted file mode 100644 index 7e2910693b57..000000000000 --- a/net-fs/am-utils/am-utils-6.0.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/am-utils/am-utils-6.0.9.ebuild,v 1.10 2004/07/14 23:47:41 agriffis Exp $ - -IUSE="ldap" - -DESCRIPTION="amd automounter and utilities" -HOMEPAGE="http://www.am-utils.org" -SRC_URI="ftp://ftp.am-utils.org/pub/am-utils/${P}.tar.gz" - -DEPEND="virtual/libc - ldap? ( >=net-nds/openldap-1.2 )" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 amd64" - -src_unpack() { - unpack ${A} - cd ${S} - cat ${FILESDIR}/am-utils-gdbm.patch | patch -p1 || die -} - -src_compile() { - local myconf - - use ldap \ - && myconf="${myconf} --without-ldap" \ - || myconf="${myconf} --with-ldap" - - myconf="${myconf} --sysconfdir=/etc/amd" - - cd ${S} - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - - cp ${FILESDIR}/amd.conf ${D}/etc/amd - cp ${FILESDIR}/amd.net ${D}/etc/amd - - exeinto /etc/init.d ; newexe ${FILESDIR}/amd.rc amd -} diff --git a/net-fs/am-utils/files/digest-am-utils-6.0.9 b/net-fs/am-utils/files/digest-am-utils-6.0.9 deleted file mode 100644 index 1c7c1b77e2ce..000000000000 --- a/net-fs/am-utils/files/digest-am-utils-6.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 1e288b8485c09a126e2bea4029602265 am-utils-6.0.9.tar.gz 1471542 |