* [gentoo-commits] gentoo-x86 commit in games-fps/ezquake-bin: ChangeLog ezquake-bin-1.9.3.ebuild
@ 2009-07-26 20:23 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-26 20:23 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/07/26 20:23:02
Modified: ChangeLog
Added: ezquake-bin-1.9.3.ebuild
Log:
version bump - ebuild submitted by James Le Cuirot via bug #279196
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.11 games-fps/ezquake-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ezquake-bin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ezquake-bin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ezquake-bin/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 5 Jun 2008 17:02:09 -0000 1.10
+++ ChangeLog 26 Jul 2009 20:23:02 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/ezquake-bin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.10 2008/06/05 17:02:09 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.11 2009/07/26 20:23:02 mr_bones_ Exp $
+
+*ezquake-bin-1.9.3 (26 Jul 2009)
+
+ 26 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +ezquake-bin-1.9.3.ebuild:
+ version bump - ebuild submitted by James Le Cuirot via bug #279196
05 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org>
-ezquake-bin-1517.ebuild:
1.1 games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild?rev=1.1&content-type=text/plain
Index: ezquake-bin-1.9.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild,v 1.1 2009/07/26 20:23:02 mr_bones_ Exp $
EAPI=2
inherit games
MY_PN="${PN/-bin/}"
DESCRIPTION="Quakeworld client with mqwcl functionality and many more features."
HOMEPAGE="http://ezquake.sf.net/"
SRC_URI="amd64? ( mirror://sourceforge/${MY_PN}/${MY_PN}_linux-x86_64.${PV}.tar.gz )
x86? ( mirror://sourceforge/${MY_PN}/${MY_PN}_linux-x86_${PV}.tar.gz )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="strip"
IUSE="cdinstall opengl svga"
QA_EXECSTACK_x86="${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake-gl.glx
${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.x11
${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.svga"
QA_EXECSTACK_amd64="${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake-gl.glx
${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.x11
${GAMES_PREFIX_OPT:1}/ezquake-bin/ezquake.svga"
RDEPEND=">=dev-libs/expat-2.0
sys-libs/glibc
!svga? ( x11-libs/libXext )
svga? ( media-libs/svgalib )
opengl? ( virtual/opengl x11-libs/libXext )
cdinstall? ( games-fps/quake1-data )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_PN}
dir=${GAMES_PREFIX_OPT}/${PN}
src_unpack() {
unpack ${A}
if use amd64; then
mv ${MY_PN}_linux-x86_64.${PV} "${MY_PN}"
else
mv ${MY_PN}_linux-x86.${PV} "${MY_PN}"
fi
}
src_install() {
exeinto "${dir}"
insinto "${dir}"
local x BINS="ezquake.x11"
use svga && BINS="${BINS} ezquake.svga"
use opengl && BINS="${BINS} ezquake-gl.glx"
doexe ${BINS} || die "doexe"
doins -r ezquake qw || die "doins failed"
dosym "${GAMES_DATADIR}"/quake1/id1 "${dir}"/id1
for x in ${BINS}; do
games_make_wrapper ${x} ./${x} "${dir}" "${dir}"
done
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
if ! use cdinstall; then
elog "NOTE that this client doesn't include .pak files. You *should*"
elog "enable \"cdinstall\" flag or install quake1-demodata."
elog "You can also copy the files from your Quake1 CD to"
elog " ${dir}/quake1/id1 (all names lowercase)"
elog ""
elog "You may also want to check:"
elog " http://fuhquake.quakeworld.nu - complete howto on commands and variables"
elog " http://equake.quakeworld.nu - free package containing various files"
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/ezquake-bin: ChangeLog ezquake-bin-1.9.3.ebuild
@ 2014-07-04 4:13 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-07-04 4:13 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/07/04 04:13:56
Modified: ChangeLog
Removed: ezquake-bin-1.9.3.ebuild
Log:
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.16 games-fps/ezquake-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ezquake-bin/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ezquake-bin/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/ezquake-bin/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 4 Jul 2014 02:19:47 -0000 1.15
+++ ChangeLog 4 Jul 2014 04:13:56 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/ezquake-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.15 2014/07/04 02:19:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.16 2014/07/04 04:13:56 mr_bones_ Exp $
+
+ 04 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ -ezquake-bin-1.9.3.ebuild:
+ old
04 Jul 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml:
Remove unneeded useflag description from metadata.xml
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-04 4:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 4:13 [gentoo-commits] gentoo-x86 commit in games-fps/ezquake-bin: ChangeLog ezquake-bin-1.9.3.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-07-26 20: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