public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/
@ 2016-04-06 21:21 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-04-06 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     fffbb9b328e5cc47b3a0c24a71474a41e74e8280
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 21:17:12 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 21:21:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffbb9b3

games-kids/tuxmath: version bump

Package-Manager: portage-2.2.26

 games-kids/tuxmath/Manifest             |  1 +
 games-kids/tuxmath/tuxmath-2.0.3.ebuild | 67 +++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/games-kids/tuxmath/Manifest b/games-kids/tuxmath/Manifest
index 5647808..3a7aee1 100644
--- a/games-kids/tuxmath/Manifest
+++ b/games-kids/tuxmath/Manifest
@@ -1 +1,2 @@
+DIST tuxmath_2.0.3.orig.tar.gz 10396696 SHA256 eec49c296d41df39a6474d94ba4e3334e4c16dc180d3ea4a6defc2debfc39887 SHA512 dd7af90f3b1bd637f2f1639a3877d1a9950c95e60b1a71633998e2b0a654bb8015c4bf83540a9af092fe054d468035d0de5f3ddc7d54b17c3235f794a6108fbe WHIRLPOOL ed356ba9e4bc8bf9bd51496ad987befc14cf30a8ff52818c2f7e77278b0ed15bcf06dc9d699ddb5553cb7f20d8e30011b575bdb2cb9dd2ea840b70611670440a
 DIST tuxmath_w_fonts-2.0.1.tar.gz 10448109 SHA256 6d26c08672edf5cce0ef2f685555867a7016c8a186282518276378b6c58774f4 SHA512 04f6c347a5eecca7790b5577a9dcb3ea7bf444e19614b468ba6902e37c25aa7de22c62f7ab34e6bd282326f443496aa1d8320f13c4d12ec7e14c118e519e4dc7 WHIRLPOOL a4749d547651ccc9ddd6a36bdf928e751e36ec03678e4955a80fb24a45a466a1c390dcd0ddb8e006437c1c5e6a2c27e4b47cca0da86a484bde292e4699ce50d7

