Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/apt-proxy: apt-proxy-1.3.0.ebuild
Date: Thu, 28 Oct 2010 10:41:46
Message-Id: 20101028104142.3C34B20051@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:41:42
2
3 Modified: apt-proxy-1.3.0.ebuild
4 Log:
5 quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 net-misc/apt-proxy/apt-proxy-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild?r1=1.6&r2=1.7
15
16 Index: apt-proxy-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- apt-proxy-1.3.0.ebuild 12 Jul 2007 02:52:15 -0000 1.6
23 +++ apt-proxy-1.3.0.ebuild 28 Oct 2010 10:41:42 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 inherit eutils
32
33 @@ -25,23 +25,22 @@
34 }
35
36 src_compile() {
37 - einfo "Applying patch..."
38 #patch -u apt-proxy < ${FILESDIR}/${P}-sh.patch
39 - epatch ${FILESDIR}/${P}-sh.patch
40 + epatch "${FILESDIR}"/${P}-sh.patch
41 }
42
43 src_install() {
44 dosbin apt-proxy
45
46 insinto /etc/apt-proxy ; doins apt-proxy.conf
47 - insinto /etc/xinetd.d ; doins ${FILESDIR}/apt-proxy
48 + insinto /etc/xinetd.d ; doins "${FILESDIR}"/apt-proxy
49
50 dodoc README INSTALL HISTORY
51 doman apt-proxy.{8,conf.5}
52
53 # Create the log file with the proper permissions
54 dodir /var/log
55 - touch ${D}/var/log/apt-proxy.log
56 + touch "${D}"/var/log/apt-proxy.log
57 fowners apt-proxy:apt-proxy /var/log/apt-proxy.log
58
59 # Create the cache directories and set the proper permissions