public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2017-10-22 17:01 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2017-10-22 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ec202faa1c6887278368687a280cce2f730adf7a
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Tue Oct 10 18:07:16 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 17:01:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec202faa

games-board/tetzle: use HTTPS for links to gottcode.org.

 games-board/tetzle/tetzle-2.0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild
index 848ecf3551f..c69db906bb1 100644
--- a/games-board/tetzle/tetzle-2.0.3.ebuild
+++ b/games-board/tetzle/tetzle-2.0.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit qt4-r2 gnome2-utils games
 
 DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces"
-HOMEPAGE="http://gottcode.org/tetzle/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
+HOMEPAGE="https://gottcode.org/tetzle/"
+SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2018-01-17 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4461d0c89429e256263477498246d52e3daf0b32
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 21:30:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 21:34:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4461d0c8

games-board/tetzle: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-board/tetzle/Manifest            |  1 -
 games-board/tetzle/tetzle-2.0.3.ebuild | 52 ----------------------------------
 2 files changed, 53 deletions(-)

diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest
index 30866c01c46..78dc6b65590 100644
--- a/games-board/tetzle/Manifest
+++ b/games-board/tetzle/Manifest
@@ -1,2 +1 @@
-DIST tetzle-2.0.3-src.tar.bz2 641065 BLAKE2B ff5108fa592c3907bcf38af3b2bf2984f80734bf6ae8fd8f78d52d657089db11acae6b7d6c5cc206c157b11b0fe1fc66a054f1dbf981b0de2edcdb61bed9bee8 SHA512 39853cc37b0bae676fc516e56c2bb6a54d5cacccd5978d5bd9cd735bf9fcb09948871af06cdb3b3d1a510c51ea71ac3720bbfe2558c2effaa00e00708a70f7d9
 DIST tetzle-2.1.1-src.tar.bz2 1246920 BLAKE2B dab8128b70fd6650da190b27f356b1db9d763b65b9192cb19140d81b5ae6aed8eadef19d5c5e36a9d223e5a9dee81c8c90b604a822df7dce725b4c98fbe139b0 SHA512 80022556ccadc19f0b4357b0f629b340cb040fdff927dccd540fba5383ae4638fcca020be020c78a3809d0ca70fae7d7f19342f3e2a162f53f5e5e3b83ddf11d

diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild
deleted file mode 100644
index 6539368bf91..00000000000
--- a/games-board/tetzle/tetzle-2.0.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit qt4-r2 gnome2-utils games
-
-DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces"
-HOMEPAGE="https://gottcode.org/tetzle/"
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-qt/qtgui-4.7:4
-	>=dev-qt/qtopengl-4.7:4"
-RDEPEND="${DEPEND}"
-
-DOCS="ChangeLog CREDITS"
-
-src_prepare() {
-	sed -i \
-		-e "s:appdir + \"/../share/\":\"${GAMES_DATADIR}/\":" \
-		src/locale_dialog.cpp || die
-	sed -i \
-		-e "/qm.path/s:\$\$PREFIX/share:${GAMES_DATADIR}:" \
-		${PN}.pro || die
-}
-
-src_configure() {
-	eqmake4 BINDIR="${GAMES_BINDIR/\/usr}" PREFIX="/usr"
-}
-
-src_install() {
-	qt4-r2_src_install
-	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] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2018-01-17 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     acc0ad3166f9a68e5bae0474db2e9937a60333fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 19:14:57 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 21:34:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc0ad31

games-board/tetzle: 2.1.1 version bump

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-board/tetzle/Manifest            |  1 +
 games-board/tetzle/tetzle-2.1.1.ebuild | 42 ++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest
index 13f0b8cc7a0..30866c01c46 100644
--- a/games-board/tetzle/Manifest
+++ b/games-board/tetzle/Manifest
@@ -1 +1,2 @@
 DIST tetzle-2.0.3-src.tar.bz2 641065 BLAKE2B ff5108fa592c3907bcf38af3b2bf2984f80734bf6ae8fd8f78d52d657089db11acae6b7d6c5cc206c157b11b0fe1fc66a054f1dbf981b0de2edcdb61bed9bee8 SHA512 39853cc37b0bae676fc516e56c2bb6a54d5cacccd5978d5bd9cd735bf9fcb09948871af06cdb3b3d1a510c51ea71ac3720bbfe2558c2effaa00e00708a70f7d9
