public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/
@ 2017-12-05 15:18 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2017-12-05 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e9de59f3c3d8c030c56c44a1ea8cbc7968024d8a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:59:21 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 15:10:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9de59f3

games-puzzle/wmpuzzle: drop games eclass, update EAPI and homepage

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-puzzle/wmpuzzle/Manifest                 |  2 +-
 games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild | 38 ++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/wmpuzzle/Manifest b/games-puzzle/wmpuzzle/Manifest
index 8b3ead90953..f2d8d84a0f0 100644
--- a/games-puzzle/wmpuzzle/Manifest
+++ b/games-puzzle/wmpuzzle/Manifest
@@ -1 +1 @@
-DIST wmpuzzle-0.5.2.tar.gz 87373 SHA256 b48b9ddb0b0bb85fd9fa3aef859984bce77b5f5faa6dad9366d00c1862a74b9b SHA512 7d171d307e3829005dff4d718161655785e87129b07917d494bb498eff904adafc7c6f83e71f996759ee9e365fe70c67858a5ec9d2647fe573e0a1505126f6c0 WHIRLPOOL 8d91e237b85ccc46ca27308f7c4e69b1cc00d9602d7e679fe6340d7442dc4c7a47c8b2bef07ae1ccc4c0998fdee0b54d55ccfa9c9dfe85eb55ec3a7a5ba93508
+DIST wmpuzzle-0.5.2.tar.gz 87373 BLAKE2B c2187fce6fbfe4f68b969da605755f379d14d47a478c6ca43da25dcb607939cf63552e108073d7031ef0dfc2d5455aade5d2f8617cbadad62587ffcaef95ed1f SHA512 7d171d307e3829005dff4d718161655785e87129b07917d494bb498eff904adafc7c6f83e71f996759ee9e365fe70c67858a5ec9d2647fe573e0a1505126f6c0

diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
new file mode 100644
index 00000000000..314b27ac091
--- /dev/null
+++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnome2-utils
+
+DESCRIPTION="a 4x4 puzzle on a 64x64 mini window"
+HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
+SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P}/src
+
+src_install() {
+	dobin ${PN}
+
+	dodoc ../{CHANGES,README}
+	newicon -s 48 numbers.xpm ${PN}.xpm
+	doman ${PN}.6
+	make_desktop_entry ${PN}
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/
@ 2017-12-05 15:18 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2017-12-05 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3630998f12c5e9690e4e866b880ba0db6d9b915a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 13:59:52 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 15:10:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630998f

games-puzzle/wmpuzzle: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild | 47 -----------------------------
 1 file changed, 47 deletions(-)

diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild
deleted file mode 100644
index 9d414ea4500..00000000000
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="wmpuzzle provides a 4x4 puzzle on a 64x64 mini window"
-HOMEPAGE="http://freecode.com/projects/wmpuzzle"
-SRC_URI="http://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXpm"
-DEPEND="${RDEPEND}
-	x11-proto/xextproto"
-
-S=${WORKDIR}/${P}/src
-
-src_install() {
-	dogamesbin ${PN}
-
-	dodoc ../{CHANGES,README}
-	newicon -s 48 numbers.xpm ${PN}.xpm
-	doman ${PN}.6
-	make_desktop_entry ${PN}
-
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-	games_pkg_preinst
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-	games_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/
@ 2021-06-24  2:16 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-06-24  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ead52e708c138c86cdacb609cb0a83441c712c75
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 21 16:36:57 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 01:54:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead52e70

games-puzzle/wmpuzzle: EAPI7, eclass updates

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
index 46f9171fc91..f6a66f8c757 100644
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
+++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils gnome2-utils
+EAPI=7
 
-DESCRIPTION="a 4x4 puzzle on a 64x64 mini window"
+inherit desktop xdg
+
+DESCRIPTION="4x4 puzzle on a 64x64 mini window"
 HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
 SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXext
@@ -19,7 +20,6 @@ RDEPEND="x11-libs/libX11
 DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
-S=${WORKDIR}/${P}/src
 
 src_install() {
 	dobin ${PN}
@@ -29,11 +29,3 @@ src_install() {
 	doman ${PN}.6
 	make_desktop_entry ${PN}
 }
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/
@ 2024-03-22  7:51 Bernard Cafarelli
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2024-03-22  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4a9b99acce21c29bcf8a2d06e582b2440abbcd98
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 00:06:50 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 07:51:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9b99ac

games-puzzle/wmpuzzle: add 0.5.3

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 games-puzzle/wmpuzzle/Manifest              |  1 +
 games-puzzle/wmpuzzle/wmpuzzle-0.5.3.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/games-puzzle/wmpuzzle/Manifest b/games-puzzle/wmpuzzle/Manifest
index f2d8d84a0f09..90ca6b0f39e3 100644
--- a/games-puzzle/wmpuzzle/Manifest
+++ b/games-puzzle/wmpuzzle/Manifest
@@ -1 +1,2 @@
 DIST wmpuzzle-0.5.2.tar.gz 87373 BLAKE2B c2187fce6fbfe4f68b969da605755f379d14d47a478c6ca43da25dcb607939cf63552e108073d7031ef0dfc2d5455aade5d2f8617cbadad62587ffcaef95ed1f SHA512 7d171d307e3829005dff4d718161655785e87129b07917d494bb498eff904adafc7c6f83e71f996759ee9e365fe70c67858a5ec9d2647fe573e0a1505126f6c0
+DIST wmpuzzle-0.5.3.tar.gz 117479 BLAKE2B 1f471fd8e1643a7d40ac971ffcc1229f02b05df469cffd864148b90ea371eb0501bb0891588a42257ce440e4f5c5b61a76d76b6fcf717d474b83e6886393ce3f SHA512 b986cf8a6d39b37cbbcff8c6d7e858d049d6157b1311134a2e0b604367c096bd3b50da1bf93764061659a3ba85ac5b8c32252d1c9faa80e5cb9c7e1389558e77

diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.3.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.3.ebuild
new file mode 100644
index 000000000000..a758daf5ad4f
--- /dev/null
+++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="4x4 puzzle on a 64x64 mini window"
+HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
+SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	dobin ${PN}
+
+	dodoc ../{CHANGES,README}
+	newicon -s 48 numbers.xpm ${PN}.xpm
+	doman ${PN}.6
+	make_desktop_entry ${PN}
+}


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

end of thread, other threads:[~2024-03-22  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-24  2:16 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2024-03-22  7:51 Bernard Cafarelli
2017-12-05 15:18 Bernard Cafarelli
2017-12-05 15:18 Bernard Cafarelli

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