* [gentoo-commits] gentoo-x86 commit in games-strategy/attal: ChangeLog attal-0.10.1.ebuild
@ 2009-05-03 7:09 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-05-03 7:09 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/05/03 07:09:30
Modified: ChangeLog attal-0.10.1.ebuild
Log:
EAPI=2; work around parallel-make bugs without -j1
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.25 games-strategy/attal/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 30 Jun 2008 15:44:09 -0000 1.24
+++ ChangeLog 3 May 2009 07:09:30 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/attal
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.24 2008/06/30 15:44:09 nyhm Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.25 2009/05/03 07:09:30 mr_bones_ Exp $
+
+ 03 May 2009; Michael Sterrett <mr_bones_@gentoo.org> attal-0.10.1.ebuild:
+ EAPI=2; work around parallel-make bugs without -j1
30 Jun 2008; Tristan Heaven <nyhm@gentoo.org> attal-0.10.1.ebuild:
Add split qt-4 dependencies, bug #217170
1.6 games-strategy/attal/attal-0.10.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?r1=1.5&r2=1.6
Index: attal-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- attal-0.10.1.ebuild 30 Jun 2008 15:44:09 -0000 1.5
+++ attal-0.10.1.ebuild 3 May 2009 07:09:30 -0000 1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.5 2008/06/30 15:44:09 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.6 2009/05/03 07:09:30 mr_bones_ Exp $
-EAPI=1
+EAPI=2
inherit eutils qt4 games
MY_P="${PN}-src-${PV}"
@@ -16,23 +16,15 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="|| (
- ( x11-libs/qt-gui:4 x11-libs/qt-qt3support:4 )
- x11-libs/qt:4
- )
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-sql:4
+ x11-libs/qt-qt3support:4
media-libs/libsdl
- media-libs/sdl-mixer"
+ media-libs/sdl-mixer[vorbis]"
S=${WORKDIR}/${MY_P}
-pkg_setup() {
- QT4_BUILT_WITH_USE_CHECK="qt3support" qt4_pkg_setup
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
mv ../themes .
ecvs_clean
epatch \
@@ -46,9 +38,18 @@
|| die "sed failed"
}
-src_compile() {
+src_configure() {
eqmake4 Makefile.pro
- emake -j1 || die "emake failed"
+}
+
+src_compile() {
+ local d
+
+ for d in Common Client Fight Server
+ do
+ emake sub-lib$d || die "emake failed"
+ done
+ emake || die "emake failed"
}
src_install() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/attal: ChangeLog attal-0.10.1.ebuild
@ 2009-05-14 6:14 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-14 6:14 UTC (permalink / raw
To: gentoo-commits
fauli 09/05/14 06:14:13
Modified: ChangeLog attal-0.10.1.ebuild
Log:
stable x86, bug 268533
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.26 games-strategy/attal/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 3 May 2009 07:09:30 -0000 1.25
+++ ChangeLog 14 May 2009 06:14:13 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/attal
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.25 2009/05/03 07:09:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.26 2009/05/14 06:14:13 fauli Exp $
+
+ 14 May 2009; Christian Faulhammer <fauli@gentoo.org> attal-0.10.1.ebuild:
+ stable x86, bug 268533
03 May 2009; Michael Sterrett <mr_bones_@gentoo.org> attal-0.10.1.ebuild:
EAPI=2; work around parallel-make bugs without -j1
1.7 games-strategy/attal/attal-0.10.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?r1=1.6&r2=1.7
Index: attal-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- attal-0.10.1.ebuild 3 May 2009 07:09:30 -0000 1.6
+++ attal-0.10.1.ebuild 14 May 2009 06:14:13 -0000 1.7
@@ -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/games-strategy/attal/attal-0.10.1.ebuild,v 1.6 2009/05/03 07:09:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.7 2009/05/14 06:14:13 fauli Exp $
EAPI=2
inherit eutils qt4 games
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/attal: ChangeLog attal-0.10.1.ebuild
@ 2009-06-01 16:17 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-06-01 16:17 UTC (permalink / raw
To: gentoo-commits
nixnut 09/06/01 16:17:22
Modified: ChangeLog attal-0.10.1.ebuild
Log:
ppc stable #268553
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.27 games-strategy/attal/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 14 May 2009 06:14:13 -0000 1.26
+++ ChangeLog 1 Jun 2009 16:17:22 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/attal
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.26 2009/05/14 06:14:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.27 2009/06/01 16:17:22 nixnut Exp $
+
+ 01 Jun 2009; nixnut <nixnut@gentoo.org> attal-0.10.1.ebuild:
+ ppc stable #268553
14 May 2009; Christian Faulhammer <fauli@gentoo.org> attal-0.10.1.ebuild:
stable x86, bug 268533
1.8 games-strategy/attal/attal-0.10.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?r1=1.7&r2=1.8
Index: attal-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- attal-0.10.1.ebuild 14 May 2009 06:14:13 -0000 1.7
+++ attal-0.10.1.ebuild 1 Jun 2009 16:17:22 -0000 1.8
@@ -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/games-strategy/attal/attal-0.10.1.ebuild,v 1.7 2009/05/14 06:14:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.8 2009/06/01 16:17:22 nixnut Exp $
EAPI=2
inherit eutils qt4 games
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/attal: ChangeLog attal-0.10.1.ebuild
@ 2011-10-05 22:11 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-10-05 22:11 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/10/05 22:11:09
Modified: ChangeLog attal-0.10.1.ebuild
Log:
use qt4-r2.eclass
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.28 games-strategy/attal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 1 Jun 2009 16:17:22 -0000 1.27
+++ ChangeLog 5 Oct 2011 22:11:09 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/attal
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.27 2009/06/01 16:17:22 nixnut Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.28 2011/10/05 22:11:09 mr_bones_ Exp $
+
+ 05 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> attal-0.10.1.ebuild:
+ use qt4-r2.eclass
01 Jun 2009; nixnut <nixnut@gentoo.org> attal-0.10.1.ebuild:
ppc stable #268553
1.9 games-strategy/attal/attal-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild?r1=1.8&r2=1.9
Index: attal-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- attal-0.10.1.ebuild 1 Jun 2009 16:17:22 -0000 1.8
+++ attal-0.10.1.ebuild 5 Oct 2011 22:11:09 -0000 1.9
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.8 2009/06/01 16:17:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.10.1.ebuild,v 1.9 2011/10/05 22:11:09 mr_bones_ Exp $
EAPI=2
-inherit eutils qt4 games
+inherit eutils qt4-r2 games
MY_P="${PN}-src-${PV}"
DESCRIPTION="turn-based strategy game project"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-05 22:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-14 6:14 [gentoo-commits] gentoo-x86 commit in games-strategy/attal: ChangeLog attal-0.10.1.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2011-10-05 22:11 Michael Sterrett (mr_bones_)
2009-06-01 16:17 Gysbert Wassenaar (nixnut)
2009-05-03 7:09 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