+DIST tetzle-2.1.1-src.tar.bz2 1246920 BLAKE2B dab8128b70fd6650da190b27f356b1db9d763b65b9192cb19140d81b5ae6aed8eadef19d5c5e36a9d223e5a9dee81c8c90b604a822df7dce725b4c98fbe139b0 SHA512 80022556ccadc19f0b4357b0f629b340cb040fdff927dccd540fba5383ae4638fcca020be020c78a3809d0ca70fae7d7f19342f3e2a162f53f5e5e3b83ddf11d

diff --git a/games-board/tetzle/tetzle-2.1.1.ebuild b/games-board/tetzle/tetzle-2.1.1.ebuild
new file mode 100644
index 00000000000..de1e76ffa68
--- /dev/null
+++ b/games-board/tetzle/tetzle-2.1.1.ebuild
@@ -0,0 +1,42 @@
+# 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 jigsaw puzzle game that uses tetrominoes for the pieces"
+HOMEPAGE="https://gottcode.org/tetzle/"
+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
+"
+
+DOCS=( ChangeLog CREDITS )
+
+src_configure() {
+	eqmake5
+}
+
+src_install(){
+	emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

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

commit:     1d7ffb7d77d0cd7900d1e23383eac865935afc16
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 18:29:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 18:34:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7ffb7d

games-board/tetzle: Drop old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 games-board/tetzle/Manifest            |  1 -
 games-board/tetzle/tetzle-2.1.1.ebuild | 42 ----------------------------------
 2 files changed, 43 deletions(-)

diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest
index d8aaa43b45a..4a67b057918 100644
--- a/games-board/tetzle/Manifest
+++ b/games-board/tetzle/Manifest
@@ -1,2 +1 @@
-DIST tetzle-2.1.1-src.tar.bz2 1246920 BLAKE2B dab8128b70fd6650da190b27f356b1db9d763b65b9192cb19140d81b5ae6aed8eadef19d5c5e36a9d223e5a9dee81c8c90b604a822df7dce725b4c98fbe139b0 SHA512 80022556ccadc19f0b4357b0f629b340cb040fdff927dccd540fba5383ae4638fcca020be020c78a3809d0ca70fae7d7f19342f3e2a162f53f5e5e3b83ddf11d
 DIST tetzle-2.1.3-src.tar.bz2 1022680 BLAKE2B 197e2a221a779734d3cd76d5600460df42014a31a032fca2f5c181d54c004f56e6beb9803c60fd53edf5b0d4a614b3d0709fd8913d561e49a938a2f6f1943001 SHA512 6f4541ad2f67ac8a98bd0e1683d4cb6131a85a4e9d31a9dae0a97177a721038750f4276fb3a592b97804daceb1b99f0117e14c6221a6a6ce74b852b00ed5c607

diff --git a/games-board/tetzle/tetzle-2.1.1.ebuild b/games-board/tetzle/tetzle-2.1.1.ebuild
deleted file mode 100644
index de1e76ffa68..00000000000
--- a/games-board/tetzle/tetzle-2.1.1.ebuild
+++ /dev/null
@@ -1,42 +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 jigsaw puzzle game that uses tetrominoes for the pieces"
-HOMEPAGE="https://gottcode.org/tetzle/"
-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
-"
-
-DOCS=( ChangeLog CREDITS )
-
-src_configure() {
-	eqmake5
-}
-
-src_install(){
-	emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2019-02-14 23:06 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2019-02-14 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     64b60e7aed19589c06a8ec6e270f88a1310ecafb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 14 20:45:28 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 14 23:06:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b60e7a

games-board/tetzle: Switch from gnome2-utils to xdg, EAPI-7 bump

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

 games-board/tetzle/tetzle-2.1.3.ebuild | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)

diff --git a/games-board/tetzle/tetzle-2.1.3.ebuild b/games-board/tetzle/tetzle-2.1.3.ebuild
index bc3518d35a8..dfd7e0638d6 100644
--- a/games-board/tetzle/tetzle-2.1.3.ebuild
+++ b/games-board/tetzle/tetzle-2.1.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit gnome2-utils qmake-utils xdg-utils
+inherit qmake-utils xdg
 
-DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces"
+DESCRIPTION="Jigsaw puzzle game that uses tetrominoes for the pieces"
 HOMEPAGE="https://gottcode.org/tetzle/"
 SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
 
@@ -14,14 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
+BDEPEND="
+	dev-qt/linguist-tools:5
+"
+DEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 "
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
@@ -33,15 +34,3 @@ src_install(){
 	emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
 	einstalldocs
 }
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2023-04-23  6:12 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2023-04-23  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5eaf5225f6a87f724926dfc60ceadaa6318e90ca
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 06:04:20 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 06:12:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaf5225

games-board/tetzle: depend on qtbase/gui[-gles2-only]

Turns out 2.2.2 still fails to build if that's set.

While at it, also update the old so can hopefully close #791769.

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

 games-board/tetzle/{tetzle-2.1.3.ebuild => tetzle-2.1.3-r1.ebuild} | 4 ++--
 games-board/tetzle/tetzle-2.2.2.ebuild                             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-board/tetzle/tetzle-2.1.3.ebuild b/games-board/tetzle/tetzle-2.1.3-r1.ebuild
similarity index 89%
rename from games-board/tetzle/tetzle-2.1.3.ebuild
rename to games-board/tetzle/tetzle-2.1.3-r1.ebuild
index dbce5456d1c7..b47e7036d289 100644
--- a/games-board/tetzle/tetzle-2.1.3.ebuild
+++ b/games-board/tetzle/tetzle-2.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ BDEPEND="
 "
 DEPEND="
 	dev-qt/qtcore:5
-	dev-qt/qtgui:5
+	dev-qt/qtgui:5[-gles2-only]
 	dev-qt/qtwidgets:5
 "
 RDEPEND="${DEPEND}"

diff --git a/games-board/tetzle/tetzle-2.2.2.ebuild b/games-board/tetzle/tetzle-2.2.2.ebuild
index 7e6891c9b725..a3bd63f75c46 100644
--- a/games-board/tetzle/tetzle-2.2.2.ebuild
+++ b/games-board/tetzle/tetzle-2.2.2.ebuild
@@ -13,6 +13,6 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets]"
+RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]"
 DEPEND="${RDEPEND}"
 BDEPEND="dev-qt/qttools:6[linguist]"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2023-11-29  8:22 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-11-29  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     08bc2f08437237a7f8b727687c62bfaadf6f3d40
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 08:20:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 08:20:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bc2f08

games-board/tetzle: Keyword 2.2.2 x86, #908284

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/tetzle/tetzle-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/tetzle/tetzle-2.2.2.ebuild b/games-board/tetzle/tetzle-2.2.2.ebuild
index a3bd63f75c46..8b010df956c4 100644
--- a/games-board/tetzle/tetzle-2.2.2.ebuild
+++ b/games-board/tetzle/tetzle-2.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/tetzle/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2024-01-16 19:11 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2024-01-16 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b48a0368626fd2271971b6cf481d682083c763c8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 19:07:29 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 19:10:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a0368

games-board/tetzle: add 2.2.3

Almost identical to 2.2.2, just updates some deprecated code.

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

 games-board/tetzle/Manifest            |  1 +
 games-board/tetzle/tetzle-2.2.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest
index b587d6e0d21d..726ceddd01d9 100644
--- a/games-board/tetzle/Manifest
+++ b/games-board/tetzle/Manifest
@@ -1 +1,2 @@
 DIST tetzle-2.2.2.tar.bz2 1094634 BLAKE2B 9fa50b6d691226f1b3526361e141f7ef566d9eea7db72b9d825afd52ae312cbb3b794e427014f427518da2a6fac0adf32bc0a557246042079fc0a2693ee68e34 SHA512 1aee8b110acd496cd885a207a4d229840f9c3f6960ed16b2f6a2c1f452f6234e4d88429c0276affb7e8c486d18b64ab36ada9cddcb006c4c56284216b5351891
+DIST tetzle-2.2.3.tar.bz2 1094553 BLAKE2B 4e0b05199d6c3a3d7274e96f3187b2d08607cf28e5f1dd23de7f68422e577267c6977a822676afe62c73e606510b8869edb111827075977ed503d3ea5b421822 SHA512 e29c461d65e386d74c28aa3c4cd95aa015e1353c59c1b47e391cc7fee75983f7767de0bef82a48109aef1acc91292247351f669e9dceadfcff638050eb532347

diff --git a/games-board/tetzle/tetzle-2.2.3.ebuild b/games-board/tetzle/tetzle-2.2.3.ebuild
new file mode 100644
index 000000000000..a0952fa10bf5
--- /dev/null
+++ b/games-board/tetzle/tetzle-2.2.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Jigsaw puzzle game that uses tetrominoes for the pieces"
+HOMEPAGE="https://gottcode.org/tetzle/"
+SRC_URI="https://gottcode.org/tetzle/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/
@ 2024-01-23  9:11 Ionen Wolkens
  0 siblings, 0 replies; 9+ messages in thread
From: Ionen Wolkens @ 2024-01-23  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     812e4d487a4c57ea5a4fdac48844c0eea69f3e06
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 08:53:59 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 09:09:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812e4d48

games-board/tetzle: drop 2.2.2

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

 games-board/tetzle/Manifest            |  1 -
 games-board/tetzle/tetzle-2.2.2.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest
index 726ceddd01d9..b2af7d19ae70 100644
--- a/games-board/tetzle/Manifest
+++ b/games-board/tetzle/Manifest
@@ -1,2 +1 @@
-DIST tetzle-2.2.2.tar.bz2 1094634 BLAKE2B 9fa50b6d691226f1b3526361e141f7ef566d9eea7db72b9d825afd52ae312cbb3b794e427014f427518da2a6fac0adf32bc0a557246042079fc0a2693ee68e34 SHA512 1aee8b110acd496cd885a207a4d229840f9c3f6960ed16b2f6a2c1f452f6234e4d88429c0276affb7e8c486d18b64ab36ada9cddcb006c4c56284216b5351891
 DIST tetzle-2.2.3.tar.bz2 1094553 BLAKE2B 4e0b05199d6c3a3d7274e96f3187b2d08607cf28e5f1dd23de7f68422e577267c6977a822676afe62c73e606510b8869edb111827075977ed503d3ea5b421822 SHA512 e29c461d65e386d74c28aa3c4cd95aa015e1353c59c1b47e391cc7fee75983f7767de0bef82a48109aef1acc91292247351f669e9dceadfcff638050eb532347

diff --git a/games-board/tetzle/tetzle-2.2.2.ebuild b/games-board/tetzle/tetzle-2.2.2.ebuild
deleted file mode 100644
index 8b010df956c4..000000000000
--- a/games-board/tetzle/tetzle-2.2.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Jigsaw puzzle game that uses tetrominoes for the pieces"
-HOMEPAGE="https://gottcode.org/tetzle/"
-SRC_URI="https://gottcode.org/tetzle/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/qttools:6[linguist]"


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

end of thread, other threads:[~2024-01-23  9:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23  9:11 [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2024-01-16 19:11 Ionen Wolkens
2023-11-29  8:22 Arthur Zamarin
2023-04-23  6:12 Ionen Wolkens
2019-02-14 23:06 Andreas Sturmlechner
2018-07-11 18:34 Andreas Sturmlechner
2018-01-17 21:35 Andreas Sturmlechner
2018-01-17 21:35 Andreas Sturmlechner
2017-10-22 17:01 Patrice Clement

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