* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-bin: ChangeLog quake3-bin-1.32c-r1.ebuild
@ 2009-02-09 3:50 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-09 3:50 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/02/09 03:50:14
Modified: ChangeLog quake3-bin-1.32c-r1.ebuild
Log:
EAPI=2; add use-based dep
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Revision Changes Path
1.28 games-fps/quake3-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 26 Sep 2008 18:47:42 -0000 1.27
+++ ChangeLog 9 Feb 2009 03:50:14 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-bin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.27 2008/09/26 18:47:42 zmedico Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.28 2009/02/09 03:50:14 mr_bones_ Exp $
+
+ 09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ quake3-bin-1.32c-r1.ebuild:
+ EAPI=2; add use-based dep
26 Sep 2008; Zac Medico <zmedico@gentoo.org> quake3-bin-1.32c.ebuild,
quake3-bin-1.32c-r1.ebuild:
1.8 games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?r1=1.7&r2=1.8
Index: quake3-bin-1.32c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quake3-bin-1.32c-r1.ebuild 26 Sep 2008 18:47:42 -0000 1.7
+++ quake3-bin-1.32c-r1.ebuild 9 Feb 2009 03:50:14 -0000 1.8
@@ -1,7 +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-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.7 2008/09/26 18:47:42 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.8 2009/02/09 03:50:14 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="3rd installment of the classic id 3D first-person shooter"
@@ -36,8 +37,10 @@
dedicated? ( app-misc/screen )
amd64? ( app-emulation/emul-linux-x86-baselibs )
opengl? ( ${UIDEPEND} )
- cdinstall? ( games-fps/quake3-data )
- cdinstall? ( teamarena? ( games-fps/quake3-teamarena ) )
+ cdinstall? (
+ games-fps/quake3-data[cdinstall]
+ teamarena? ( games-fps/quake3-teamarena )
+ )
!dedicated? ( !opengl? ( ${UIDEPEND} ) )"
S=${WORKDIR}
@@ -51,22 +54,11 @@
${dir:1}/pb/pbsv.so"
default_client() {
- if use opengl || ! use dedicated
- then
- # Use opengl by default
+ # Use opengl by default
+ if use opengl || ! use dedicated ; then
return 0
- else
- return 1
- fi
-}
-
-pkg_setup() {
- if use cdinstall
- then
- built_with_use games-fps/quake3-data cdinstall \
- || die "You must install quake3-data with USE=cdinstall to get the required data."
fi
- games_pkg_setup
+ return 1
}
src_unpack() {
@@ -90,22 +82,19 @@
exeinto "${dir}"
doins quake3.xpm README* Q3A_EULA.txt
- if default_client
- then
+ if default_client ; then
doexe "Quake III Arena 1.32c"/linux/quake3*.x86 || die "doexe"
games_make_wrapper ${PN} ./quake3.x86 "${dir}" "${dir}"
newicon quake3.xpm ${PN}.xpm
make_desktop_entry ${PN} "Quake III Arena (binary)" ${PN}.xpm
- if use teamarena
- then
+ if use teamarena ; then
games_make_wrapper ${PN}-teamarena \
"./quake3.x86 +set fs_game missionpack" "${dir}" "${dir}"
make_desktop_entry ${PN}-teamarena \
"Quake III Team Arena (binary)" quake3-bin
fi
fi
- if use dedicated
- then
+ if use dedicated ; then
doexe "Quake III Arena 1.32c"/linux/q3ded || die "doexe q3ded"
games_make_wrapper quake3-ded ./q3ded "${dir}" "${dir}"
newinitd "${FILESDIR}"/q3ded.rc quake3-ded
@@ -122,7 +111,7 @@
ewarn "denial of service. One affects the game when running a server, the"
ewarn "other when running as a client."
ewarn "For more information, please see bug #82149."
- if use dedicated; then
+ if use dedicated ; then
echo
elog "To start a dedicated server, run"
elog " /etc/init.d/quake3-ded start"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-bin: ChangeLog quake3-bin-1.32c-r1.ebuild
@ 2009-07-26 10:55 Tristan Heaven (nyhm)
0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-07-26 10:55 UTC (permalink / raw
To: gentoo-commits
nyhm 09/07/26 10:55:33
Modified: ChangeLog quake3-bin-1.32c-r1.ebuild
Log:
Don't install mod symlinks, they should be installed by the mod packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.29 games-fps/quake3-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 9 Feb 2009 03:50:14 -0000 1.28
+++ ChangeLog 26 Jul 2009 10:55:33 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake3-bin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.28 2009/02/09 03:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.29 2009/07/26 10:55:33 nyhm Exp $
+
+ 26 Jul 2009; Tristan Heaven <nyhm@gentoo.org> quake3-bin-1.32c-r1.ebuild:
+ Don't install mod symlinks, they should be installed by the mod packages
09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
quake3-bin-1.32c-r1.ebuild:
1.9 games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild?r1=1.8&r2=1.9
Index: quake3-bin-1.32c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- quake3-bin-1.32c-r1.ebuild 9 Feb 2009 03:50:14 -0000 1.8
+++ quake3-bin-1.32c-r1.ebuild 26 Jul 2009 10:55:33 -0000 1.9
@@ -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-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.8 2009/02/09 03:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.9 2009/07/26 10:55:33 nyhm Exp $
EAPI=2
inherit eutils games
@@ -101,7 +101,6 @@
newconfd "${FILESDIR}"/q3ded.conf.d quake3-ded
fi
- games_link_mods
prepgamesdirs
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-bin: ChangeLog quake3-bin-1.32c-r1.ebuild
@ 2015-02-05 3:43 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-05 3:43 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/02/05 03:43:18
Modified: ChangeLog
Removed: quake3-bin-1.32c-r1.ebuild
Log:
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.41 games-fps/quake3-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-bin/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-bin/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 1 Feb 2015 11:38:33 -0000 1.40
+++ ChangeLog 5 Feb 2015 03:43:18 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-bin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.40 2015/02/01 11:38:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.41 2015/02/05 03:43:18 mr_bones_ Exp $
+
+ 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -quake3-bin-1.32c-r1.ebuild:
+ old
01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> quake3-bin-1.32c-r2.ebuild:
x86 stable wrt bug #535906
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-05 3:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 3:43 [gentoo-commits] gentoo-x86 commit in games-fps/quake3-bin: ChangeLog quake3-bin-1.32c-r1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-07-26 10:55 Tristan Heaven (nyhm)
2009-02-09 3:50 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