diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:48:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:48:18 +0000 |
commit | 120838970d62a9fc811e0100d5c5fcb13d02d8db (patch) | |
tree | 0d19ba84136df8474dc926b0a021793436fed631 /net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | |
parent | Fix QA issues from bug 342933. (diff) | |
download | historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.tar.gz historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.tar.bz2 historical-120838970d62a9fc811e0100d5c5fcb13d02d8db.zip |
quoting
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-misc/apt-proxy/apt-proxy-1.3.0.ebuild')
-rw-r--r-- | net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | 11 |
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 |