* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2016-11-03 9:30 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2016-11-03 9:30 UTC (permalink / raw
To: gentoo-commits
commit: a86300d55087f74f826a34a97a0e4fb2422c308a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 09:29:16 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 09:30:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86300d5
games-puzzle/cutemaze: version bump
Package-Manager: portage-2.3.2
games-puzzle/cutemaze/Manifest | 1 +
games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 45 +++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index f188a11..9d7322f 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1 +1,2 @@
DIST cutemaze-1.1.1-src.tar.bz2 370854 SHA256 3236d012af36a8390b86524e84d38baa40a12203a1e991c653203f3a23a7445d SHA512 5f61e640ffa26ff1fa3c983fc9b091294a7707eaabeb5b0c14fd4a1e5b271afdb3c5924c342319234e0f0b1dcdb122bbdf15fa1340d3b80ccc7550479aa70bde WHIRLPOOL 1c928473b951abe6801388b0451ffeda60f248063b3619761ef2501b6285026c484d771006ed1aa224f76ccc071d00b17557eac66854fcc1b3f195f4184985f9
+DIST cutemaze-1.2.0-src.tar.bz2 800890 SHA256 d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b SHA512 1628f0be74730260fc31898bcc42bd55515046e9ac6a22bb90cdfa1d728f829920bbe6e2360f3daa418ab789efe36891c1c95e399d636ecc4411969bb09f0a89 WHIRLPOOL 9ac56a136859e3852736ab8e467f1468514c91d1958661464f6cbd3fee904b2640387b3e77b999605a786917a454c8ecf5ae51a27057c6d7356be9e1d0978b11
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
new file mode 100644
index 00000000..d33ace7
--- /dev/null
+++ b/games-puzzle/cutemaze/cutemaze-1.2.0.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 simple, top-down game in which mazes are randomly generated"
+HOMEPAGE="https://gottcode.org/cutemaze/"
+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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2017-09-21 14:11 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
To: gentoo-commits
commit: f881340bcd724748f6db3f3751c52f93861973af
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:06:16 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f881340b
games-puzzle/cutemaze: remove 1.1.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-puzzle/cutemaze/Manifest | 1 -
games-puzzle/cutemaze/cutemaze-1.1.1.ebuild | 31 -----------------------------
2 files changed, 32 deletions(-)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index 9d7322fe970..b19744e9544 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1,2 +1 @@
-DIST cutemaze-1.1.1-src.tar.bz2 370854 SHA256 3236d012af36a8390b86524e84d38baa40a12203a1e991c653203f3a23a7445d SHA512 5f61e640ffa26ff1fa3c983fc9b091294a7707eaabeb5b0c14fd4a1e5b271afdb3c5924c342319234e0f0b1dcdb122bbdf15fa1340d3b80ccc7550479aa70bde WHIRLPOOL 1c928473b951abe6801388b0451ffeda60f248063b3619761ef2501b6285026c484d771006ed1aa224f76ccc071d00b17557eac66854fcc1b3f195f4184985f9
DIST cutemaze-1.2.0-src.tar.bz2 800890 SHA256 d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b SHA512 1628f0be74730260fc31898bcc42bd55515046e9ac6a22bb90cdfa1d728f829920bbe6e2360f3daa418ab789efe36891c1c95e399d636ecc4411969bb09f0a89 WHIRLPOOL 9ac56a136859e3852736ab8e467f1468514c91d1958661464f6cbd3fee904b2640387b3e77b999605a786917a454c8ecf5ae51a27057c6d7356be9e1d0978b11
diff --git a/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild b/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild
deleted file mode 100644
index cfe82a31ebf..00000000000
--- a/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qt4-r2 games
-
-DESCRIPTION="A simple, top-down game in which mazes are randomly generated"
-HOMEPAGE="http://gottcode.org/cutemaze/"
-SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtsvg:4"
-RDEPEND=${DEPEND}
-
-src_configure() {
- qt4-r2_src_configure
-}
-
-src_install() {
- dogamesbin cutemaze
- dodoc ChangeLog README
- doicon icons/${PN}.png
- domenu icons/${PN}.desktop
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2017-09-21 14:11 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 3fded91b2d5410455edd55158553222186959a89
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:06:04 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fded91b
games-puzzle/cutemaze: stabilise 1.2.0 for amd64/x86
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
index 67c40de3785..58b0d157a8a 100644
--- a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
+++ b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2017-09-21 14:11 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-09-21 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 779fc80e193fe7a4c2f8d720cac2ed9ed4a33cef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:11:13 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779fc80e
games-puzzle/cutemaze: remove redundant function call
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
index 58b0d157a8a..67b7329e92c 100644
--- a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
+++ b/games-puzzle/cutemaze/cutemaze-1.2.0.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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2018-07-11 18:34 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-07-11 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 9b129451619262342f9e5591f2b7a5ddd933db18
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 17:35:14 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=9b129451
games-puzzle/cutemaze: 1.2.3 version bump
Fixes qmake with Qt 5.11.
Package-Manager: Portage-2.3.42, Repoman-2.3.9
games-puzzle/cutemaze/Manifest | 1 +
games-puzzle/cutemaze/cutemaze-1.2.3.ebuild | 41 +++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index f29bd965d2f..197d4e94bf6 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1 +1,2 @@
DIST cutemaze-1.2.0-src.tar.bz2 800890 BLAKE2B 5865810bd974c1f2938c45f09d4d9e3b060932d7f4619b422e1d11f1bf6798b5846078cdc1efd4b104adf4203d9e301aca11f60ccbe3ba469f0c60c7a344d7cd SHA512 1628f0be74730260fc31898bcc42bd55515046e9ac6a22bb90cdfa1d728f829920bbe6e2360f3daa418ab789efe36891c1c95e399d636ecc4411969bb09f0a89
+DIST cutemaze-1.2.3-src.tar.bz2 938593 BLAKE2B 004a793ce12cae345f00eb5a018d69d13b2c99d24424938da5a00420fe3c25403ea02fb04603cb662c87c170cc6d8b6daf36228e2ac002c3e4692ee01caafcf3 SHA512 d864cc8e61047948272e9b910c7b90d393ac974ce1ca63475c7d308cfc3c96d771edd87f3a5a93803a777dcddf6049feacc2f373d21529187a83de03aa5f08ea
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild
new file mode 100644
index 00000000000..0f3981c5b11
--- /dev/null
+++ b/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild
@@ -0,0 +1,41 @@
+# 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 simple, top-down game in which mazes are randomly generated"
+HOMEPAGE="https://gottcode.org/cutemaze/"
+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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2018-07-11 18:34 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2018-07-11 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 89bc8862e8d7d4ff968d450667ccdd6e49921159
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 17:35:29 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=89bc8862
games-puzzle/cutemaze: Drop old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
games-puzzle/cutemaze/Manifest | 1 -
games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index 197d4e94bf6..baff05ae9b9 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1,2 +1 @@
-DIST cutemaze-1.2.0-src.tar.bz2 800890 BLAKE2B 5865810bd974c1f2938c45f09d4d9e3b060932d7f4619b422e1d11f1bf6798b5846078cdc1efd4b104adf4203d9e301aca11f60ccbe3ba469f0c60c7a344d7cd SHA512 1628f0be74730260fc31898bcc42bd55515046e9ac6a22bb90cdfa1d728f829920bbe6e2360f3daa418ab789efe36891c1c95e399d636ecc4411969bb09f0a89
DIST cutemaze-1.2.3-src.tar.bz2 938593 BLAKE2B 004a793ce12cae345f00eb5a018d69d13b2c99d24424938da5a00420fe3c25403ea02fb04603cb662c87c170cc6d8b6daf36228e2ac002c3e4692ee01caafcf3 SHA512 d864cc8e61047948272e9b910c7b90d393ac974ce1ca63475c7d308cfc3c96d771edd87f3a5a93803a777dcddf6049feacc2f373d21529187a83de03aa5f08ea
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild
deleted file mode 100644
index 668129d73ba..00000000000
--- a/games-puzzle/cutemaze/cutemaze-1.2.0.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 simple, top-down game in which mazes are randomly generated"
-HOMEPAGE="https://gottcode.org/cutemaze/"
-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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2020-05-21 10:07 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 10:07 UTC (permalink / raw
To: gentoo-commits
commit: dce499fa6d3ebca31481bad4e5231d805fb8b71f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 10:07:23 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 10:07:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce499fa
games-puzzle/cutemaze: Drop 1.2.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/cutemaze/Manifest | 1 -
games-puzzle/cutemaze/cutemaze-1.2.3.ebuild | 41 -----------------------------
2 files changed, 42 deletions(-)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index 7886d839f84..1e22a24dc75 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1,2 +1 @@
-DIST cutemaze-1.2.3-src.tar.bz2 938593 BLAKE2B 004a793ce12cae345f00eb5a018d69d13b2c99d24424938da5a00420fe3c25403ea02fb04603cb662c87c170cc6d8b6daf36228e2ac002c3e4692ee01caafcf3 SHA512 d864cc8e61047948272e9b910c7b90d393ac974ce1ca63475c7d308cfc3c96d771edd87f3a5a93803a777dcddf6049feacc2f373d21529187a83de03aa5f08ea
DIST cutemaze-1.2.6-src.tar.bz2 929663 BLAKE2B 3b1b8cf8b4fb6aed601618022622afcac1560557b9a49c1c7daf703a0dabae5ebe6cf98f4f67d3da8163db9c17e2793bd9ec3e4fe22c52b68147c8c615c47281 SHA512 ec0e0d256057f91758ed4e7be1f25d025c0e6ba99a8597f665da141e0f71fc70ab50a28262f1438ea9470c696bf37e3c976259c26d09a4654dfc525eb9694f51
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild
deleted file mode 100644
index 0f3981c5b11..00000000000
--- a/games-puzzle/cutemaze/cutemaze-1.2.3.ebuild
+++ /dev/null
@@ -1,41 +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 simple, top-down game in which mazes are randomly generated"
-HOMEPAGE="https://gottcode.org/cutemaze/"
-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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2020-05-21 10:07 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 5a68c5c768d2d54a705399455ea676c7c6aeadf8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 10:07:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 10:07:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a68c5c7
games-puzzle/cutemaze: 1.2.6 version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/cutemaze/Manifest | 1 +
games-puzzle/cutemaze/cutemaze-1.2.6.ebuild | 42 +++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index baff05ae9b9..7886d839f84 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1 +1,2 @@
DIST cutemaze-1.2.3-src.tar.bz2 938593 BLAKE2B 004a793ce12cae345f00eb5a018d69d13b2c99d24424938da5a00420fe3c25403ea02fb04603cb662c87c170cc6d8b6daf36228e2ac002c3e4692ee01caafcf3 SHA512 d864cc8e61047948272e9b910c7b90d393ac974ce1ca63475c7d308cfc3c96d771edd87f3a5a93803a777dcddf6049feacc2f373d21529187a83de03aa5f08ea
+DIST cutemaze-1.2.6-src.tar.bz2 929663 BLAKE2B 3b1b8cf8b4fb6aed601618022622afcac1560557b9a49c1c7daf703a0dabae5ebe6cf98f4f67d3da8163db9c17e2793bd9ec3e4fe22c52b68147c8c615c47281 SHA512 ec0e0d256057f91758ed4e7be1f25d025c0e6ba99a8597f665da141e0f71fc70ab50a28262f1438ea9470c696bf37e3c976259c26d09a4654dfc525eb9694f51
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild
new file mode 100644
index 00000000000..dfc9820e85e
--- /dev/null
+++ b/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Simple, top-down game in which mazes are randomly generated"
+HOMEPAGE="https://gottcode.org/cutemaze/"
+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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2025-02-17 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2025-02-17 16:47 UTC (permalink / raw
To: gentoo-commits
commit: b480f87cd66614acb47b129ee1aeb82e1455ec81
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:15:27 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=b480f87c
games-puzzle/cutemaze: drop 1.2.6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/cutemaze/Manifest | 1 -
games-puzzle/cutemaze/cutemaze-1.2.6.ebuild | 42 -----------------------------
2 files changed, 43 deletions(-)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index af353ea9fa73..b1d46663ca9a 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1,2 +1 @@
-DIST cutemaze-1.2.6-src.tar.bz2 929663 BLAKE2B 3b1b8cf8b4fb6aed601618022622afcac1560557b9a49c1c7daf703a0dabae5ebe6cf98f4f67d3da8163db9c17e2793bd9ec3e4fe22c52b68147c8c615c47281 SHA512 ec0e0d256057f91758ed4e7be1f25d025c0e6ba99a8597f665da141e0f71fc70ab50a28262f1438ea9470c696bf37e3c976259c26d09a4654dfc525eb9694f51
DIST cutemaze-1.3.5.tar.bz2 931134 BLAKE2B 85bd88c642770ddaaf48b1c0acee77fbe65a63b7187f6e55aff9a1d69c68351c360f54ad6a1227b307cd722e8e3828a27ffdc76a0205fbaa1d8ce9b17d0b9d90 SHA512 0d18642d0061986839a687004ea407950b3932c86c03b2254fa0cf1c3726ff15d351b31ffa0d666faff9ce579169699a578126e510ecdb0bc588e604fcaac1aa
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild
deleted file mode 100644
index dfc9820e85e3..000000000000
--- a/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild
+++ /dev/null
@@ -1,42 +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="Simple, top-down game in which mazes are randomly generated"
-HOMEPAGE="https://gottcode.org/cutemaze/"
-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/qtsvg: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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2025-02-17 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2025-02-17 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 6d8a34c1060c1159b02158571b7b2b650587997e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:15:06 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=6d8a34c1
games-puzzle/cutemaze: add 1.3.5, EAPI-8, switch to cmake
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/cutemaze/Manifest | 1 +
games-puzzle/cutemaze/cutemaze-1.3.5.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest
index 1e22a24dc75d..af353ea9fa73 100644
--- a/games-puzzle/cutemaze/Manifest
+++ b/games-puzzle/cutemaze/Manifest
@@ -1 +1,2 @@
DIST cutemaze-1.2.6-src.tar.bz2 929663 BLAKE2B 3b1b8cf8b4fb6aed601618022622afcac1560557b9a49c1c7daf703a0dabae5ebe6cf98f4f67d3da8163db9c17e2793bd9ec3e4fe22c52b68147c8c615c47281 SHA512 ec0e0d256057f91758ed4e7be1f25d025c0e6ba99a8597f665da141e0f71fc70ab50a28262f1438ea9470c696bf37e3c976259c26d09a4654dfc525eb9694f51
+DIST cutemaze-1.3.5.tar.bz2 931134 BLAKE2B 85bd88c642770ddaaf48b1c0acee77fbe65a63b7187f6e55aff9a1d69c68351c360f54ad6a1227b307cd722e8e3828a27ffdc76a0205fbaa1d8ce9b17d0b9d90 SHA512 0d18642d0061986839a687004ea407950b3932c86c03b2254fa0cf1c3726ff15d351b31ffa0d666faff9ce579169699a578126e510ecdb0bc588e604fcaac1aa
diff --git a/games-puzzle/cutemaze/cutemaze-1.3.5.ebuild b/games-puzzle/cutemaze/cutemaze-1.3.5.ebuild
new file mode 100644
index 000000000000..d3cc1df24c1c
--- /dev/null
+++ b/games-puzzle/cutemaze/cutemaze-1.3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Simple, top-down game in which mazes are randomly generated"
+HOMEPAGE="https://gottcode.org/cutemaze/"
+SRC_URI="https://gottcode.org/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtsvg:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/
@ 2025-02-17 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2025-02-17 16:47 UTC (permalink / raw
To: gentoo-commits
commit: ac3ed9fe54c13b29698ba29a35f474cde5bcb484
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:44:52 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=ac3ed9fe
games-puzzle/cutemaze: add github upstream metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/cutemaze/metadata.xml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/games-puzzle/cutemaze/metadata.xml b/games-puzzle/cutemaze/metadata.xml
index 1c3ba213c494..cbb5687cffae 100644
--- a/games-puzzle/cutemaze/metadata.xml
+++ b/games-puzzle/cutemaze/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/cutemaze/bugs/</bugs-to>
+ <remote-id type="github">gottcode/cutemaze</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-02-17 16:47 UTC | newest]
Thread overview: 11+ 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/cutemaze/ 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
2025-02-17 16:47 Andreas Sturmlechner
2020-05-21 10:07 Andreas Sturmlechner
2020-05-21 10:07 Andreas Sturmlechner
2018-07-11 18:34 Andreas Sturmlechner
2017-09-21 14:11 Michael Palimaka
2017-09-21 14:11 Michael Palimaka
2017-09-21 14:11 Michael Palimaka
2016-11-03 9:30 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox