summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2005-06-07 21:35:26 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2005-06-07 21:35:26 +0000
commit72ca37f1c0ca03dbb9b335fb703312cd49ad5983 (patch)
tree7488319368df6887f0947d6a3a1550514456800e /net-proxy
parentStable -r4 -> -r7: Fix permissions problem with created configuration file; U... (diff)
downloadgentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.tar.gz
gentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.tar.bz2
gentoo-2-72ca37f1c0ca03dbb9b335fb703312cd49ad5983.zip
Fixed some cosmetics in http-replicator, fixing bug #95321
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/http-replicator/ChangeLog7
-rw-r--r--net-proxy/http-replicator/Manifest20
-rwxr-xr-xnet-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.215
-rwxr-xr-xnet-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.335
-rw-r--r--net-proxy/http-replicator/http-replicator-3.0.ebuild4
5 files changed, 19 insertions, 22 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog
index 4ea6200b2e35..ea57dc86f4d1 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.4 2005/06/04 10:55:35 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.5 2005/06/07 21:35:26 griffon26 Exp $
+
+ 07 Jun 2005; Maurice van der Pot <griffon26@gentoo.org>
+ files/http-replicator-3.0-repcacheman-0.21,
+ files/http-replicator-3.0-repcacheman-0.33, http-replicator-3.0.ebuild:
+ A few cosmetic fixes and changed HTTP_PROXY to capitals closing bug #95321.
04 Jun 2005; Jan Brinkmann <luckyduck@gentoo.org>
http-replicator-3.0.ebuild:
diff --git a/net-proxy/http-replicator/Manifest b/net-proxy/http-replicator/Manifest
index 0dd62ae183ae..968bcf9fd9cd 100644
--- a/net-proxy/http-replicator/Manifest
+++ b/net-proxy/http-replicator/Manifest
@@ -1,19 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 3336e24923dea91ca8d8a21736bfd5cd http-replicator-3.0.ebuild 1911
-MD5 efcf708cc7a73657b587a3320f1cce75 ChangeLog 1137
MD5 eae37ad8073b8190842199931528eecc metadata.xml 227
-MD5 ba1bdb64c5a2a89f25600f0d02104876 files/http-replicator-3.0.conf 1703
+MD5 2026edc2212d1265960f6aee76c5cbd3 http-replicator-3.0.ebuild 1911
+MD5 efcf708cc7a73657b587a3320f1cce75 ChangeLog 1137
MD5 b33593510641bdee7731d17d5788d521 files/http-replicator-3.0.init 778
MD5 1ebb63eb67b5ce575bb5e353973ed225 files/http-replicator-3.0-callrepcacheman-0.1 86
-MD5 ba5c3e1ca90a9ce2906848f1610f57bb files/http-replicator-3.0-repcacheman-0.21 6207
-MD5 5782ef4e5e91ea204e7507aa162bf04d files/http-replicator-3.0-repcacheman-0.33 6227
MD5 322c5051fc17850a386f30fc56c752ce files/digest-http-replicator-3.0 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCpff0jiC39V7gKu0RAghQAKDcezsfKBtoBl/3PD/qeVYnNr/X+ACgzJwc
-DWeT1rnRcBohQDZQRxcuvik=
-=iUBR
------END PGP SIGNATURE-----
+MD5 ba1bdb64c5a2a89f25600f0d02104876 files/http-replicator-3.0.conf 1703
+MD5 20a9fbec924f5e4ade7b3e98009e3560 files/http-replicator-3.0-repcacheman-0.33 6225
+MD5 839e5906b6eb7f21380e836321dd5739 files/http-replicator-3.0-repcacheman-0.21 6205
diff --git a/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.21 b/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.21
index 4499fb8a0f38..a5636b39a256 100755
--- a/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.21
+++ b/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.21
@@ -136,7 +136,7 @@ if newfiles:
for s in newfiles:
print s
print"\nChecking authenticity and integrity of new files..."
- print "Searching for ebuilds's ...."
+ print "Searching for ebuilds..."
md5_list = {}
@@ -246,4 +246,5 @@ if newdir:
print"to make http-replicator start at boot"
print"\n\nexecute:\n/usr/bin/repcacheman\nafter emerge's on the server to delete"
print"dup files and add new files to the cache"
-print "\n\nDone!\n\n" \ No newline at end of file
+print "\n\nDone!\n\n"
+
diff --git a/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.33 b/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.33
index 09212017da3e..52423bf5eccf 100755
--- a/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.33
+++ b/net-proxy/http-replicator/files/http-replicator-3.0-repcacheman-0.33
@@ -136,7 +136,7 @@ if newfiles:
for s in newfiles:
print s
print"\nChecking authenticity and integrity of new files..."
- print "Searching for ebuilds's ...."
+ print "Searching for ebuilds..."
md5_list = {}
@@ -246,4 +246,5 @@ if newdir:
print"to make http-replicator start at boot"
print"\n\nexecute:\n/usr/bin/repcacheman\nafter emerge's on the server to delete"
print"dup files and add new files to the cache"
-print "\n\nDone!\n\n" \ No newline at end of file
+print "\n\nDone!\n\n"
+
diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild
index 54dc21dfbc0b..92eb45446d07 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.6 2005/06/07 19:39:06 mrness Exp $
+# $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 $
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"