diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2005-09-02 18:07:00 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2005-09-02 18:07:00 +0000 |
commit | 8bb50e3c98d83c35a739ef99806d0527605d2483 (patch) | |
tree | a24c74349a0de582ff4b6e37e9e6a48dac8a3801 /net-proxy | |
parent | Adding GCC4 patch and marking ~ppc-macos (diff) | |
download | gentoo-2-8bb50e3c98d83c35a739ef99806d0527605d2483.tar.gz gentoo-2-8bb50e3c98d83c35a739ef99806d0527605d2483.tar.bz2 gentoo-2-8bb50e3c98d83c35a739ef99806d0527605d2483.zip |
Fixed http-replicator ebuild to mention http_proxy instead of HTTP_PROXY
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index ea57dc86f4d1..63ebdbbbf9b1 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/http-replicator # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.5 2005/06/07 21:35:26 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.6 2005/09/02 18:07:00 griffon26 Exp $ + + 02 Sep 2005; Maurice van der Pot <griffon26@gentoo.org> + http-replicator-3.0.ebuild: + Changed back HTTP_PROXY to http_proxy. That part of bug #95321 was actually + invalid. Thanks to Tom Poplawski <poplawtm@earthlink.net> for noticing. 07 Jun 2005; Maurice van der Pot <griffon26@gentoo.org> files/http-replicator-3.0-repcacheman-0.21, diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild index 92eb45446d07..74f450a41d84 100644 --- a/net-proxy/http-replicator/http-replicator-3.0.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.7 2005/06/07 21:35:26 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.8 2005/09/02 18:07:00 griffon26 Exp $ DESCRIPTION="Proxy cache for Gentoo packages" HOMEPAGE="http://gertjan.freezope.org/replicator/" @@ -51,7 +51,7 @@ pkg_postinst() { einfo "Before starting http-replicator, please follow the next few steps:" einfo "- modify /etc/conf.d/http-replicator if required" einfo "- run /usr/bin/repcacheman to set up the cache" - einfo "- add HTTP_PROXY=\"http://serveraddress:8080\" to make.conf on" + einfo "- add http_proxy=\"http://serveraddress:8080\" to make.conf on" einfo " the server as well as on the client machines" einfo "- make sure GENTOO_MIRRORS in /etc/make.conf starts with several" einfo " good http mirrors" |