* [gentoo-commits] gentoo-x86 commit in games-board/pysolfc: pysolfc-2.0.ebuild
@ 2010-03-07 21:04 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-07 21:04 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/07 21:04:49
Modified: pysolfc-2.0.ebuild
Log:
Drop unrequired variable
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.2 games-board/pysolfc/pysolfc-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?r1=1.1&r2=1.2
Index: pysolfc-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pysolfc-2.0.ebuild 7 Mar 2010 21:02:07 -0000 1.1
+++ pysolfc-2.0.ebuild 7 Mar 2010 21:04:49 -0000 1.2
@@ -1,12 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.1 2010/03/07 21:02:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.2 2010/03/07 21:04:49 ssuominen Exp $
EAPI=2
PYTHON_USE_WITH="tk"
PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils games
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/pysolfc: pysolfc-2.0.ebuild
@ 2010-03-07 21:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-07 21:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/07 21:45:22
Modified: pysolfc-2.0.ebuild
Log:
And more tweaking.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.4 games-board/pysolfc/pysolfc-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?r1=1.3&r2=1.4
Index: pysolfc-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysolfc-2.0.ebuild 7 Mar 2010 21:34:57 -0000 1.3
+++ pysolfc-2.0.ebuild 7 Mar 2010 21:45:21 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.3 2010/03/07 21:34:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.4 2010/03/07 21:45:21 ssuominen Exp $
EAPI=2
@@ -30,6 +30,7 @@
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
games_pkg_setup
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/pysolfc: pysolfc-2.0.ebuild
@ 2010-03-15 8:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-15 8:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/15 08:52:05
Modified: pysolfc-2.0.ebuild
Log:
Match description of pysol
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.5 games-board/pysolfc/pysolfc-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild?r1=1.4&r2=1.5
Index: pysolfc-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysolfc-2.0.ebuild 7 Mar 2010 21:45:21 -0000 1.4
+++ pysolfc-2.0.ebuild 15 Mar 2010 08:52:04 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.4 2010/03/07 21:45:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.5 2010/03/15 08:52:04 ssuominen Exp $
EAPI=2
@@ -12,7 +12,7 @@
MY_PN=PySolFC
SOL_URI="mirror://sourceforge/${PN}"
-DESCRIPTION="A collection of more than 1000 solitaire card games"
+DESCRIPTION="An exciting collection of more than 1000 solitaire card games"
HOMEPAGE="http://pysolfc.sourceforge.net/"
SRC_URI="${SOL_URI}/${MY_PN}-${PV}.tar.bz2
extra-cardsets? ( ${SOL_URI}/${MY_PN}-Cardsets-${PV}.tar.bz2 )"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-15 8:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 21:04 [gentoo-commits] gentoo-x86 commit in games-board/pysolfc: pysolfc-2.0.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-03-07 21:45 Samuli Suominen (ssuominen)
2010-03-15 8:52 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox