diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-10-25 13:07:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-10-25 13:07:25 +0000 |
commit | 9db0faeca87400734383c999dcddadad51ef2981 (patch) | |
tree | 5674efdb7d85cde7a296390e8011bfaf7cfad5bf /net-misc | |
parent | Marked Stable on amd64. (diff) | |
download | gentoo-2-9db0faeca87400734383c999dcddadad51ef2981.tar.gz gentoo-2-9db0faeca87400734383c999dcddadad51ef2981.tar.bz2 gentoo-2-9db0faeca87400734383c999dcddadad51ef2981.zip |
Fix for bug #110035, so now it will build statically and with ssl support. Azarah wrote the patch for that, and upstram has been notified of it.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 3d2c67f1a48f..f048611a514d 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/wget # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.79 2005/10/20 03:48:04 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.80 2005/10/25 13:07:25 seemant Exp $ + + 25 Oct 2005; Seemant Kulleen <seemant@gentoo.org> wget-1.10.2.ebuild: + Fix for bug #110035, so now it will build statically and with ssl support. + Azarah wrote the patch for that, and upstram has been notified of it. 20 Oct 2005; Luis Medinas <metalgod@gentoo.org> wget-1.10.2.ebuild: Marked Stable on amd64. Bug #109097. diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 02c08cb3489f..470c77d8a94e 100644 --- a/net-misc/wget/wget-1.10.2.ebuild +++ b/net-misc/wget/wget-1.10.2.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.7 2005/10/22 09:00:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.8 2005/10/25 13:07:25 seemant Exp $ inherit eutils flag-o-matic PATCHVER=0.1 DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="http://wget.sunsite.dk/" -SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.gz - http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2 - mirror://gentoo/${P}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gnu/wget/${P}.tar.gz + http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2 mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2" LICENSE="GPL-2" |