diff options
author | 2003-08-17 14:04:20 +0000 | |
---|---|---|
committer | 2003-08-17 14:04:20 +0000 | |
commit | 9565411ecc334a64f8cd6ba21a3d724c9e0c1d48 (patch) | |
tree | b450999b9e8d7f360c9d614ae5c1ab1f7f94a26c /net-misc/jwhois/jwhois-3.2.1.ebuild | |
parent | bk bump (diff) | |
download | historical-9565411ecc334a64f8cd6ba21a3d724c9e0c1d48.tar.gz historical-9565411ecc334a64f8cd6ba21a3d724c9e0c1d48.tar.bz2 historical-9565411ecc334a64f8cd6ba21a3d724c9e0c1d48.zip |
Adding temporary gentoo mirrors as src
Diffstat (limited to 'net-misc/jwhois/jwhois-3.2.1.ebuild')
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/jwhois/jwhois-3.2.1.ebuild b/net-misc/jwhois/jwhois-3.2.1.ebuild index 32b0adab838a..a84ee4058639 100644 --- a/net-misc/jwhois/jwhois-3.2.1.ebuild +++ b/net-misc/jwhois/jwhois-3.2.1.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/net-misc/jwhois/jwhois-3.2.1.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.1.ebuild,v 1.3 2003/08/17 14:04:05 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Internet Whois client capable of recursive queries" @@ -8,7 +8,8 @@ HOMEPAGE="http://www.gnu.org/software/jwhois/" LICENSE="GPL-2" IUSE="nls" KEYWORDS="x86 ~mips ~sparc" -SRC_URI="ftp://ftp.gnu.org/gnu/jwhois/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz + ftp://ftp.gnu.org/gnu/jwhois/${P}.tar.gz" SLOT="0" DEPEND="virtual/glibc" |