summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-06 19:09:54 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-06 19:09:54 +0000
commit849d79a91a354ea1ec8c94c3db1f70eca0c77f8d (patch)
treee5d17cdf65195b00ca878146cf4cd6278c0b9324 /net-proxy
parentversion bump (diff)
downloadhistorical-849d79a91a354ea1ec8c94c3db1f70eca0c77f8d.tar.gz
historical-849d79a91a354ea1ec8c94c3db1f70eca0c77f8d.tar.bz2
historical-849d79a91a354ea1ec8c94c3db1f70eca0c77f8d.zip
quote strings containing env vars
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/http-replicator/Manifest10
-rw-r--r--net-proxy/http-replicator/http-replicator-3.0.ebuild14
2 files changed, 17 insertions, 7 deletions
diff --git a/net-proxy/http-replicator/Manifest b/net-proxy/http-replicator/Manifest
index 4130d90eca98..bdf6e7eeaa64 100644
--- a/net-proxy/http-replicator/Manifest
+++ b/net-proxy/http-replicator/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 0263653183056a7a4442ea1f6d6c9743 ChangeLog 2101
MD5 322c5051fc17850a386f30fc56c752ce files/digest-http-replicator-3.0 70
MD5 1ebb63eb67b5ce575bb5e353973ed225 files/http-replicator-3.0-callrepcacheman-0.1 86
@@ -7,3 +10,10 @@ MD5 ba1bdb64c5a2a89f25600f0d02104876 files/http-replicator-3.0.conf 1703
MD5 b33593510641bdee7731d17d5788d521 files/http-replicator-3.0.init 778
MD5 0f1e2d4e801705114f4420274090a662 http-replicator-3.0.ebuild 1918
MD5 eae37ad8073b8190842199931528eecc metadata.xml 227
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFEDIkOjG8pv1lIUX4RAn96AJwN9+HcPOopTnsV3RFLpytacO+jAACgkf8y
+aSnYoyTRWnYKzmEur7OygjI=
+=OlT2
+-----END PGP SIGNATURE-----
diff --git a/net-proxy/http-replicator/http-replicator-3.0.ebuild b/net-proxy/http-replicator/http-replicator-3.0.ebuild
index ac1a44761bb5..8c7246488dea 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
+# Copyright 1999-2006 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.12 2005/10/06 21:22:49 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0.ebuild,v 1.13 2006/03/06 19:09:54 mrness Exp $
DESCRIPTION="Proxy cache for Gentoo packages"
HOMEPAGE="http://gertjan.freezope.org/replicator/"
@@ -21,23 +21,23 @@ src_install(){
# Daemon and repcacheman into /usr/bin
exeinto /usr/bin
doexe http-replicator
- newexe ${FILESDIR}/http-replicator-3.0-callrepcacheman-0.1 repcacheman
+ newexe "${FILESDIR}/http-replicator-3.0-callrepcacheman-0.1" repcacheman
if has_version '>=sys-apps/portage-2.0.51'; then
- newexe ${FILESDIR}/http-replicator-3.0-repcacheman-0.33 repcacheman.py
+ newexe "${FILESDIR}/http-replicator-3.0-repcacheman-0.33" repcacheman.py
else
- newexe ${FILESDIR}/http-replicator-3.0-repcacheman-0.21 repcacheman.py
+ newexe "${FILESDIR}/http-replicator-3.0-repcacheman-0.21" repcacheman.py
fi
# Config file into /etc/conf.d
insinto /etc/conf.d
- newins ${FILESDIR}/http-replicator-3.0.conf http-replicator
+ newins "${FILESDIR}/http-replicator-3.0.conf" http-replicator
# Docs
dodoc README debian/changelog
# init.d scripts
exeinto /etc/init.d
- newexe ${FILESDIR}/http-replicator-3.0.init http-replicator
+ newexe "${FILESDIR}/http-replicator-3.0.init" http-replicator
# Man Page - Not Gentooified yet
doman http-replicator.1