public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2016-08-05 16:35 Austin English
  0 siblings, 0 replies; 12+ messages in thread
From: Austin English @ 2016-08-05 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f30bfd47fb595de8f1f145df79af5d74dac7e55e
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 15:55:06 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=f30bfd47

games-kids/gmult: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-kids/gmult/gmult-8.0-r1.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild
new file mode 100644
index 0000000..8ab30c9
--- /dev/null
+++ b/games-kids/gmult/gmult-8.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils flag-o-matic
+
+DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
+HOMEPAGE="http://www.mterry.name/gmult/"
+SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+	x11-libs/gtk+:3
+	virtual/libintl"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_configure() {
+	append-libs -lm
+	econf # \
+		#--bindir="${GAMES_BINDIR}"
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2017-12-01 19:31 David Seifert
  0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-12-01 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:57:06 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 19:29:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0f3c4c

games-kids/gmult: [QA] Fix DESCRIPTION.toolong

 games-kids/gmult/gmult-8.0-r1.ebuild | 2 +-
 games-kids/gmult/gmult-8.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild
index e64331e0cbf..b7225806612 100644
--- a/games-kids/gmult/gmult-8.0-r1.ebuild
+++ b/games-kids/gmult/gmult-8.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils gnome2-utils flag-o-matic
 
-DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
 HOMEPAGE="http://www.mterry.name/gmult/"
 SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
 

diff --git a/games-kids/gmult/gmult-8.0.ebuild b/games-kids/gmult/gmult-8.0.ebuild
index a9fff5d730e..6bc15d4f201 100644
--- a/games-kids/gmult/gmult-8.0.ebuild
+++ b/games-kids/gmult/gmult-8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils gnome2-utils flag-o-matic games
 
-DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
 HOMEPAGE="http://www.mterry.name/gmult/"
 SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2021-07-10 15:51 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2021-07-10 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     07932273b51fef80bb3320c2f04fd943ffc4d544
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 12:43:26 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 15:49:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07932273

games-kids/gmult: add 9.0

Migrated to meson, and now requires vala due to no
longer shipping with pre-generated sources.

Closes: https://bugs.gentoo.org/680740
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-kids/gmult/Manifest         |  1 +
 games-kids/gmult/gmult-9.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 024d0ce58f0..91c97b2a8f7 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1 +1,2 @@
 DIST gmult-8.0.tar.bz2 222981 BLAKE2B 0b70c05844f0b0db7fec77e334406dab557898240b05d2990b10e2ef398a26a2d4ad65086c635798abb66a8daefe591e908d7374840ff0886a16908e98f21564 SHA512 40c29a998d50491de8c14f7e71ad298fb69e0dc6f1f04b1f9bf35f9f72010eb085a9bc7a9efa1f3c339ea44fdeb9eec4d4f82017442c57ebc28f992bc703252f
+DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a

diff --git a/games-kids/gmult/gmult-9.0.ebuild b/games-kids/gmult/gmult-9.0.ebuild
new file mode 100644
index 00000000000..9af0c3801d3
--- /dev/null
+++ b/games-kids/gmult/gmult-9.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson vala xdg
+
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
+HOMEPAGE="https://launchpad.net/gmult"
+SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	virtual/libintl
+	x11-libs/cairo
+	x11-libs/gtk+:3"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	dev-libs/appstream-glib
+	dev-util/desktop-file-utils
+	sys-devel/gettext"
+
+src_prepare() {
+	default
+	vala_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2021-07-17  8:16 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2021-07-17  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     69da980a484fd97186cfeadb583f7ce32955a9d5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 07:42:27 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 07:58:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69da980a

games-kids/gmult: drop 8.0-r1

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

 games-kids/gmult/Manifest            |  1 -
 games-kids/gmult/gmult-8.0-r1.ebuild | 39 ------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 91c97b2a8f7..6f9d6b4900a 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
-DIST gmult-8.0.tar.bz2 222981 BLAKE2B 0b70c05844f0b0db7fec77e334406dab557898240b05d2990b10e2ef398a26a2d4ad65086c635798abb66a8daefe591e908d7374840ff0886a16908e98f21564 SHA512 40c29a998d50491de8c14f7e71ad298fb69e0dc6f1f04b1f9bf35f9f72010eb085a9bc7a9efa1f3c339ea44fdeb9eec4d4f82017442c57ebc28f992bc703252f
 DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a

diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild
deleted file mode 100644
index 3e67c28d08b..00000000000
--- a/games-kids/gmult/gmult-8.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils flag-o-matic
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="http://www.mterry.name/gmult/"
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:3
-	virtual/libintl"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	append-libs -lm
-	econf # \
-		#--bindir="${GAMES_BINDIR}"
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2022-03-04 12:39 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2022-03-04 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ce38a532598651b348124b82fc5ac6a3e808daba
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 11:22:24 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 12:37:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce38a532

games-kids/gmult: add 10.0, gtk3->4

Also EAPI7->8 and update LICENSE since upstream clarified usage.

Upstream also made the check for appstream-glib/desktop-file-utils
optional. Given only used by tests which aren't meaningful (e.g.
runs desktop-file-validate on .desktop), removed and disabled tests
rather than add IUSE=test.

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

 games-kids/gmult/Manifest          |  1 +
 games-kids/gmult/gmult-10.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 6f9d6b4900aa..6aeaa2c2d824 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1 +1,2 @@
+DIST gmult-10.0.tar.xz 186116 BLAKE2B 0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b SHA512 f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
 DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a

diff --git a/games-kids/gmult/gmult-10.0.ebuild b/games-kids/gmult/gmult-10.0.ebuild
new file mode 100644
index 000000000000..6df28b33de33
--- /dev/null
+++ b/games-kids/gmult/gmult-10.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson vala xdg
+
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
+HOMEPAGE="https://launchpad.net/gmult/"
+SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # only used for unnecessary .desktop/.po validation
+
+RDEPEND="
+	dev-libs/glib:2
+	gui-libs/gtk:4[introspection]
+	gui-libs/libadwaita:1[vala]
+	virtual/libintl
+	x11-libs/cairo
+	x11-libs/pango"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext"
+
+DOCS=( NEWS.md README.md )
+
+src_configure() {
+	vala_setup
+	meson_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2022-03-14 11:43 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2022-03-14 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bec8dd27edf1ff2edbf91482681a759f12f557a6
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:03:47 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:42:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec8dd27

games-kids/gmult: drop 9.0

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

 games-kids/gmult/Manifest         |  1 -
 games-kids/gmult/gmult-9.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 6aeaa2c2d824..e609bd66bcf3 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
 DIST gmult-10.0.tar.xz 186116 BLAKE2B 0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b SHA512 f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
-DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a

diff --git a/games-kids/gmult/gmult-9.0.ebuild b/games-kids/gmult/gmult-9.0.ebuild
deleted file mode 100644
index 9af0c3801d31..000000000000
--- a/games-kids/gmult/gmult-9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="https://launchpad.net/gmult"
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-libs/glib:2
-	virtual/libintl
-	x11-libs/cairo
-	x11-libs/gtk+:3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	$(vala_depend)
-	dev-libs/appstream-glib
-	dev-util/desktop-file-utils
-	sys-devel/gettext"
-
-src_prepare() {
-	default
-	vala_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2023-05-13  7:27 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-05-13  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a39df3bd8177a5c818ecb669f064974666845257
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 06:45:43 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May 13 07:26:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39df3bd

games-kids/gmult: update upstream metadata

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

 games-kids/gmult/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-kids/gmult/metadata.xml b/games-kids/gmult/metadata.xml
index df4f7d4b809b..aeb78b0568c6 100644
--- a/games-kids/gmult/metadata.xml
+++ b/games-kids/gmult/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Gentoo Games Project</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="launchpad">gmult</remote-id>
+		<remote-id type="gnome-gitlab">mterry/gmult</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2023-05-13  7:27 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-05-13  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     832ad38f2e56602e85a86954ab6c2e46eac9cf6c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 06:52:35 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May 13 07:26:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832ad38f

games-kids/gmult: add 12.0

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

 games-kids/gmult/Manifest          |  1 +
 games-kids/gmult/gmult-12.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index e609bd66bcf3..5411cef899ae 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1 +1,2 @@
 DIST gmult-10.0.tar.xz 186116 BLAKE2B 0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b SHA512 f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
+DIST gmult-12.0.tar.bz2 195103 BLAKE2B d1d93190a607dc62bf4809dff7c5240c97f49dc4c833ea91028e9810961125eadba6fac41852b53f674b14c1e4c777a8d9ed58496ad2641ad99ed961041c40c8 SHA512 617b51defaf61c7967c9ccd6898209330733709df4290717e6c158719d04c61a38fa6832197c937f8aef1da23dc2f820c707291761ef8437ab0e78850253768c

diff --git a/games-kids/gmult/gmult-12.0.ebuild b/games-kids/gmult/gmult-12.0.ebuild
new file mode 100644
index 000000000000..b2b12394e1db
--- /dev/null
+++ b/games-kids/gmult/gmult-12.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
+HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
+SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # only used for unnecessary .desktop/.po validation
+
+RDEPEND="
+	dev-libs/glib:2
+	>=gui-libs/gtk-4.10:4[introspection]
+	>=gui-libs/libadwaita-1.3:1[vala]
+	virtual/libintl
+	x11-libs/cairo
+	x11-libs/pango"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext"
+
+DOCS=( NEWS.md README.md )
+
+src_configure() {
+	vala_setup
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2023-09-23 11:48 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2023-09-23 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1e89835c72b0efd8523ea54d46dcb7e32e277b78
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 11:44:35 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 11:47:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e89835c

games-kids/gmult: add 13.0

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

 games-kids/gmult/Manifest          |  1 +
 games-kids/gmult/gmult-13.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 298e85c79718..1486fb7f3f25 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1 +1,2 @@
 DIST gmult-12.0.tar.bz2 195103 BLAKE2B d1d93190a607dc62bf4809dff7c5240c97f49dc4c833ea91028e9810961125eadba6fac41852b53f674b14c1e4c777a8d9ed58496ad2641ad99ed961041c40c8 SHA512 617b51defaf61c7967c9ccd6898209330733709df4290717e6c158719d04c61a38fa6832197c937f8aef1da23dc2f820c707291761ef8437ab0e78850253768c
+DIST gmult-13.0.tar.bz2 202650 BLAKE2B 894a7a5fda188497e4c3a431f40b1ccff6ab875e2938b8d4174fa8d1925087b921eca989a7678d9c99c8afc242c5ad741de0b88947a094da40469b6c1f803ac0 SHA512 08c162c6a7184d38044fd11f1bb04b50dd0ab763c60150bb3b706faff8b4ea360fd44c53bd41422e164593a869416a366927f9b90c923b372cf1f25b61b424a1

diff --git a/games-kids/gmult/gmult-13.0.ebuild b/games-kids/gmult/gmult-13.0.ebuild
new file mode 100644
index 000000000000..d30313af7d24
--- /dev/null
+++ b/games-kids/gmult/gmult-13.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
+HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
+SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # only used for unnecessary .desktop/.po validation
+
+RDEPEND="
+	dev-libs/glib:2
+	>=gui-libs/gtk-4.10:4[introspection]
+	>=gui-libs/libadwaita-1.3:1[vala]
+	virtual/libintl
+	x11-libs/cairo
+	x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext
+"
+
+DOCS=( NEWS.md README.md )
+
+src_configure() {
+	vala_setup
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2024-03-28 11:20 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-03-28 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     86352f3a63b9df74aa03aea955ba4247a460fe94
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 10:14:41 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 11:18:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86352f3a

games-kids/gmult: drop 12.0

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

 games-kids/gmult/Manifest          |  1 -
 games-kids/gmult/gmult-12.0.ebuild | 46 --------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 1486fb7f3f25..536d5db037b0 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
-DIST gmult-12.0.tar.bz2 195103 BLAKE2B d1d93190a607dc62bf4809dff7c5240c97f49dc4c833ea91028e9810961125eadba6fac41852b53f674b14c1e4c777a8d9ed58496ad2641ad99ed961041c40c8 SHA512 617b51defaf61c7967c9ccd6898209330733709df4290717e6c158719d04c61a38fa6832197c937f8aef1da23dc2f820c707291761ef8437ab0e78850253768c
 DIST gmult-13.0.tar.bz2 202650 BLAKE2B 894a7a5fda188497e4c3a431f40b1ccff6ab875e2938b8d4174fa8d1925087b921eca989a7678d9c99c8afc242c5ad741de0b88947a094da40469b6c1f803ac0 SHA512 08c162c6a7184d38044fd11f1bb04b50dd0ab763c60150bb3b706faff8b4ea360fd44c53bd41422e164593a869416a366927f9b90c923b372cf1f25b61b424a1

diff --git a/games-kids/gmult/gmult-12.0.ebuild b/games-kids/gmult/gmult-12.0.ebuild
deleted file mode 100644
index d30313af7d24..000000000000
--- a/games-kids/gmult/gmult-12.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
-SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # only used for unnecessary .desktop/.po validation
-
-RDEPEND="
-	dev-libs/glib:2
-	>=gui-libs/gtk-4.10:4[introspection]
-	>=gui-libs/libadwaita-1.3:1[vala]
-	virtual/libintl
-	x11-libs/cairo
-	x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	$(vala_depend)
-	sys-devel/gettext
-"
-
-DOCS=( NEWS.md README.md )
-
-src_configure() {
-	vala_setup
-	meson_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2024-04-28 20:55 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-04-28 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3f9189a5ac0b5c175fd54228aa7702e9e9c632
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 20:50:30 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 20:54:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f9189

games-kids/gmult: add 14.0

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

 games-kids/gmult/Manifest          |  1 +
 games-kids/gmult/gmult-14.0.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 536d5db037b0..be30cf12d9c4 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1 +1,2 @@
 DIST gmult-13.0.tar.bz2 202650 BLAKE2B 894a7a5fda188497e4c3a431f40b1ccff6ab875e2938b8d4174fa8d1925087b921eca989a7678d9c99c8afc242c5ad741de0b88947a094da40469b6c1f803ac0 SHA512 08c162c6a7184d38044fd11f1bb04b50dd0ab763c60150bb3b706faff8b4ea360fd44c53bd41422e164593a869416a366927f9b90c923b372cf1f25b61b424a1
+DIST gmult-14.0.tar.bz2 202720 BLAKE2B d9a3684eaef34ffbdba99f8d71c5166baea6535c134979f778b99a3c10a80b2f34f0b26f63328fd1e94dc0f2b15a8bf1cab1cf14a1f8f1ddab7dce79232e4424 SHA512 b08dc9d79d568ad7346f37acefd8351e6be17234a0e2477d3425dcba16bde2c96052598806ebd2328e9c16456b8b8c8c3e6df8100c90741fbbc0171d0c01486a

diff --git a/games-kids/gmult/gmult-14.0.ebuild b/games-kids/gmult/gmult-14.0.ebuild
new file mode 100644
index 000000000000..5e0f2317d381
--- /dev/null
+++ b/games-kids/gmult/gmult-14.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
+HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
+SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # only used for unnecessary .desktop/.po validation
+
+RDEPEND="
+	dev-libs/glib:2
+	>=gui-libs/gtk-4.14:4[introspection]
+	>=gui-libs/libadwaita-1.5:1[vala]
+	media-libs/graphene
+	virtual/libintl
+	x11-libs/cairo
+	x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext
+"
+
+DOCS=( NEWS.md README.md )
+
+src_configure() {
+	vala_setup
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
@ 2024-11-04 16:15 Ionen Wolkens
  0 siblings, 0 replies; 12+ messages in thread
From: Ionen Wolkens @ 2024-11-04 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     373e12da879d2f9ec3619dda10293b813bf3d1a3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  4 15:18:54 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov  4 16:13:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373e12da

games-kids/gmult: drop 13.0

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

 games-kids/gmult/Manifest          |  1 -
 games-kids/gmult/gmult-13.0.ebuild | 46 --------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index be30cf12d9c4..d8c481b188f4 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
-DIST gmult-13.0.tar.bz2 202650 BLAKE2B 894a7a5fda188497e4c3a431f40b1ccff6ab875e2938b8d4174fa8d1925087b921eca989a7678d9c99c8afc242c5ad741de0b88947a094da40469b6c1f803ac0 SHA512 08c162c6a7184d38044fd11f1bb04b50dd0ab763c60150bb3b706faff8b4ea360fd44c53bd41422e164593a869416a366927f9b90c923b372cf1f25b61b424a1
 DIST gmult-14.0.tar.bz2 202720 BLAKE2B d9a3684eaef34ffbdba99f8d71c5166baea6535c134979f778b99a3c10a80b2f34f0b26f63328fd1e94dc0f2b15a8bf1cab1cf14a1f8f1ddab7dce79232e4424 SHA512 b08dc9d79d568ad7346f37acefd8351e6be17234a0e2477d3425dcba16bde2c96052598806ebd2328e9c16456b8b8c8c3e6df8100c90741fbbc0171d0c01486a

diff --git a/games-kids/gmult/gmult-13.0.ebuild b/games-kids/gmult/gmult-13.0.ebuild
deleted file mode 100644
index d30313af7d24..000000000000
--- a/games-kids/gmult/gmult-13.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
-SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # only used for unnecessary .desktop/.po validation
-
-RDEPEND="
-	dev-libs/glib:2
-	>=gui-libs/gtk-4.10:4[introspection]
-	>=gui-libs/libadwaita-1.3:1[vala]
-	virtual/libintl
-	x11-libs/cairo
-	x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	$(vala_depend)
-	sys-devel/gettext
-"
-
-DOCS=( NEWS.md README.md )
-
-src_configure() {
-	vala_setup
-	meson_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


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

end of thread, other threads:[~2024-11-04 16:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-14 11:43 [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 16:15 Ionen Wolkens
2024-04-28 20:55 Ionen Wolkens
2024-03-28 11:20 Ionen Wolkens
2023-09-23 11:48 Ionen Wolkens
2023-05-13  7:27 Ionen Wolkens
2023-05-13  7:27 Ionen Wolkens
2022-03-04 12:39 Ionen Wolkens
2021-07-17  8:16 Ionen Wolkens
2021-07-10 15:51 Ionen Wolkens
2017-12-01 19:31 David Seifert
2016-08-05 16:35 Austin English

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