diff options
author | Greg Fitzgerald <gregf@gentoo.org> | 2003-11-20 23:53:50 +0000 |
---|---|---|
committer | Greg Fitzgerald <gregf@gentoo.org> | 2003-11-20 23:53:50 +0000 |
commit | fa33c940eebf373c2057005f7748ba55a0b65faa (patch) | |
tree | a07a38fe29b5ac88e88270667eb6811c75d10d39 /net-misc/wget | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-fa33c940eebf373c2057005f7748ba55a0b65faa.tar.gz gentoo-2-fa33c940eebf373c2057005f7748ba55a0b65faa.tar.bz2 gentoo-2-fa33c940eebf373c2057005f7748ba55a0b65faa.zip |
enabled ipv6
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 14 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r1.ebuild | 5 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 4f385d78a708..48f2077cb5a4 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.29 2003/11/19 21:37:46 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.30 2003/11/20 23:53:33 gregf Exp $ + + 20 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> wget-1.9.1-r1.ebuild: + Enabled ipv6 support *wget-1.9-r1 (18 Nov 2003) diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index 10c2951a85c7..0c4c13cf1208 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,11 +1,11 @@ -MD5 2ce967f9ab905dde26cbf90533ddb43f wget-1.9-r1.ebuild 1598 -MD5 47765e34328c20c6d1e5eea63ed5f478 wget-1.8.2-r3.ebuild 1867 -MD5 0adcea21c0f6834c09690b1549b4fdcc wget-1.9.1-r1.ebuild 1535 -MD5 4c5958e954a2691a9ea5be7a93cb3791 ChangeLog 5269 +MD5 b4ef3992569bb61b6dc0641a7d68a6b4 ChangeLog 5365 +MD5 62bffc50d49b203db0a6a7f8e5f9e67a wget-1.9.1-r1.ebuild 1559 MD5 2b5fde1ea46870de987e3f078face638 metadata.xml 344 -MD5 736cf284b5bbd861e403cfeb2a843465 files/wget-1.9.1+ipvmisc.patch 25623 +MD5 47765e34328c20c6d1e5eea63ed5f478 wget-1.8.2-r3.ebuild 1867 +MD5 2ce967f9ab905dde26cbf90533ddb43f wget-1.9-r1.ebuild 1598 MD5 37da667ed578ec42044b54637f46a3ae files/digest-wget-1.9-r1 127 -MD5 987b30c931a50d2dc02a905c29f84821 files/wget-1.8.2-gentoo.diff 1549 -MD5 f91472025c987d7159170dee736d35e6 files/wget-1.8.2-2Glimit.diff 23388 MD5 28f004e72194fae0e65365e48b867c83 files/digest-wget-1.8.2-r3 221 +MD5 f91472025c987d7159170dee736d35e6 files/wget-1.8.2-2Glimit.diff 23388 +MD5 987b30c931a50d2dc02a905c29f84821 files/wget-1.8.2-gentoo.diff 1549 MD5 3ae4d064cf6e6d112fe89fd8e3fa389c files/digest-wget-1.9.1-r1 63 +MD5 736cf284b5bbd861e403cfeb2a843465 files/wget-1.9.1+ipvmisc.patch 25623 diff --git a/net-misc/wget/wget-1.9.1-r1.ebuild b/net-misc/wget/wget-1.9.1-r1.ebuild index 3cb408a0c65d..9278d555a4a4 100644 --- a/net-misc/wget/wget-1.9.1-r1.ebuild +++ b/net-misc/wget/wget-1.9.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r1.ebuild,v 1.8 2003/11/19 09:40:02 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r1.ebuild,v 1.9 2003/11/20 23:53:33 gregf Exp $ inherit gnuconfig -IUSE="ssl nls static debug socks5" +IUSE="ssl nls static ipv6 debug socks5" NPVER=20031022 DESCRIPTION="Network utility to retrieve files from the WWW" @@ -39,6 +39,7 @@ src_compile() { econf \ --sysconfdir=/etc/wget \ + `use_enable ipv6` \ `use_enable nls` \ `use_enable debug` \ `use_with socks5 socks` \ |