public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-7.4.ebuild ChangeLog
@ 2010-12-08  8:55 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-12-08  8:55 UTC (permalink / raw
  To: gentoo-commits

tupone      10/12/08 08:55:55

  Modified:             ChangeLog
  Added:                tuxmathscrabble-7.4.ebuild
  Log:
  Version bump to 0.7.4 Bug #202844
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.16                 games-kids/tuxmathscrabble/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Apr 2010 12:09:35 -0000	1.15
+++ ChangeLog	8 Dec 2010 08:55:55 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for games-kids/tuxmathscrabble
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.15 2010/04/22 12:09:35 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.16 2010/12/08 08:55:55 tupone Exp $
+
+*tuxmathscrabble-7.4 (08 Dec 2010)
+
+  08 Dec 2010; Tupone Alfredo <tupone@gentoo.org> +tuxmathscrabble-7.4.ebuild,
+  +files/tuxmathscrabble-7.4-gentoo.patch:
+  Version bump to 0.7.4 Bug #202844 by charlie cosse
 
   22 Apr 2010; Tupone Alfredo <tupone@gentoo.org>
   tuxmathscrabble-4.5.ebuild:



1.1                  games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.1&content-type=text/plain

Index: tuxmathscrabble-7.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.1 2010/12/08 08:55:55 tupone Exp $

EAPI=2
PYTHON_DEPEND="2"
inherit eutils python multilib games

MY_PN=TuxMathScrabble
MY_P=${PN}-0.${PV}
DESCRIPTION="math-version of the popular board game for children 4-10"
HOMEPAGE="http://www.asymptopia.org/"
SRC_URI="mirror://gentoo/${MY_P}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

CDEPEND="dev-python/wxpython"
DEPEND="${CDEPEND}
	app-arch/unzip"
RDEPEND="${CDEPEND}
	dev-python/pygame"

S=${WORKDIR}/${MY_P}

pkg_setup() {
	python_set_active_version 2
	games_pkg_setup
}

src_prepare() {
	rm -f $(find . -name '*.pyc')
	epatch "${FILESDIR}"/${P}-gentoo.patch
	sed -i \
		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${MY_PN}:" \
		${MY_PN}/tms.py \
		.tms_config_master \
		|| die "sed failed"
	python_convert_shebangs -r 2 .
}

src_install() {
	newgamesbin ${PN}.py ${PN} || die "newgamesbin failed"

	insinto $(python_get_sitedir)
	doins -r ${MY_PN} || die "doins failed"

	insinto "${GAMES_DATADIR}"/${MY_PN}
	doins -r .tms_config_master Font || die "doins failed"

	newicon tms.ico ${PN}.ico
	make_desktop_entry ${PN} ${PN} /usr/share/pixmaps/${PN}.ico

	dodoc CHANGES README
	prepgamesdirs
	fperms -R g+w "${GAMES_STATEDIR}"/${MY_PN}
}






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

* [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-7.4.ebuild ChangeLog
@ 2010-12-13 13:26 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-12-13 13:26 UTC (permalink / raw
  To: gentoo-commits

tupone      10/12/13 13:26:43

  Modified:             tuxmathscrabble-7.4.ebuild ChangeLog
  Log:
  Remove fperms. Bug #348553
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?r1=1.1&r2=1.2

Index: tuxmathscrabble-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tuxmathscrabble-7.4.ebuild	8 Dec 2010 08:55:55 -0000	1.1
+++ tuxmathscrabble-7.4.ebuild	13 Dec 2010 13:26:43 -0000	1.2
@@ -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-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.1 2010/12/08 08:55:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.2 2010/12/13 13:26:43 tupone Exp $
 
 EAPI=2
 PYTHON_DEPEND="2"
@@ -55,5 +55,4 @@
 
 	dodoc CHANGES README
 	prepgamesdirs
-	fperms -R g+w "${GAMES_STATEDIR}"/${MY_PN}
 }



1.17                 games-kids/tuxmathscrabble/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	8 Dec 2010 08:55:55 -0000	1.16
+++ ChangeLog	13 Dec 2010 13:26:43 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/tuxmathscrabble
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.16 2010/12/08 08:55:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.17 2010/12/13 13:26:43 tupone Exp $
+
+  13 Dec 2010; Tupone Alfredo <tupone@gentoo.org> tuxmathscrabble-7.4.ebuild:
+  Remove fperms. Bug #348553 by Mr. Anderson
 
 *tuxmathscrabble-7.4 (08 Dec 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-7.4.ebuild ChangeLog
@ 2011-02-08 20:54 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-08 20:54 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/08 20:54:37

  Modified:             tuxmathscrabble-7.4.ebuild ChangeLog
  Log:
  x86 stable per bug 353821
  
  (Portage version: 2.1.9.38/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?r1=1.2&r2=1.3

Index: tuxmathscrabble-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tuxmathscrabble-7.4.ebuild	13 Dec 2010 13:26:43 -0000	1.2
+++ tuxmathscrabble-7.4.ebuild	8 Feb 2011 20:54:37 -0000	1.3
@@ -1,6 +1,6 @@
-# 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-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.2 2010/12/13 13:26:43 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.3 2011/02/08 20:54:37 tomka Exp $
 
 EAPI=2
 PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 CDEPEND="dev-python/wxpython"



1.18                 games-kids/tuxmathscrabble/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	13 Dec 2010 13:26:43 -0000	1.17
+++ ChangeLog	8 Feb 2011 20:54:37 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/tuxmathscrabble
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.17 2010/12/13 13:26:43 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.18 2011/02/08 20:54:37 tomka Exp $
+
+  08 Feb 2011; Thomas Kahle <tomka@gentoo.org> tuxmathscrabble-7.4.ebuild:
+  x86 stable per bug 353821
 
   13 Dec 2010; Tupone Alfredo <tupone@gentoo.org> tuxmathscrabble-7.4.ebuild:
   Remove fperms. Bug #348553 by Mr. Anderson






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

* [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-7.4.ebuild ChangeLog
@ 2011-03-04 12:58 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-03-04 12:58 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/04 12:58:07

  Modified:             tuxmathscrabble-7.4.ebuild ChangeLog
  Log:
  stable ppc, bug 353821
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild?r1=1.3&r2=1.4

Index: tuxmathscrabble-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tuxmathscrabble-7.4.ebuild	8 Feb 2011 20:54:37 -0000	1.3
+++ tuxmathscrabble-7.4.ebuild	4 Mar 2011 12:58:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.3 2011/02/08 20:54:37 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.4 2011/03/04 12:58:07 ranger Exp $
 
 EAPI=2
 PYTHON_DEPEND="2"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 CDEPEND="dev-python/wxpython"



1.19                 games-kids/tuxmathscrabble/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Feb 2011 20:54:37 -0000	1.18
+++ ChangeLog	4 Mar 2011 12:58:07 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/tuxmathscrabble
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.18 2011/02/08 20:54:37 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.19 2011/03/04 12:58:07 ranger Exp $
+
+  04 Mar 2011; Brent Baude <ranger@gentoo.org> tuxmathscrabble-7.4.ebuild:
+  stable ppc, bug 353821
 
   08 Feb 2011; Thomas Kahle <tomka@gentoo.org> tuxmathscrabble-7.4.ebuild:
   x86 stable per bug 353821






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

end of thread, other threads:[~2011-03-04 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08  8:55 [gentoo-commits] gentoo-x86 commit in games-kids/tuxmathscrabble: tuxmathscrabble-7.4.ebuild ChangeLog Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-13 13:26 Alfredo Tupone (tupone)
2011-02-08 20:54 Thomas Kahle (tomka)
2011-03-04 12:58 Brent Baude (ranger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox