* [gentoo-commits] gentoo-x86 commit in app-admin/chrootuid: chrootuid-1.3.ebuild ChangeLog
@ 2008-05-11 1:10 Ned Ludd (solar)
0 siblings, 0 replies; 2+ messages in thread
From: Ned Ludd (solar) @ 2008-05-11 1:10 UTC (permalink / raw
To: gentoo-commits
solar 08/05/11 01:10:44
Modified: chrootuid-1.3.ebuild ChangeLog
Log:
- cross compile fix and keyworded for arm
(Portage version: 2.1.4.4)
Revision Changes Path
1.12 app-admin/chrootuid/chrootuid-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?r1=1.11&r2=1.12
Index: chrootuid-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- chrootuid-1.3.ebuild 15 Oct 2006 08:38:45 -0000 1.11
+++ chrootuid-1.3.ebuild 11 May 2008 01:10:43 -0000 1.12
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.11 2006/10/15 08:38:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.12 2008/05/11 01:10:43 solar Exp $
+inherit toolchain-funcs
IUSE=""
MY_P=${P/-/}
@@ -11,12 +12,12 @@
SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="amd64 ia64 ppc x86"
+KEYWORDS="~arm amd64 ia64 ppc x86"
SLOT="0"
S=${WORKDIR}/${MY_P}
src_compile() {
-
+ tc-export CC
# Add in our own custom CFLAGS
sed -i "s/CFLAGS\t=/CFLAGS = ${CFLAGS} #/" Makefile
emake || die
1.12 app-admin/chrootuid/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 15 Oct 2006 08:38:45 -0000 1.11
+++ ChangeLog 11 May 2008 01:10:43 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/chrootuid
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.11 2006/10/15 08:38:45 kloeri Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.12 2008/05/11 01:10:43 solar Exp $
+
+ 11 May 2008; <solar@gentoo.org> chrootuid-1.3.ebuild:
+ - cross compile fix and keyworded for arm
15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> chrootuid-1.3.ebuild:
Stable on ia64.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/chrootuid: chrootuid-1.3.ebuild ChangeLog
@ 2008-10-26 15:54 Akinori Hattori (hattya)
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2008-10-26 15:54 UTC (permalink / raw
To: gentoo-commits
hattya 08/10/26 15:54:06
Modified: chrootuid-1.3.ebuild ChangeLog
Log:
call emake with CC and CFLAGS.
(Portage version: 2.1.4.5)
Revision Changes Path
1.14 app-admin/chrootuid/chrootuid-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild?r1=1.13&r2=1.14
Index: chrootuid-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- chrootuid-1.3.ebuild 25 Oct 2008 21:37:49 -0000 1.13
+++ chrootuid-1.3.ebuild 26 Oct 2008 15:54:06 -0000 1.14
@@ -1,11 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.13 2008/10/25 21:37:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.14 2008/10/26 15:54:06 hattya Exp $
inherit toolchain-funcs
+
IUSE=""
-MY_P=${P/-/}
+MY_P="${P/-/}"
DESCRIPTION="run a network service at low privilege level and with restricted file system access"
HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
@@ -14,13 +15,11 @@
LICENSE="BSD"
KEYWORDS="amd64 arm ia64 ppc x86"
SLOT="0"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
src_compile() {
- tc-export CC
- # Add in our own custom CFLAGS
- sed -i "s/CFLAGS\t=/CFLAGS = ${CFLAGS} #/" Makefile
- emake || die
+
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
}
1.13 app-admin/chrootuid/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/chrootuid/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 11 May 2008 01:10:43 -0000 1.12
+++ ChangeLog 26 Oct 2008 15:54:06 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/chrootuid
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.12 2008/05/11 01:10:43 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.13 2008/10/26 15:54:06 hattya Exp $
+
+ 26 Oct 2008; Akinori Hattori <hattya@gentoo.org> chrootuid-1.3.ebuild:
+ call emake with CC and CFLAGS.
11 May 2008; <solar@gentoo.org> chrootuid-1.3.ebuild:
- cross compile fix and keyworded for arm
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-26 15:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 15:54 [gentoo-commits] gentoo-x86 commit in app-admin/chrootuid: chrootuid-1.3.ebuild ChangeLog Akinori Hattori (hattya)
-- strict thread matches above, loose matches on Subject: below --
2008-05-11 1:10 Ned Ludd (solar)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox