diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-25 15:08:28 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-25 15:08:28 +0000 |
commit | 0eeba5958362c806e8d549684701d3998b8f002a (patch) | |
tree | 24d0eec38649d5e7b88a6de2b48fbf967cef10bb /net-nds/ypbind | |
parent | now uses mirror://kernel (diff) | |
download | historical-0eeba5958362c806e8d549684701d3998b8f002a.tar.gz historical-0eeba5958362c806e8d549684701d3998b8f002a.tar.bz2 historical-0eeba5958362c806e8d549684701d3998b8f002a.zip |
now uses mirror://kernel
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/Manifest | 4 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.11-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/ypbind/Manifest b/net-nds/ypbind/Manifest index 80982d82fc71..e6864911a170 100644 --- a/net-nds/ypbind/Manifest +++ b/net-nds/ypbind/Manifest @@ -1,5 +1,5 @@ -MD5 99ed7f321fdbea2c40a71ef01a933793 ChangeLog 1725 -MD5 936970a2f1b2eeb3798a703facb2d2d2 ypbind-1.11-r1.ebuild 934 +MD5 2bac5d40067a0c4f0e9cd969e10e3399 ChangeLog 1727 +MD5 7a865f4547a5ffc35fb05115f73ecaf2 ypbind-1.11-r1.ebuild 935 MD5 07fdb01e99c0cb8ab5b3e770d83d7449 files/digest-ypbind-1.11-r1 67 MD5 ece2b93be85a1bf6872c0b7abfe591c2 files/ypbind.confd 113 MD5 872185d0cbdbf410af0eade7b3f0c1ba files/ypbind.rc5 1020 diff --git a/net-nds/ypbind/ypbind-1.11-r1.ebuild b/net-nds/ypbind/ypbind-1.11-r1.ebuild index ff967fac4de2..f48afc74bf49 100644 --- a/net-nds/ypbind/ypbind-1.11-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.11-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.10 2003/05/13 23:52:50 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11-r1.ebuild,v 1.11 2003/05/25 15:06:20 mholzer Exp $ IUSE="nls" MY_P=${PN}-mt-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service" -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" +SRC_URI="mirror://kernel/linux/utils/net/NIS/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" SLOT="0" |