diff --git a/games-kids/tuxmath/tuxmath-2.0.3.ebuild b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
new file mode 100644
index 0000000..b500ac3
--- /dev/null
+++ b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils gnome2-utils games
+
+MY_PN="${PN}_w_fonts"
+DESCRIPTION="Educational arcade game where you have to solve maths problems"
+HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
+SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls svg"
+
+RDEPEND="dev-games/t4k-common[svg?]
+	dev-libs/libxml2:2
+	media-libs/libsdl:0[video]
+	media-libs/sdl-pango
+	media-libs/sdl-image[jpeg,png]
+	media-libs/sdl-mixer[mod]
+	media-libs/sdl-net
+	nls? ( virtual/libintl )
+	svg? (
+		gnome-base/librsvg:2
+		x11-libs/cairo
+	)"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_prepare() {
+	sed -i -e '/\bdoc\b/d' Makefile.in || die
+}
+
+src_configure() {
+	egamesconf \
+		--localedir=/usr/share/locale \
+		$(use_enable nls) \
+		$(usex svg "" "--without-rsvg")
+}
+
+src_install() {
+	default
+	doicon -s scalable data/images/icons/${PN}.svg
+	make_desktop_entry ${PN} "TuxMath"
+	dodoc doc/{README,TODO,changelog}
+	prepgamesdirs
+}
+
+pkg_preinst() {
+	games_pkg_preinst
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/
@ 2016-05-13 14:51 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cfdb705ec16aa45587b04d0c16084178b0a35a09
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 14:49:17 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 14:49:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdb705e

games-kids/tuxmath: amd64 stable wrt bug #582492

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-kids/tuxmath/tuxmath-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-kids/tuxmath/tuxmath-2.0.3.ebuild b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
index b500ac3..f0c43fe 100644
--- a/games-kids/tuxmath/tuxmath-2.0.3.ebuild
+++ b/games-kids/tuxmath/tuxmath-2.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2 OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls svg"
 
 RDEPEND="dev-games/t4k-common[svg?]


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/
@ 2016-08-05 16:35 Austin English
  0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-08-05 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     34d30a2b74e5b27bf53503ebafc997ca8bef2035
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 16:11:21 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 16:35:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d30a2b

games-kids/tuxmath: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild | 66 ++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
new file mode 100644
index 0000000..3d790bf
--- /dev/null
+++ b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils
+
+MY_PN="${PN}_w_fonts"
+DESCRIPTION="Educational arcade game where you have to solve maths problems"
+HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
+SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls svg"
+
+RDEPEND="dev-games/t4k-common[svg?]
+	dev-libs/libxml2:2
+	media-libs/libsdl:0[video]
+	media-libs/sdl-image[jpeg,png]
+	media-libs/sdl-mixer[mod]
+	media-libs/sdl-net
+	media-libs/sdl-pango
+	nls? ( virtual/libintl )
+	svg? (
+		gnome-base/librsvg:2
+		x11-libs/cairo
+	)"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_prepare() {
+	default
+
+	sed -i -e '/\bdoc\b/d' Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		--localedir=/usr/share/locale \
+		$(use_enable nls) \
+		$(usex svg "" "--without-rsvg")
+}
+
+src_install() {
+	default
+	doicon -s scalable data/images/icons/${PN}.svg
+	make_desktop_entry ${PN} "TuxMath"
+	dodoc doc/{README,TODO,changelog}
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/
@ 2019-04-19 12:33 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2019-04-19 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8eed3f14974c321d35d0c14a5643080bbe54f578
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Fri Apr 19 06:55:04 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 12:33:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eed3f14

games-kids/tuxmath: update HOMEPAGE, metadata

Bug: https://bugs.gentoo.org/683184
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11738
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-kids/tuxmath/metadata.xml            | 1 +
 games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-kids/tuxmath/metadata.xml b/games-kids/tuxmath/metadata.xml
index b916dfd6018..c1f02a41624 100644
--- a/games-kids/tuxmath/metadata.xml
+++ b/games-kids/tuxmath/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">tuxmath</remote-id>
+		<remote-id type="github">tux4kids/tuxmath</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
index 56c09b87901..2ef1bded85d 100644
--- a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
+++ b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ inherit eutils gnome2-utils
 
 MY_PN="${PN}_w_fonts"
 DESCRIPTION="Educational arcade game where you have to solve maths problems"
-HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
+HOMEPAGE="https://github.com/tux4kids/tuxmath"
 SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2 OFL-1.1"


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/
@ 2021-06-10 11:52 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2021-06-10 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7b9238e8a2a5a81c8508c0d69fc186c202b87108
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 10:33:39 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 11:51:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9238e8

games-kids/tuxmath: drop 2.0.3-r1

This version is mostly unusable with current tools/libraries.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild | 65 ------------------------------
 1 file changed, 65 deletions(-)

diff --git a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
deleted file mode 100644
index 2ef1bded85d..00000000000
--- a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils
-
-MY_PN="${PN}_w_fonts"
-DESCRIPTION="Educational arcade game where you have to solve maths problems"
-HOMEPAGE="https://github.com/tux4kids/tuxmath"
-SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls svg"
-
-RDEPEND="dev-games/t4k-common[svg?]
-	dev-libs/libxml2:2
-	media-libs/libsdl:0[video]
-	media-libs/sdl-image[jpeg,png]
-	media-libs/sdl-mixer[mod]
-	media-libs/sdl-net
-	media-libs/sdl-pango
-	nls? ( virtual/libintl )
-	svg? (
-		gnome-base/librsvg:2
-		x11-libs/cairo
-	)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-	default
-
-	sed -i -e '/\bdoc\b/d' Makefile.in || die
-}
-
-src_configure() {
-	econf \
-		--localedir=/usr/share/locale \
-		$(use_enable nls) \
-		$(usex svg "" "--without-rsvg")
-}
-
-src_install() {
-	default
-	doicon -s scalable data/images/icons/${PN}.svg
-	make_desktop_entry ${PN} "TuxMath"
-	dodoc doc/{README,TODO,changelog}
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

end of thread, other threads:[~2021-06-10 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05 16:35 [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxmath/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10 11:52 Ionen Wolkens
2019-04-19 12:33 James Le Cuirot
2016-05-13 14:51 Agostino Sarubbo
2016-04-06 21:21 Michael Sterrett

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