public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/qct: ChangeLog qct-0.7.ebuild
@ 2010-04-08  8:48 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-04-08  8:48 UTC (permalink / raw
  To: gentoo-commits

tupone      10/04/08 08:48:12

  Modified:             ChangeLog qct-0.7.ebuild
  Log:
  Force use of python2 . Bug #312281
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.8                  games-simulation/qct/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 May 2006 15:53:48 -0000	1.7
+++ ChangeLog	8 Apr 2010 08:48:11 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/qct
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.7 2006/05/24 15:53:48 wolf31o2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.8 2010/04/08 08:48:11 tupone Exp $
+
+  08 Apr 2010; Tupone Alfredo <tupone@gentoo.org> qct-0.7.ebuild:
+  Force use of python2 . Bug #312281 by arfrever@gentoo.org
 
   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> qct-0.7.ebuild:
   Fixed HOMEPAGE for bug #134218.



1.9                  games-simulation/qct/qct-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/qct-0.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/qct-0.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/qct/qct-0.7.ebuild?r1=1.8&r2=1.9

Index: qct-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qct-0.7.ebuild	24 May 2006 15:53:48 -0000	1.8
+++ qct-0.7.ebuild	8 Apr 2010 08:48:11 -0000	1.9
@@ -1,27 +1,28 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.8 2006/05/24 15:53:48 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.9 2010/04/08 08:48:11 tupone Exp $
+EAPI=2
+PYTHON_DEPEND="2"
 
-inherit eutils games
+inherit eutils python games
 
 DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city"
 HOMEPAGE="http://llynmir.net/qct"
-SRC_URI="mirror://sourceforge/qct/${P}.tar.gz"
+SRC_URI="http://www.sourcefiles.org/Games/Role_Play/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/python-2.2.1
-	>=dev-python/pygame-1.5.5"
+RDEPEND=">=dev-python/pygame-1.5.5"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${PN}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-constant.patch
+	python_convert_shebangs -r 2 .
 }
 
 src_install() {
@@ -37,3 +38,8 @@
 
 	prepgamesdirs
 }
+
+pkg_setup() {
+	python_set_active_version 2
+	games_pkg_setup
+}






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/qct: ChangeLog qct-0.7.ebuild
@ 2015-02-05  3:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-05  3:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/05 03:55:59

  Modified:             ChangeLog
  Removed:              qct-0.7.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 games-simulation/qct/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/qct/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/qct/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/qct/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Jan 2015 10:22:18 -0000	1.12
+++ ChangeLog	5 Feb 2015 03:55:59 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/qct
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.12 2015/01/28 10:22:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.13 2015/02/05 03:55:59 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -qct-0.7.ebuild:
+  old
 
   28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> qct-0.7-r1.ebuild:
   Stable for ppc, wrt bug #534170





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

end of thread, other threads:[~2015-02-05  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08  8:48 [gentoo-commits] gentoo-x86 commit in games-simulation/qct: ChangeLog qct-0.7.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05  3:55 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