summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-28 10:41:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-28 10:41:42 +0000
commit466797f8c99cf7c8220cf1af92e4d954415aefa7 (patch)
treebdf498618766e0aee6f274cde5a901c03b6d85b8 /net-misc/apt-proxy
parentquoting (diff)
downloadgentoo-2-466797f8c99cf7c8220cf1af92e4d954415aefa7.tar.gz
gentoo-2-466797f8c99cf7c8220cf1af92e4d954415aefa7.tar.bz2
gentoo-2-466797f8c99cf7c8220cf1af92e4d954415aefa7.zip
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/apt-proxy')
-rw-r--r--net-misc/apt-proxy/apt-proxy-1.3.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
index 04ebdb95fcbf..6ef9863d60db 100644
--- a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
+++ b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.6 2007/07/12 02:52:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.7 2010/10/28 10:41:42 ssuominen Exp $
inherit eutils
@@ -25,23 +25,22 @@ pkg_setup () {
}
src_compile() {
- einfo "Applying patch..."
#patch -u apt-proxy < ${FILESDIR}/${P}-sh.patch
- epatch ${FILESDIR}/${P}-sh.patch
+ epatch "${FILESDIR}"/${P}-sh.patch
}
src_install() {
dosbin apt-proxy
insinto /etc/apt-proxy ; doins apt-proxy.conf
- insinto /etc/xinetd.d ; doins ${FILESDIR}/apt-proxy
+ insinto /etc/xinetd.d ; doins "${FILESDIR}"/apt-proxy
dodoc README INSTALL HISTORY
doman apt-proxy.{8,conf.5}
# Create the log file with the proper permissions
dodir /var/log
- touch ${D}/var/log/apt-proxy.log
+ touch "${D}"/var/log/apt-proxy.log
fowners apt-proxy:apt-proxy /var/log/apt-proxy.log
# Create the cache directories and set the proper permissions