Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/chrootuid: chrootuid-1.3.ebuild ChangeLog
Date: Sun, 26 Oct 2008 15:54:09
Message-Id: E1Ku7wM-00013g-LO@stork.gentoo.org
1 hattya 08/10/26 15:54:06
2
3 Modified: chrootuid-1.3.ebuild ChangeLog
4 Log:
5 call emake with CC and CFLAGS.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.14 app-admin/chrootuid/chrootuid-1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?r1=1.13&r2=1.14
14
15 Index: chrootuid-1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- chrootuid-1.3.ebuild 25 Oct 2008 21:37:49 -0000 1.13
22 +++ chrootuid-1.3.ebuild 26 Oct 2008 15:54:06 -0000 1.14
23 @@ -1,11 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.13 2008/10/25 21:37:49 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.14 2008/10/26 15:54:06 hattya Exp $
28
29 inherit toolchain-funcs
30 +
31 IUSE=""
32
33 -MY_P=${P/-/}
34 +MY_P="${P/-/}"
35
36 DESCRIPTION="run a network service at low privilege level and with restricted file system access"
37 HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
38 @@ -14,13 +15,11 @@
39 LICENSE="BSD"
40 KEYWORDS="amd64 arm ia64 ppc x86"
41 SLOT="0"
42 -S=${WORKDIR}/${MY_P}
43 +S="${WORKDIR}/${MY_P}"
44
45 src_compile() {
46 - tc-export CC
47 - # Add in our own custom CFLAGS
48 - sed -i "s/CFLAGS\t=/CFLAGS = ${CFLAGS} #/" Makefile
49 - emake || die
50 +
51 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
52
53 }
54
55
56
57
58 1.13 app-admin/chrootuid/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.13&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.13&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?r1=1.12&r2=1.13
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v
67 retrieving revision 1.12
68 retrieving revision 1.13
69 diff -u -r1.12 -r1.13
70 --- ChangeLog 11 May 2008 01:10:43 -0000 1.12
71 +++ ChangeLog 26 Oct 2008 15:54:06 -0000 1.13
72 @@ -1,6 +1,9 @@
73 # ChangeLog for app-admin/chrootuid
74 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.12 2008/05/11 01:10:43 solar Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.13 2008/10/26 15:54:06 hattya Exp $
77 +
78 + 26 Oct 2008; Akinori Hattori <hattya@g.o> chrootuid-1.3.ebuild:
79 + call emake with CC and CFLAGS.
80
81 11 May 2008; <solar@g.o> chrootuid-1.3.ebuild:
82 - cross compile fix and keyworded for arm