* [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2: aaquake2-0.1.ebuild ChangeLog
@ 2008-03-18 22:41 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-03-18 22:41 UTC (permalink / raw
To: gentoo-commits
tupone 08/03/18 22:41:41
Modified: aaquake2-0.1.ebuild ChangeLog
Log:
Fixing compiling for asm/io.h missing. Bug #212965
(Portage version: 2.1.4.4)
Revision Changes Path
1.11 games-fps/aaquake2/aaquake2-0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?r1=1.10&r2=1.11
Index: aaquake2-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- aaquake2-0.1.ebuild 9 Apr 2007 17:50:11 -0000 1.10
+++ aaquake2-0.1.ebuild 18 Mar 2008 22:41:41 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.10 2007/04/09 17:50:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.11 2008/03/18 22:41:41 tupone Exp $
inherit eutils games
@@ -25,6 +25,7 @@
cd "${WORKDIR}"/quake2-3.21
epatch \
"${FILESDIR}"/${PV}-gentoo.patch \
+ "${FILESDIR}"/${P}-glibc.patch \
"${FILESDIR}"/${P}-gcc41.patch
cd linux
sed -i \
1.8 games-fps/aaquake2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/aaquake2/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 21 Feb 2007 23:37:46 -0000 1.7
+++ ChangeLog 18 Mar 2008 22:41:41 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/aaquake2
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.7 2007/02/21 23:37:46 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.8 2008/03/18 22:41:41 tupone Exp $
+
+ 18 Mar 2008; Tupone Alfredo <tupone@gentoo.org>
+ +files/aaquake2-0.1-glibc.patch, aaquake2-0.1.ebuild:
+ Fixing compiling for asm/io.h missing. Bug #212965 by GNUtoo@no-log.org
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2: aaquake2-0.1.ebuild ChangeLog
@ 2010-09-21 9:11 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-09-21 9:11 UTC (permalink / raw
To: gentoo-commits
tupone 10/09/21 09:11:01
Modified: aaquake2-0.1.ebuild ChangeLog
Log:
Respect LDFLAGS. Bug #338145 & EAPI=2
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.12 games-fps/aaquake2/aaquake2-0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?r1=1.11&r2=1.12
Index: aaquake2-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- aaquake2-0.1.ebuild 18 Mar 2008 22:41:41 -0000 1.11
+++ aaquake2-0.1.ebuild 21 Sep 2010 09:11:00 -0000 1.12
@@ -1,6 +1,7 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.11 2008/03/18 22:41:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.12 2010/09/21 09:11:00 tupone Exp $
+EAPI="2"
inherit eutils games
@@ -20,14 +21,12 @@
S=${WORKDIR}/quake2-3.21/linux
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}"/quake2-3.21
+src_prepare() {
epatch \
"${FILESDIR}"/${PV}-gentoo.patch \
"${FILESDIR}"/${P}-glibc.patch \
- "${FILESDIR}"/${P}-gcc41.patch
- cd linux
+ "${FILESDIR}"/${P}-gcc41.patch \
+ "${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e "s:GENTOO_DIR:$(games_get_libdir)/${PN}:" sys_linux.c \
|| die "sed failed"
1.9 games-fps/aaquake2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 18 Mar 2008 22:41:41 -0000 1.8
+++ ChangeLog 21 Sep 2010 09:11:01 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/aaquake2
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.8 2008/03/18 22:41:41 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.9 2010/09/21 09:11:01 tupone Exp $
+
+ 21 Sep 2010; Tupone Alfredo <tupone@gentoo.org> files/0.1-gentoo.patch,
+ aaquake2-0.1.ebuild, files/aaquake2-0.1-gcc41.patch,
+ files/aaquake2-0.1-glibc.patch, +files/aaquake2-0.1-ldflags.patch:
+ Respect LDFLAGS. Bug #338145 by flameeyes@gentoo.org
+ EAPI=2
18 Mar 2008; Tupone Alfredo <tupone@gentoo.org>
+files/aaquake2-0.1-glibc.patch, aaquake2-0.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2: aaquake2-0.1.ebuild ChangeLog
@ 2015-03-25 17:23 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-25 17:23 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/25 17:23:51
Modified: aaquake2-0.1.ebuild ChangeLog
Log:
EAPI=5; work with newer versions of patch (bug #544480)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.14 games-fps/aaquake2/aaquake2-0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild?r1=1.13&r2=1.14
Index: aaquake2-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- aaquake2-0.1.ebuild 13 Oct 2010 21:23:33 -0000 1.13
+++ aaquake2-0.1.ebuild 25 Mar 2015 17:23:51 -0000 1.14
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.13 2010/10/13 21:23:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/aaquake2-0.1.ebuild,v 1.14 2015/03/25 17:23:51 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="text mode Quake II"
@@ -22,43 +22,42 @@
S=${WORKDIR}/quake2-3.21/linux
src_prepare() {
- epatch \
+ cd .. && epatch \
"${FILESDIR}"/${PV}-gentoo.patch \
+ "${FILESDIR}"/${P}-gcc41.patch
+ cd "${S}" && epatch \
"${FILESDIR}"/${P}-glibc.patch \
- "${FILESDIR}"/${P}-gcc41.patch \
"${FILESDIR}"/${P}-ldflags.patch
sed -i \
- -e "s:GENTOO_DIR:$(games_get_libdir)/${PN}:" sys_linux.c \
- || die "sed failed"
+ -e "s:GENTOO_DIR:$(games_get_libdir)/${PN}:" sys_linux.c || die
sed -i \
-e "s:/etc/quake2.conf:${GAMES_SYSCONFDIR}/${PN}.conf:" \
- sys_linux.c vid_so.c \
- || die "sed failed"
+ sys_linux.c vid_so.c || die
}
src_compile() {
mkdir -p releasei386-glibc/ref_soft
- make \
+ emake -j1 \
GENTOO_CFLAGS="${CFLAGS}" \
GENTOO_DATADIR="${GAMES_DATADIR}"/quake2/baseq2/ \
- build_release || die
+ build_release
}
src_install() {
- cd release*
+ cd release* || die
exeinto "$(games_get_libdir)"/${PN}
- doexe gamei386.so ref_softaa.so || die "doexe failed"
+ doexe gamei386.so ref_softaa.so
dosym ref_softaa.so "$(games_get_libdir)"/${PN}/ref_softx.so
dosym ref_softaa.so "$(games_get_libdir)"/${PN}/ref_soft.so
exeinto "$(games_get_libdir)"/${PN}/ctf
- doexe ctf/gamei386.so || die "doexe failed"
+ doexe ctf/gamei386.so
- newgamesbin quake2 aaquake2 || die "newgamesbin failed"
+ newgamesbin quake2 aaquake2
insinto "${GAMES_SYSCONFDIR}"
echo "$(games_get_libdir)"/${PN} > ${PN}.conf
- doins ${PN}.conf || die "doins failed"
+ doins ${PN}.conf
prepgamesdirs
}
1.10 games-fps/aaquake2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/aaquake2/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 21 Sep 2010 09:11:01 -0000 1.9
+++ ChangeLog 25 Mar 2015 17:23:51 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/aaquake2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.9 2010/09/21 09:11:01 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/aaquake2/ChangeLog,v 1.10 2015/03/25 17:23:51 mr_bones_ Exp $
+
+ 25 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> aaquake2-0.1.ebuild,
+ files/0.1-gentoo.patch, files/aaquake2-0.1-gcc41.patch,
+ files/aaquake2-0.1-glibc.patch, files/aaquake2-0.1-ldflags.patch:
+ EAPI=5; work with newer versions of patch (bug #544480)
21 Sep 2010; Tupone Alfredo <tupone@gentoo.org> files/0.1-gentoo.patch,
aaquake2-0.1.ebuild, files/aaquake2-0.1-gcc41.patch,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-25 17:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 22:41 [gentoo-commits] gentoo-x86 commit in games-fps/aaquake2: aaquake2-0.1.ebuild ChangeLog Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2010-09-21 9:11 Alfredo Tupone (tupone)
2015-03-25 17:23 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