* [gentoo-commits] gentoo-x86 commit in sys-process/minit: ChangeLog minit-0.10.ebuild
@ 2009-12-09 3:38 Victor Ostorga (vostorga)
0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-12-09 3:38 UTC (permalink / raw
To: gentoo-commits
vostorga 09/12/09 03:38:03
Modified: ChangeLog minit-0.10.ebuild
Log:
Modifying depend on >=dev-libs/libowfat-0.28-r1 to avoid breakage when building with gcc 4.4
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.10 sys-process/minit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 7 Dec 2009 17:26:17 -0000 1.9
+++ ChangeLog 9 Dec 2009 03:38:03 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/minit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.9 2009/12/07 17:26:17 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.10 2009/12/09 03:38:03 vostorga Exp $
+
+ 09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild:
+ Modifying depend on >=dev-libs/libowfat-0.28-r1 to avoid breakage when
+ building with gcc 4.4
07 Dec 2009; Víctor Ostorga <vostorga@gentoo.org>
+files/minit-0.10-fixes.diff:
1.4 sys-process/minit/minit-0.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?r1=1.3&r2=1.4
Index: minit-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minit-0.10.ebuild 30 Aug 2009 17:53:38 -0000 1.3
+++ minit-0.10.ebuild 9 Dec 2009 03:38:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.3 2009/08/30 17:53:38 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.4 2009/12/09 03:38:03 vostorga Exp $
inherit eutils
@@ -13,7 +13,7 @@
KEYWORDS="~x86"
IUSE=""
-DEPEND="dev-libs/libowfat
+DEPEND=">=dev-libs/libowfat-0.28-r1
dev-libs/dietlibc"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/minit: ChangeLog minit-0.10.ebuild
@ 2009-12-09 14:00 Victor Ostorga (vostorga)
0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-12-09 14:00 UTC (permalink / raw
To: gentoo-commits
vostorga 09/12/09 14:00:34
Modified: ChangeLog minit-0.10.ebuild
Log:
Specifying DIET variable, thanks to Andreas Wiese <aw-gentoo@instandbesetzt.net> for the heads up
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.11 sys-process/minit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 9 Dec 2009 03:38:03 -0000 1.10
+++ ChangeLog 9 Dec 2009 14:00:34 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/minit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.10 2009/12/09 03:38:03 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.11 2009/12/09 14:00:34 vostorga Exp $
+
+ 09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild:
+ Specifying DIET variable, thanks to Andreas Wiese
+ <aw-gentoo@instandbesetzt.net> for the heads up
09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild:
Modifying depend on >=dev-libs/libowfat-0.28-r1 to avoid breakage when
1.5 sys-process/minit/minit-0.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/minit/minit-0.10.ebuild?r1=1.4&r2=1.5
Index: minit-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- minit-0.10.ebuild 9 Dec 2009 03:38:03 -0000 1.4
+++ minit-0.10.ebuild 9 Dec 2009 14:00:34 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.4 2009/12/09 03:38:03 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.5 2009/12/09 14:00:34 vostorga Exp $
inherit eutils
@@ -25,7 +25,7 @@
src_compile() {
emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
- LDFLAGS="${LDFLAGS}" DIET="${DIET}" || die
+ LDFLAGS="${LDFLAGS}" DIET="diet" || die
}
src_install() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/minit: ChangeLog minit-0.10.ebuild
@ 2012-08-04 16:55 Victor Ostorga (vostorga)
0 siblings, 0 replies; 3+ messages in thread
From: Victor Ostorga (vostorga) @ 2012-08-04 16:55 UTC (permalink / raw
To: gentoo-commits
vostorga 12/08/04 16:55:19
Modified: ChangeLog minit-0.10.ebuild
Log:
Allowing minit to cross-compile, bug 375653. Patch thanks to Bertrand Jacquin <beber@meleeweb.net>
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.12 sys-process/minit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 9 Dec 2009 14:00:34 -0000 1.11
+++ ChangeLog 4 Aug 2012 16:55:19 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/minit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.11 2009/12/09 14:00:34 vostorga Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/ChangeLog,v 1.12 2012/08/04 16:55:19 vostorga Exp $
+
+ 04 Aug 2012; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild:
+ Allowing minit to cross-compile, bug 375653. Patch thanks to Bertrand Jacquin
+ <beber@meleeweb.net>
09 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> minit-0.10.ebuild:
Specifying DIET variable, thanks to Andreas Wiese
1.6 sys-process/minit/minit-0.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/minit-0.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/minit/minit-0.10.ebuild?r1=1.5&r2=1.6
Index: minit-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- minit-0.10.ebuild 9 Dec 2009 14:00:34 -0000 1.5
+++ minit-0.10.ebuild 4 Aug 2012 16:55:19 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.5 2009/12/09 14:00:34 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/minit/minit-0.10.ebuild,v 1.6 2012/08/04 16:55:19 vostorga Exp $
inherit eutils
@@ -25,7 +25,7 @@
src_compile() {
emake CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
- LDFLAGS="${LDFLAGS}" DIET="diet" || die
+ LDFLAGS="${LDFLAGS}" DIET="diet" CC="$(tc-getCC)" || die
}
src_install() {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-04 16:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 3:38 [gentoo-commits] gentoo-x86 commit in sys-process/minit: ChangeLog minit-0.10.ebuild Victor Ostorga (vostorga)
-- strict thread matches above, loose matches on Subject: below --
2009-12-09 14:00 Victor Ostorga (vostorga)
2012-08-04 16:55 Victor Ostorga (vostorga)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox