public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog
@ 2008-08-25 17:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-08-25 17:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/08/25 17:53:43

  Modified:             londonlaw-0.2.1-r2.ebuild ChangeLog
  Log:
  additional patching for USE=dedicated from mattenklicker@gmx.net
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?r1=1.1&r2=1.2

Index: londonlaw-0.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- londonlaw-0.2.1-r2.ebuild	24 Aug 2008 06:36:05 -0000	1.1
+++ londonlaw-0.2.1-r2.ebuild	25 Aug 2008 17:53:42 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.1 2008/08/24 06:36:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.2 2008/08/25 17:53:42 mr_bones_ Exp $
 
 EAPI=1
 inherit eutils python games
@@ -45,9 +45,15 @@
 			sed \
 				-e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
 				-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
+				-e "s:GAMES_LOGDIR:${GAMES_LOGDIR}:" \
+				-e "s:PN:${PN}:" \
 				"${FILESDIR}/${f}" > "${T}/${f}" \
 				|| die "sed failed"
 		done
+		sed -i \
+			-e "/serverdata/ s:\"$:\"\n      dbDir = \"${GAMES_STATEDIR}/${PN}\":" \
+			londonlaw/server/GameRegistry.py \
+			|| die "sed failed"
 	fi
 }
 
@@ -59,14 +65,16 @@
 		--install-lib=/usr/lib/python${PYVER}/site-packages \
 		--install-data="${GAMES_DATADIR}" \
 		|| die "install failed"
-	dodoc ChangeLog README
+	dodoc ChangeLog README doc/TODO doc/manual.tex doc/readme.protocol
 
 	if use dedicated ; then
 		newinitd "${T}/londonlaw.rc" londonlaw
 		newconfd "${T}/londonlaw.confd" londonlaw
-		insinto /var/log
-		newins /dev/null londonlaw.log
-		fowners ${GAMES_USER_DED}:${GAMES_GROUP} /var/log/londonlaw.log
+		keepdir "${GAMES_STATEDIR}/${PN}"
+		dodir "${GAMES_LOGDIR}"
+		touch "${D}/${GAMES_LOGDIR}"/${PN}.log
+		fowners ${GAMES_USER_DED}:${GAMES_GROUP} \
+			"${GAMES_STATEDIR}/${PN}" "${GAMES_LOGDIR}"/${PN}.log
 	fi
 
 	prepgamesdirs



1.15                 games-puzzle/londonlaw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Aug 2008 06:36:05 -0000	1.14
+++ ChangeLog	25 Aug 2008 17:53:42 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/londonlaw
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.14 2008/08/24 06:36:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.15 2008/08/25 17:53:42 mr_bones_ Exp $
+
+  25 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> files/londonlaw.rc,
+  londonlaw-0.2.1-r2.ebuild:
+  additional patching for USE=dedicated from mattenklicker@gmx.net
 
 *londonlaw-0.2.1-r2 (24 Aug 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog
@ 2009-04-18 13:34 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-04-18 13:34 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/18 13:34:45

  Modified:             londonlaw-0.2.1-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #265236
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild

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

Index: londonlaw-0.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- londonlaw-0.2.1-r2.ebuild	25 Aug 2008 17:53:42 -0000	1.2
+++ londonlaw-0.2.1-r2.ebuild	18 Apr 2009 13:34:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.2 2008/08/25 17:53:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.3 2009/04/18 13:34:45 maekke Exp $
 
 EAPI=1
 inherit eutils python games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated"
 
 DEPEND=">=dev-lang/python-2.3



1.16                 games-puzzle/londonlaw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 Aug 2008 17:53:42 -0000	1.15
+++ ChangeLog	18 Apr 2009 13:34:45 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/londonlaw
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.15 2008/08/25 17:53:42 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.16 2009/04/18 13:34:45 maekke Exp $
+
+  18 Apr 2009; Markus Meier <maekke@gentoo.org> londonlaw-0.2.1-r2:
+  amd64/x86 stable, bug #265236
 
   25 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> files/londonlaw.rc,
   londonlaw-0.2.1-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog
@ 2009-05-20 16:29 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-20 16:29 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/05/20 16:29:55

  Modified:             londonlaw-0.2.1-r2.ebuild ChangeLog
  Log:
  ppc stable #265236
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.4                  games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild

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

Index: londonlaw-0.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- londonlaw-0.2.1-r2.ebuild	18 Apr 2009 13:34:45 -0000	1.3
+++ londonlaw-0.2.1-r2.ebuild	20 May 2009 16:29:55 -0000	1.4
@@ -1,6 +1,6 @@
-# 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-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.3 2009/04/18 13:34:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.4 2009/05/20 16:29:55 nixnut Exp $
 
 EAPI=1
 inherit eutils python games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="dedicated"
 
 DEPEND=">=dev-lang/python-2.3



1.17                 games-puzzle/londonlaw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	18 Apr 2009 13:34:45 -0000	1.16
+++ ChangeLog	20 May 2009 16:29:55 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/londonlaw
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.16 2009/04/18 13:34:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.17 2009/05/20 16:29:55 nixnut Exp $
+
+  20 May 2009; nixnut <nixnut@gentoo.org> londonlaw-0.2.1-r2.ebuild:
+  ppc stable #265236
 
   18 Apr 2009; Markus Meier <maekke@gentoo.org> londonlaw-0.2.1-r2:
   amd64/x86 stable, bug #265236






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog
@ 2010-04-19 18:42 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-04-19 18:42 UTC (permalink / raw
  To: gentoo-commits

tupone      10/04/19 18:42:36

  Modified:             londonlaw-0.2.1-r2.ebuild ChangeLog
  Log:
  Force python2 . Fix bug #312269
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?r1=1.4&r2=1.5

Index: londonlaw-0.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- londonlaw-0.2.1-r2.ebuild	20 May 2009 16:29:55 -0000	1.4
+++ londonlaw-0.2.1-r2.ebuild	19 Apr 2010 18:42:36 -0000	1.5
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.4 2009/05/20 16:29:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.5 2010/04/19 18:42:36 tupone Exp $
+PYTHON_DEPEND="2"
 
-EAPI=1
+EAPI=2
 inherit eutils python games
 
 DESCRIPTION="Clone of the famous Scotland Yard board game"
@@ -14,13 +15,10 @@
 KEYWORDS="amd64 ppc x86"
 IUSE="dedicated"
 
-DEPEND=">=dev-lang/python-2.3
-	!dedicated? ( dev-python/wxpython:2.6 )
+DEPEND="!dedicated? ( dev-python/wxpython:2.6 )
 	dev-python/twisted"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-setup.py.patch \
 		"${FILESDIR}"/${P}-wxversion.patch
@@ -55,14 +53,14 @@
 			londonlaw/server/GameRegistry.py \
 			|| die "sed failed"
 	fi
+	python_convert_shebangs -r 2 .
 }
 
 src_install() {
-	python_version
-	python setup.py install \
+	$(PYTHON) setup.py install \
 		--root="${D}" \
 		--prefix="${GAMES_PREFIX}" \
-		--install-lib=/usr/lib/python${PYVER}/site-packages \
+		--install-lib=$(python_get_sitedir) \
 		--install-data="${GAMES_DATADIR}" \
 		|| die "install failed"
 	dodoc ChangeLog README doc/TODO doc/manual.tex doc/readme.protocol
@@ -80,6 +78,11 @@
 	prepgamesdirs
 }
 
+pkg_setup() {
+	python_set_active_version 2
+	games_pkg_setup
+}
+
 pkg_postinst() {
 	games_pkg_postinst
 	if ! use dedicated ; then



1.18                 games-puzzle/londonlaw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	20 May 2009 16:29:55 -0000	1.17
+++ ChangeLog	19 Apr 2010 18:42:36 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/londonlaw
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.17 2009/05/20 16:29:55 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.18 2010/04/19 18:42:36 tupone Exp $
+
+  19 Apr 2010; Tupone Alfredo <tupone@gentoo.org> londonlaw-0.2.1-r2.ebuild:
+  Force python2 . Fix bug #312269 by arfrever@gentoo.org
 
   20 May 2009; nixnut <nixnut@gentoo.org> londonlaw-0.2.1-r2.ebuild:
   ppc stable #265236






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

end of thread, other threads:[~2010-04-19 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-18 13:34 [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-19 18:42 Alfredo Tupone (tupone)
2009-05-20 16:29 Gysbert Wassenaar (nixnut)
2008-08-25 17:53 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