* [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: glob2-0.9.3.ebuild
@ 2008-05-01 18:49 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-05-01 18:49 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 08/05/01 18:49:09
Modified: glob2-0.9.3.ebuild
Log:
also install AUTHORS to fix credits scroll
(Portage version: 2.1.4.4)
Revision Changes Path
1.3 games-strategy/glob2/glob2-0.9.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?r1=1.2&r2=1.3
Index: glob2-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glob2-0.9.3.ebuild 1 May 2008 16:00:22 -0000 1.2
+++ glob2-0.9.3.ebuild 1 May 2008 18:49:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.2 2008/05/01 16:00:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.3 2008/05/01 18:49:08 mr_bones_ Exp $
inherit eutils games
@@ -37,7 +37,7 @@
src_install() {
dogamesbin src/${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
- doins -r campaigns data maps scripts || die "doins failed"
+ doins -r AUTHORS campaigns data maps scripts || die "doins failed"
find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f {} \;
newicon data/icons/glob2-icon-48x48.png ${PN}.png
make_desktop_entry glob2 "Globulation 2"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: glob2-0.9.3.ebuild
@ 2008-05-05 20:16 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-05-05 20:16 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 08/05/05 20:16:20
Modified: glob2-0.9.3.ebuild
Log:
add gcc 4.3 patch from drac (bug #220373)
(Portage version: 2.1.4.4)
Revision Changes Path
1.4 games-strategy/glob2/glob2-0.9.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?r1=1.3&r2=1.4
Index: glob2-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glob2-0.9.3.ebuild 1 May 2008 18:49:08 -0000 1.3
+++ glob2-0.9.3.ebuild 5 May 2008 20:16:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.3 2008/05/01 18:49:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.4 2008/05/05 20:16:20 mr_bones_ Exp $
inherit eutils games
@@ -25,6 +25,12 @@
DEPEND="${RDEPEND}
>=dev-util/scons-0.97"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-gcc43.patch"
+}
+
src_compile() {
scons \
CXXFLAGS="${CXXFLAGS}" \
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-05 20:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 20:16 [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: glob2-0.9.3.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2008-05-01 18:49 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox