public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2016-11-03  9:40 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2016-11-03  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     51b7cee5a6769077087b6e91eb9db43a81bde446
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 09:39:41 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 09:40:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b7cee5

games-puzzle/gottet: version bump

Package-Manager: portage-2.3.2

 games-puzzle/gottet/Manifest            |  1 +
 games-puzzle/gottet/gottet-1.1.3.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index 6afb739..161c572 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1 +1,2 @@
 DIST gottet-1.0.6-src.tar.bz2 268854 SHA256 66338509e04927b76804cb0a3ebb31989a4c6f2500e8b99bec6d1db1121cd561 SHA512 20755d1bdd62259226dbe389a322bb8abf8608e0b08ee337e4a4b59e881ea176ccb5579fd4047ea994024b8db8bdb645b002ece00d7858dd235406c0505dee8e WHIRLPOOL f6c6ea0e49f50a05d46ef0c03da89563324ae4b68c4b6cebbdb5f4d9b2a24c4813e9f058135e6a33568fb95117f8765c507a4b01dff626a0b176bbbf8bfc3062
+DIST gottet-1.1.3-src.tar.bz2 395302 SHA256 ff8111c9760091980d12bc116ff75599d231437fea6a9313e7ab1bd0b2a15e1b SHA512 9fc468ca16a37eee29d2c172e8e98501c85dc20bee4e9daac2704a0eedb691d8df24905f2696a9331628bf9c91692da0fbbf86e3f80b6d65d4100aed2e4007a6 WHIRLPOOL 5ff45e2ee1a5017c71cb33af2b52bbf267a04a861735a286ee6b92082fb9a6739fc22ecb405e944dfebd74348dff890f5cf652fe3ae37037499d8dacc5858057

diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
new file mode 100644
index 00000000..bc9bf66
--- /dev/null
+++ b/games-puzzle/gottet/gottet-1.1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="A tetris clone based on Qt4"
+HOMEPAGE="https://gottcode.org/gottet/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	eqmake5 PREFIX="/usr"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2017-06-18 19:08 James Le Cuirot
  0 siblings, 0 replies; 10+ messages in thread
From: James Le Cuirot @ 2017-06-18 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bae1b0fe479557d940aeda2bfcdd30c3317ea313
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Jun 17 12:15:47 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 19:07:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae1b0fe

games-puzzle/gottet: updated DESCRIPTION and copyright year

Closes: https://github.com/gentoo/gentoo/pull/4949

 games-puzzle/gottet/gottet-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
index 6ddf53107df..dc064e6784b 100644
--- a/games-puzzle/gottet/gottet-1.1.3.ebuild
+++ b/games-puzzle/gottet/gottet-1.1.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit gnome2-utils qmake-utils
 
-DESCRIPTION="A tetris clone based on Qt4"
+DESCRIPTION="A tetris clone based on Qt5"
 HOMEPAGE="https://gottcode.org/gottet/"
 SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2017-09-21 14:04 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     dd57013d4a6573fb87028744d255dd7dc4b024e8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:03:08 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:03:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd57013d

games-puzzle/gottet: stabilise 1.1.3 for amd64/x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-puzzle/gottet/gottet-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
index dc064e6784b..ca8a0973f6c 100644
--- a/games-puzzle/gottet/gottet-1.1.3.ebuild
+++ b/games-puzzle/gottet/gottet-1.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2017-09-21 14:11 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6a19cfae00834cde879f79bd914106b29bc9453a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:10:52 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19cfae

games-puzzle/gottet: remove redundant function call

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-puzzle/gottet/gottet-1.1.3.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
index ca8a0973f6c..3a021646c64 100644
--- a/games-puzzle/gottet/gottet-1.1.3.ebuild
+++ b/games-puzzle/gottet/gottet-1.1.3.ebuild
@@ -31,10 +31,6 @@ src_install() {
 	emake INSTALL_ROOT="${D}" install
 }
 
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
 pkg_postinst() {
 	gnome2_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2018-07-11 18:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-07-11 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     171e1a73caed05bed8a9e89718e797202cf3e52e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 17:38:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 18:34:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171e1a73

games-puzzle/gottet: 1.1.6 version bump

Fixes qmake with Qt 5.11.

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-puzzle/gottet/Manifest            |  1 +
 games-puzzle/gottet/gottet-1.1.6.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index 6eb210b9068..657cbff0ca9 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1 +1,2 @@
 DIST gottet-1.1.3-src.tar.bz2 395302 BLAKE2B 0e7193b09a8c42fc27d3c867b728f84d304109484b31a57c5175f936f6541bec0ef02c64558bd0754462fcf53e2d734e89ac2c3ebfa42719a9630ee82da3f575 SHA512 9fc468ca16a37eee29d2c172e8e98501c85dc20bee4e9daac2704a0eedb691d8df24905f2696a9331628bf9c91692da0fbbf86e3f80b6d65d4100aed2e4007a6
+DIST gottet-1.1.6-src.tar.bz2 527181 BLAKE2B 1cd090c81c6b4c629b3cf08c8c96a73b3aed18a86a70a1d837d866d0354e8adecfd438cdfc93a821991f9ab919263f2db7e542e13f2503abe16d4b311ea03c95 SHA512 6e004d96ccd11169c19ce5234691db35af34ff050139ae7fee3949f0a36170a1ec906f83ba2a1f2f15fc3538adb08da8c8b744fbfb3202dfc59ebfeea7136f0d

diff --git a/games-puzzle/gottet/gottet-1.1.6.ebuild b/games-puzzle/gottet/gottet-1.1.6.ebuild
new file mode 100644
index 00000000000..0d95a54b6a9
--- /dev/null
+++ b/games-puzzle/gottet/gottet-1.1.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="A tetris clone based on Qt5"
+HOMEPAGE="https://gottcode.org/gottet/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+src_configure() {
+	eqmake5 PREFIX="/usr"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2018-07-11 18:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-07-11 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     83ffafc1b9153251800d37a31cb604b8eeb7ebed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 17:39:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 18:34:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ffafc1

games-puzzle/gottet: Drop old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-puzzle/gottet/Manifest            |  1 -
 games-puzzle/gottet/gottet-1.1.3.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index 657cbff0ca9..ff7229f43a3 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1,2 +1 @@
-DIST gottet-1.1.3-src.tar.bz2 395302 BLAKE2B 0e7193b09a8c42fc27d3c867b728f84d304109484b31a57c5175f936f6541bec0ef02c64558bd0754462fcf53e2d734e89ac2c3ebfa42719a9630ee82da3f575 SHA512 9fc468ca16a37eee29d2c172e8e98501c85dc20bee4e9daac2704a0eedb691d8df24905f2696a9331628bf9c91692da0fbbf86e3f80b6d65d4100aed2e4007a6
 DIST gottet-1.1.6-src.tar.bz2 527181 BLAKE2B 1cd090c81c6b4c629b3cf08c8c96a73b3aed18a86a70a1d837d866d0354e8adecfd438cdfc93a821991f9ab919263f2db7e542e13f2503abe16d4b311ea03c95 SHA512 6e004d96ccd11169c19ce5234691db35af34ff050139ae7fee3949f0a36170a1ec906f83ba2a1f2f15fc3538adb08da8c8b744fbfb3202dfc59ebfeea7136f0d

diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
deleted file mode 100644
index 0d7f78f4b41..00000000000
--- a/games-puzzle/gottet/gottet-1.1.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-DESCRIPTION="A tetris clone based on Qt5"
-HOMEPAGE="https://gottcode.org/gottet/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	eqmake5 PREFIX="/usr"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2020-05-21 10:04 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     dd7d547fbab4bdd81b31c06a45fe3671d756d418
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:58:57 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 10:03:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7d547f

games-puzzle/gottet: 1.1.9 version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-puzzle/gottet/Manifest            |  1 +
 games-puzzle/gottet/gottet-1.1.9.ebuild | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index ff7229f43a3..025f172fba4 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1 +1,2 @@
 DIST gottet-1.1.6-src.tar.bz2 527181 BLAKE2B 1cd090c81c6b4c629b3cf08c8c96a73b3aed18a86a70a1d837d866d0354e8adecfd438cdfc93a821991f9ab919263f2db7e542e13f2503abe16d4b311ea03c95 SHA512 6e004d96ccd11169c19ce5234691db35af34ff050139ae7fee3949f0a36170a1ec906f83ba2a1f2f15fc3538adb08da8c8b744fbfb3202dfc59ebfeea7136f0d
+DIST gottet-1.1.9-src.tar.bz2 522179 BLAKE2B 437e4169a7d79239b984929ddb24579a4322c7e17ccb4b0d46a2731d74a1bdc195a4b02f617f1bdc5c4db3389013878b1bad25db556d36a06f45c74f88aec1e1 SHA512 64ccee7964f7da5abcd526a299b57b92fca5bf642afd8762771825adfa6e6ecd2dce92c6b461464768c05e0d0487d8385762bea7bc916d1260f6272cceff3fc0

diff --git a/games-puzzle/gottet/gottet-1.1.9.ebuild b/games-puzzle/gottet/gottet-1.1.9.ebuild
new file mode 100644
index 00000000000..5a4eb77d0de
--- /dev/null
+++ b/games-puzzle/gottet/gottet-1.1.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Tetris clone based on Qt5"
+HOMEPAGE="https://gottcode.org/gottet/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	eqmake5 PREFIX="/usr"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2020-05-21 10:04 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     02eb689fbb306969a1059b335bb4380b8949179b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:59:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 10:03:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02eb689f

games-puzzle/gottet: Drop 1.1.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-puzzle/gottet/Manifest            |  1 -
 games-puzzle/gottet/gottet-1.1.6.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index 025f172fba4..ca5890213f7 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1,2 +1 @@
-DIST gottet-1.1.6-src.tar.bz2 527181 BLAKE2B 1cd090c81c6b4c629b3cf08c8c96a73b3aed18a86a70a1d837d866d0354e8adecfd438cdfc93a821991f9ab919263f2db7e542e13f2503abe16d4b311ea03c95 SHA512 6e004d96ccd11169c19ce5234691db35af34ff050139ae7fee3949f0a36170a1ec906f83ba2a1f2f15fc3538adb08da8c8b744fbfb3202dfc59ebfeea7136f0d
 DIST gottet-1.1.9-src.tar.bz2 522179 BLAKE2B 437e4169a7d79239b984929ddb24579a4322c7e17ccb4b0d46a2731d74a1bdc195a4b02f617f1bdc5c4db3389013878b1bad25db556d36a06f45c74f88aec1e1 SHA512 64ccee7964f7da5abcd526a299b57b92fca5bf642afd8762771825adfa6e6ecd2dce92c6b461464768c05e0d0487d8385762bea7bc916d1260f6272cceff3fc0

diff --git a/games-puzzle/gottet/gottet-1.1.6.ebuild b/games-puzzle/gottet/gottet-1.1.6.ebuild
deleted file mode 100644
index 0d95a54b6a9..00000000000
--- a/games-puzzle/gottet/gottet-1.1.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-DESCRIPTION="A tetris clone based on Qt5"
-HOMEPAGE="https://gottcode.org/gottet/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
-
-src_configure() {
-	eqmake5 PREFIX="/usr"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2025-02-17 16:47 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2025-02-17 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6feb3aa522c1ef2348af269d98ae2dad45be20ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:13:01 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 16:46:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feb3aa5

games-puzzle/gottet: drop 1.1.9

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-puzzle/gottet/Manifest            |  1 -
 games-puzzle/gottet/gottet-1.1.9.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/games-puzzle/gottet/Manifest b/games-puzzle/gottet/Manifest
index c9e4a7f59e23..e72d2c7967fd 100644
--- a/games-puzzle/gottet/Manifest
+++ b/games-puzzle/gottet/Manifest
@@ -1,2 +1 @@
-DIST gottet-1.1.9-src.tar.bz2 522179 BLAKE2B 437e4169a7d79239b984929ddb24579a4322c7e17ccb4b0d46a2731d74a1bdc195a4b02f617f1bdc5c4db3389013878b1bad25db556d36a06f45c74f88aec1e1 SHA512 64ccee7964f7da5abcd526a299b57b92fca5bf642afd8762771825adfa6e6ecd2dce92c6b461464768c05e0d0487d8385762bea7bc916d1260f6272cceff3fc0
 DIST gottet-1.2.6.tar.bz2 524860 BLAKE2B 957fd1d46472d4297f043cd8af413e100468120087f63992b84b74e64d847d36f34fc817637c9646f1858f44f58178dbb13a97fcbf2107638eec71835e54baee SHA512 7d6271f5d6a6fbe4d0e0ef3b2ef49ec792f1b9d93c486ede913b5fc50620401083afe23cf01f0cd28e94c1851867946614753e6d35da0ba7ec3da9c41401eb25

diff --git a/games-puzzle/gottet/gottet-1.1.9.ebuild b/games-puzzle/gottet/gottet-1.1.9.ebuild
deleted file mode 100644
index 5a4eb77d0dec..000000000000
--- a/games-puzzle/gottet/gottet-1.1.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Tetris clone based on Qt5"
-HOMEPAGE="https://gottcode.org/gottet/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
-	dev-qt/linguist-tools:5
-"
-RDEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	eqmake5 PREFIX="/usr"
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
@ 2025-02-17 16:47 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2025-02-17 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     707e93358a4e78763d340bfa0297b725daf81fed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:45:08 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 16:46:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707e9335

games-puzzle/gottet: add github upstream metadata

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-puzzle/gottet/metadata.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/gottet/metadata.xml b/games-puzzle/gottet/metadata.xml
index 1c3ba213c494..7dc8b61e71d6 100644
--- a/games-puzzle/gottet/metadata.xml
+++ b/games-puzzle/gottet/metadata.xml
@@ -1,8 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>games@gentoo.org</email>
-	<name>Gentoo Games Project</name>
-</maintainer>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>graeme@gottcode.org</email>
+			<name>Graeme Gott</name>
+		</maintainer>
+		<bugs-to>https://gottcode.org/gottet/bugs/</bugs-to>
+		<remote-id type="github">gottcode/gottet</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2025-02-17 16:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 18:34 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 16:47 Andreas Sturmlechner
2025-02-17 16:47 Andreas Sturmlechner
2020-05-21 10:04 Andreas Sturmlechner
2020-05-21 10:04 Andreas Sturmlechner
2018-07-11 18:34 Andreas Sturmlechner
2017-09-21 14:11 Michael Palimaka
2017-09-21 14:04 Michael Palimaka
2017-06-18 19:08 James Le Cuirot
2016-11-03  9:40 Michael Palimaka

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