From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/koules: ChangeLog koules-1.4-r2.ebuild
Date: Tue, 11 May 2010 10:06:15 +0000 (UTC) [thread overview]
Message-ID: <20100511100615.F149F2C4F8@corvid.gentoo.org> (raw)
tupone 10/05/11 10:06:15
Modified: ChangeLog koules-1.4-r2.ebuild
Log:
Fix parallel make. Bug #316845
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.17 games-arcade/koules/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 4 Jan 2010 16:16:00 -0000 1.16
+++ ChangeLog 11 May 2010 10:06:15 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/koules
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.16 2010/01/04 16:16:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.17 2010/05/11 10:06:15 tupone Exp $
+
+ 11 May 2010; Tupone Alfredo <tupone@gentoo.org> koules-1.4-r2.ebuild:
+ Fix parallel make. Bug #316845 by flameeyes@gentoo.org
04 Jan 2010; Tupone Alfredo <tupone@gentoo.org> koules-1.4-r2.ebuild,
+files/koules-1.4-io_h.patch:
1.7 games-arcade/koules/koules-1.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild?r1=1.6&r2=1.7
Index: koules-1.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- koules-1.4-r2.ebuild 4 Jan 2010 16:16:00 -0000 1.6
+++ koules-1.4-r2.ebuild 11 May 2010 10:06:15 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.6 2010/01/04 16:16:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.7 2010/05/11 10:06:15 tupone Exp $
EAPI=2
inherit eutils games
@@ -70,15 +70,23 @@
ln -s xkoules.6 xkoules._man
}
-src_compile() {
- mkdir bins
+src_configure() {
if ! use svga ; then
xmkmf -a
sed -i \
-e '/SYSDEFS =/d' \
- -e "/^ *CFLAGS =/s:$: ${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
+ -e "/^ *CFLAGS =/s:$: ${CFLAGS}:" \
+ -e "/xkoules/s:^all:all1:" \
+ Makefile \
+ || die "sed Makefile failed"
+ fi
+}
+
+src_compile() {
+ mkdir bins
+ if ! use svga ; then
emake || die "emake X failed"
+ emake all1 || die "emake X failed"
mv xkoules bins/
fi
if use svga ; then
next reply other threads:[~2010-05-11 10:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-11 10:06 Alfredo Tupone (tupone) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-09-23 15:13 [gentoo-commits] gentoo-x86 commit in games-arcade/koules: ChangeLog koules-1.4-r2.ebuild Alfredo Tupone (tupone)
2010-01-04 16:16 Alfredo Tupone (tupone)
2010-01-02 19:19 Alfredo Tupone (tupone)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100511100615.F149F2C4F8@corvid.gentoo.org \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox