* [gentoo-commits] gentoo-x86 commit in games-util/mattricks: mattricks-0.7.ebuild ChangeLog
@ 2007-12-07 0:04 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-12-07 0:04 UTC (permalink / raw
To: gentoo-commits
dirtyepic 07/12/07 00:04:32
Modified: mattricks-0.7.ebuild ChangeLog
Log:
Use wxversion to force wxpython-2.6 when multiple slots are available. Bug
201317.
(Portage version: 2.1.4_rc7)
Revision Changes Path
1.5 games-util/mattricks/mattricks-0.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?r1=1.4&r2=1.5
Index: mattricks-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mattricks-0.7.ebuild 24 Feb 2007 19:24:13 -0000 1.4
+++ mattricks-0.7.ebuild 7 Dec 2007 00:04:32 -0000 1.5
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.4 2007/02/24 19:24:13 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.5 2007/12/07 00:04:32 dirtyepic Exp $
-inherit distutils
+inherit distutils eutils
MY_P=${P/m/M}
DESCRIPTION="Hattrick Manager"
@@ -18,3 +18,8 @@
dev-python/pyxml"
S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+ distutils_src_unpack
+ epatch "${FILESDIR}"/${P}-wxversion.patch
+}
1.9 games-util/mattricks/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 24 Feb 2007 19:24:13 -0000 1.8
+++ ChangeLog 7 Dec 2007 00:04:32 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for games-util/mattricks
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.8 2007/02/24 19:24:13 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.9 2007/12/07 00:04:32 dirtyepic Exp $
+
+ 07 Dec 2007; Ryan Hill <dirtyepic@gentoo.org>
+ +files/mattricks-0.7-wxversion.patch, mattricks-0.7.ebuild:
+ Use wxversion to force wxpython-2.6 when multiple slots are available. Bug
+ 201317.
24 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> mattricks-0.7.ebuild:
Works with wxpython-2.6 as well
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/mattricks: mattricks-0.7.ebuild ChangeLog
@ 2010-05-05 5:27 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-05 5:27 UTC (permalink / raw
To: gentoo-commits
tupone 10/05/05 05:27:23
Modified: mattricks-0.7.ebuild ChangeLog
Log:
Force python2 fixing bug #312289
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.6 games-util/mattricks/mattricks-0.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?r1=1.5&r2=1.6
Index: mattricks-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mattricks-0.7.ebuild 7 Dec 2007 00:04:32 -0000 1.5
+++ mattricks-0.7.ebuild 5 May 2010 05:27:23 -0000 1.6
@@ -1,8 +1,9 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.5 2007/12/07 00:04:32 dirtyepic Exp $
-
-inherit distutils eutils
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.6 2010/05/05 05:27:23 tupone Exp $
+EAPI="2"
+PYTHON_DEPEND="2"
+inherit eutils python distutils
MY_P=${P/m/M}
DESCRIPTION="Hattrick Manager"
@@ -19,7 +20,12 @@
S=${WORKDIR}/${MY_P}
-src_unpack() {
- distutils_src_unpack
+pkg_setup() {
+ python_set_active_version 2
+}
+
+src_prepare() {
+ distutils_src_prepare
epatch "${FILESDIR}"/${P}-wxversion.patch
+ python_convert_shebangs -r 2 .
}
1.10 games-util/mattricks/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/mattricks/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 7 Dec 2007 00:04:32 -0000 1.9
+++ ChangeLog 5 May 2010 05:27:23 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for games-util/mattricks
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.9 2007/12/07 00:04:32 dirtyepic Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.10 2010/05/05 05:27:23 tupone Exp $
+
+ 05 May 2010; Tupone Alfredo <tupone@gentoo.org> mattricks-0.7.ebuild:
+ Force python2 fixing bug #312289 by arfrever@gentoo.org
07 Dec 2007; Ryan Hill <dirtyepic@gentoo.org>
+files/mattricks-0.7-wxversion.patch, mattricks-0.7.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/mattricks: mattricks-0.7.ebuild ChangeLog
@ 2011-04-06 20:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-06 20:12 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/06 20:12:11
Modified: mattricks-0.7.ebuild ChangeLog
Log:
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Revision Changes Path
1.8 games-util/mattricks/mattricks-0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild?r1=1.7&r2=1.8
Index: mattricks-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mattricks-0.7.ebuild 1 Oct 2010 02:53:58 -0000 1.7
+++ mattricks-0.7.ebuild 6 Apr 2011 20:12:11 -0000 1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.7 2010/10/01 02:53:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/mattricks-0.7.ebuild,v 1.8 2011/04/06 20:12:11 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND="2"
inherit eutils python distutils
@@ -23,6 +23,7 @@
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
1.11 games-util/mattricks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mattricks/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 5 May 2010 05:27:23 -0000 1.10
+++ ChangeLog 6 Apr 2011 20:12:11 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for games-util/mattricks
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.10 2010/05/05 05:27:23 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/mattricks/ChangeLog,v 1.11 2011/04/06 20:12:11 arfrever Exp $
+
+ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ mattricks-0.7.ebuild:
+ Fix deprecation warning.
05 May 2010; Tupone Alfredo <tupone@gentoo.org> mattricks-0.7.ebuild:
Force python2 fixing bug #312289 by arfrever@gentoo.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-06 20:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 5:27 [gentoo-commits] gentoo-x86 commit in games-util/mattricks: mattricks-0.7.ebuild ChangeLog Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2011-04-06 20:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
2007-12-07 0:04 Ryan Hill (dirtyepic)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox