diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-20 10:51:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-20 10:51:26 +0000 |
commit | ee0a76858a58fb1324c05dae8cc94585cac0bb29 (patch) | |
tree | e9b80d03cc3824b74ee5dd7f9c129967e3292a55 /net-nds | |
parent | tidy metadata (diff) | |
download | historical-ee0a76858a58fb1324c05dae8cc94585cac0bb29.tar.gz historical-ee0a76858a58fb1324c05dae8cc94585cac0bb29.tar.bz2 historical-ee0a76858a58fb1324c05dae8cc94585cac0bb29.zip |
use emake; use use_enable; don't install COPYING; tidy
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/ypbind/Manifest | 10 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.17.2.ebuild | 23 |
3 files changed, 20 insertions, 18 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index f657d6b0d708..5c2e43b38a58 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/ypbind # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.17 2004/06/25 00:23:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.18 2004/07/20 10:51:26 mr_bones_ Exp $ + + 16 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> ypbind-1.17.2.ebuild: + use emake; use use_enable; don't install COPYING; tidy 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> ypbind-1.17.2.ebuild: Stable on alpha. diff --git a/net-nds/ypbind/Manifest b/net-nds/ypbind/Manifest index b112ca568ce8..c3e3894f0635 100644 --- a/net-nds/ypbind/Manifest +++ b/net-nds/ypbind/Manifest @@ -1,10 +1,10 @@ -MD5 021545ef7c8ac32d47bf775c3b456dcf ypbind-1.12.ebuild 1046 -MD5 3875dd3c9c3e8c3340a55fe35af30d4b ypbind-1.17.2.ebuild 1205 +MD5 3cc4509ecc01a9357d7846e2ad707e2e ChangeLog 2770 MD5 1654dc14f02d28228cc27d2e2c174493 ypbind-1.11-r1.ebuild 936 -MD5 99a5fe096ad1a7656e0d528cfe924fc1 ChangeLog 2634 -MD5 f7d2018bc2060d296bc12767a9f5c58f files/ypbind.confd 117 +MD5 021545ef7c8ac32d47bf775c3b456dcf ypbind-1.12.ebuild 1046 +MD5 cfc9524ec21adeaeaf7f6ea8fc9c4884 ypbind-1.17.2.ebuild 1176 MD5 07fdb01e99c0cb8ab5b3e770d83d7449 files/digest-ypbind-1.11-r1 67 MD5 254697d0a1a3eda6978996e737ba3f42 files/digest-ypbind-1.12 67 -MD5 abf5b898fdb40aee7909eb21402b8b16 files/digest-ypbind-1.17.2 69 +MD5 f7d2018bc2060d296bc12767a9f5c58f files/ypbind.confd 117 MD5 7d2ecfb4fe17b37926695395e98a2444 files/ypbind.rc5 1039 MD5 ae54c44d17c3d62194a106e5600313fd files/ypbind.rc6 963 +MD5 abf5b898fdb40aee7909eb21402b8b16 files/digest-ypbind-1.17.2 69 diff --git a/net-nds/ypbind/ypbind-1.17.2.ebuild b/net-nds/ypbind/ypbind-1.17.2.ebuild index a4dc0ebd4a91..6bfa084860b4 100644 --- a/net-nds/ypbind/ypbind-1.17.2.ebuild +++ b/net-nds/ypbind/ypbind-1.17.2.ebuild @@ -1,32 +1,31 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2.ebuild,v 1.4 2004/06/25 00:23:52 agriffis Exp $ - -IUSE="nls" +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2.ebuild,v 1.5 2004/07/20 10:51:26 mr_bones_ Exp $ MY_P=${PN}-mt-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)" -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~sparc alpha ~ppc ~amd64" +IUSE="nls" -DEPEND="net-nds/yp-tools net-nds/portmap" +DEPEND="net-nds/yp-tools + net-nds/portmap" RDEPEND="nls? ( sys-devel/gettext )" +S="${WORKDIR}/${MY_P}" + src_compile() { - local myconf - use nls || myconf="--disable-nls" - econf ${myconf} || die - make || die + econf $(use_enable nls) || die + emake || die "emake failed" } src_install() { einstall || die - dodoc AUTHORS ChangeLog COPYING README THANKS TODO + dodoc AUTHORS ChangeLog README THANKS TODO insinto /etc ; doins etc/yp.conf insinto /etc/conf.d ; newins ${FILESDIR}/ypbind.confd ypbind exeinto /etc/init.d ; newexe ${FILESDIR}/ypbind.rc6 ypbind |