public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-cpma: ChangeLog quake3-cpma-1.46.ebuild
@ 2009-07-24 21:19 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-24 21:19 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/07/24 21:19:53

  Modified:             ChangeLog
  Added:                quake3-cpma-1.46.ebuild
  Log:
  version bump (bug #204954)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-fps/quake3-cpma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	17 Aug 2007 23:27:40 -0000	1.17
+++ ChangeLog	24 Jul 2009 21:19:53 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for games-fps/quake3-cpma
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.17 2007/08/17 23:27:40 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.18 2009/07/24 21:19:53 mr_bones_ Exp $
+
+*quake3-cpma-1.46 (24 Jul 2009)
+
+  24 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +quake3-cpma-1.46.ebuild:
+  version bump (bug #204954)
 
 *quake3-cpma-1.43 (17 Aug 2007)
 



1.1                  games-fps/quake3-cpma/quake3-cpma-1.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.1&content-type=text/plain

Index: quake3-cpma-1.46.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.1 2009/07/24 21:19:53 mr_bones_ Exp $

MOD_DESC="advanced FPS competition mod"
MOD_NAME="Challenge Pro Mode Arena"
MOD_DIR="cpma"

inherit games games-mods

HOMEPAGE="http://www.promode.org/"
SRC_URI="http://www.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.zip
	http://ftp1.srv.endpoint.nu/pub/repository/challenge-tv/demostorage/files/cpm/cpma${PV//.}-nomaps.zip
	http://www.promode.org/files/cpma-mappack-full.zip"

LICENSE="as-is"

KEYWORDS="-* ~amd64 ~ppc ~x86"

RDEPEND="ppc? ( games-fps/${GAME} )
	!ppc? (
		|| (
			games-fps/${GAME}
			games-fps/${GAME}-bin ) )"

src_install() {
	insinto "${GAMES_DATADIR}/${GAME}/baseq3"
	doins "${WORKDIR}"/*.pk3 || die "pk3"

	games-mods_src_install
}

pkg_postinst() {
	games-mods_pkg_postinst
	elog " To enable bots add: +bot_enable 1"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-cpma: ChangeLog quake3-cpma-1.46.ebuild
@ 2009-10-07  1:34 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-10-07  1:34 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/10/07 01:34:55

  Modified:             ChangeLog quake3-cpma-1.46.ebuild
  Log:
  EAPI=2; move maps to MOD_DIR
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 games-fps/quake3-cpma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	24 Jul 2009 21:19:53 -0000	1.18
+++ ChangeLog	7 Oct 2009 01:34:54 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake3-cpma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.18 2009/07/24 21:19:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.19 2009/10/07 01:34:54 nyhm Exp $
+
+  07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-cpma-1.46.ebuild:
+  EAPI=2; move maps to MOD_DIR
 
 *quake3-cpma-1.46 (24 Jul 2009)
 



1.3                  games-fps/quake3-cpma/quake3-cpma-1.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?r1=1.2&r2=1.3

Index: quake3-cpma-1.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quake3-cpma-1.46.ebuild	1 Oct 2009 21:28:31 -0000	1.2
+++ quake3-cpma-1.46.ebuild	7 Oct 2009 01:34:54 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.2 2009/10/01 21:28:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.3 2009/10/07 01:34:54 nyhm Exp $
+
+EAPI=2
 
 MOD_DESC="advanced FPS competition mod"
 MOD_NAME="Challenge Pro Mode Arena"
@@ -14,17 +16,14 @@
 	http://www.promode.org/files/cpma-mappack-full.zip"
 
 LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="dedicated opengl"
 
-src_install() {
-	insinto "${GAMES_DATADIR}/${GAME}/baseq3"
-	doins "${WORKDIR}"/*.pk3 || die "pk3"
-
-	games-mods_src_install
+src_prepare() {
+	mv -f *.pk3 ${MOD_DIR} || die
 }
 
 pkg_postinst() {
 	games-mods_pkg_postinst
-	elog " To enable bots add: +bot_enable 1"
+	elog "To enable bots: +bot_enable 1"
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/quake3-cpma: ChangeLog quake3-cpma-1.46.ebuild
@ 2009-10-10 17:25 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-10-10 17:25 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/10/10 17:25:19

  Modified:             ChangeLog quake3-cpma-1.46.ebuild
  Log:
  Stable on amd64/x86
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 games-fps/quake3-cpma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Oct 2009 01:34:54 -0000	1.19
+++ ChangeLog	10 Oct 2009 17:25:18 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/quake3-cpma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.19 2009/10/07 01:34:54 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.20 2009/10/10 17:25:18 nyhm Exp $
+
+  10 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-cpma-1.46.ebuild:
+  Stable on amd64/x86
 
   07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-cpma-1.46.ebuild:
   EAPI=2; move maps to MOD_DIR



1.4                  games-fps/quake3-cpma/quake3-cpma-1.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild?r1=1.3&r2=1.4

Index: quake3-cpma-1.46.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quake3-cpma-1.46.ebuild	7 Oct 2009 01:34:54 -0000	1.3
+++ quake3-cpma-1.46.ebuild	10 Oct 2009 17:25:18 -0000	1.4
@@ -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-cpma/quake3-cpma-1.46.ebuild,v 1.3 2009/10/07 01:34:54 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.4 2009/10/10 17:25:18 nyhm Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 	http://www.promode.org/files/cpma-mappack-full.zip"
 
 LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated opengl"
 
 src_prepare() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-10 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  1:34 [gentoo-commits] gentoo-x86 commit in games-fps/quake3-cpma: ChangeLog quake3-cpma-1.46.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-10 17:25 Tristan Heaven (nyhm)
2009-07-24 21:19 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