* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2015-12-16 10:12 Agostino Sarubbo
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2015-12-16 10:12 UTC (permalink / raw
To: gentoo-commits
commit: 21f6d4d60dec1457978d001d1f9aa8b09cde3b3c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 10:11:59 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 10:11:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f6d4d6
games-util/wxchtdecoder: amd64 stable wrt bug #568358
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
index 71c8386..8522a25 100644
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2015-12-29 7:41 Michael Sterrett
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett @ 2015-12-29 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 99bfbca72dde0a60e774da9e0afdcf4f12ee9897
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 03:57:07 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 07:40:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bfbca7
old
Package-Manager: portage-2.2.24
games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild | 28 ------------------------
1 file changed, 28 deletions(-)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
deleted file mode 100644
index b084ba9..0000000
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER="2.8"
-inherit wxwidgets
-
-DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
-HOMEPAGE="http://games.technoplaza.net/chtdecoder/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/wxGTK:2.8[X]"
-RDEPEND=${DEPEND}
-
-src_configure() {
- econf --with-wx-config=${WX_CONFIG}
-}
-
-src_install() {
- dobin source/wxchtdecoder
- dodoc docs/wxchtdecoder.txt
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2021-04-04 21:11 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-04-04 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 081adb0fa6ffd16ae609f8bdbdc2c72160488769
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 21:10:50 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 21:10:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081adb0f
games-util/wxchtdecoder: Port to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
index 0a8fbabae6b..8e868e7bee7 100644
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
WX_GTK_VER="3.0"
-inherit eutils wxwidgets
+inherit wxwidgets
DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
HOMEPAGE="http://games.technoplaza.net/chtdecoder/"
@@ -12,17 +13,15 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
-RDEPEND=${DEPEND}
+RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND=${RDEPEND}
-src_prepare() {
- epatch "${FILESDIR}"/${P}-wxgtk.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-wxgtk.patch )
src_configure() {
- econf --with-wx-config=${WX_CONFIG}
+ setup-wxwidgets
+ econf --with-wx-config="${WX_CONFIG}"
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2023-07-12 18:45 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-07-12 18:45 UTC (permalink / raw
To: gentoo-commits
commit: e96db30291ac4de55f1ae4db142887d2abf7ebbc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jul 10 13:48:35 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:35:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96db302
games-util/wxchtdecoder: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31824
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
index 8e868e7bee79..42ce5c72bb37 100644
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,11 +6,11 @@ EAPI=7
WX_GTK_VER="3.0"
inherit wxwidgets
-DESCRIPTION="A program to decode .CHT files in Snes9x and ZSNES to plain text"
-HOMEPAGE="http://games.technoplaza.net/chtdecoder/"
+DESCRIPTION="Program to decode .CHT files in Snes9x and ZSNES to plain text"
+HOMEPAGE="https://games.technoplaza.net/chtdecoder/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2023-11-24 13:54 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2023-11-24 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 8ca1b0e84701b8ef05f44317459352d7c10a0ed5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 13:30:10 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 13:54:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca1b0e8
games-util/wxchtdecoder: works with wxGTK 3.2
And install a proper menu entry
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../wxchtdecoder/wxchtdecoder-1.5a-r2.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r2.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r2.ebuild
new file mode 100644
index 000000000000..99400f1e5eea
--- /dev/null
+++ b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+inherit desktop wxwidgets
+
+DESCRIPTION="Program to decode .CHT files in Snes9x and ZSNES to plain text"
+HOMEPAGE="https://games.technoplaza.net/chtdecoder/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND=${RDEPEND}
+
+PATCHES=( "${FILESDIR}"/${P}-wxgtk.patch )
+
+src_configure() {
+ setup-wxwidgets
+ econf --with-wx-config="${WX_CONFIG}"
+}
+
+src_install() {
+ dobin source/wxchtdecoder
+ dodoc docs/wxchtdecoder.txt
+ make_desktop_entry ${PN} wxCHTDecoder application-vnd.nintendo.snes.rom
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/
@ 2024-07-05 17:49 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2024-07-05 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 739d536baa671a7f0536058b512787a01322a645
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 17:25:03 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 17:48:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739d536b
games-util/wxchtdecoder: drop 1.5a-r1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
deleted file mode 100644
index 42ce5c72bb37..000000000000
--- a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit wxwidgets
-
-DESCRIPTION="Program to decode .CHT files in Snes9x and ZSNES to plain text"
-HOMEPAGE="https://games.technoplaza.net/chtdecoder/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]"
-DEPEND=${RDEPEND}
-
-PATCHES=( "${FILESDIR}"/${P}-wxgtk.patch )
-
-src_configure() {
- setup-wxwidgets
- econf --with-wx-config="${WX_CONFIG}"
-}
-
-src_install() {
- dobin source/wxchtdecoder
- dodoc docs/wxchtdecoder.txt
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-05 17:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24 13:54 [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2024-07-05 17:49 Pacho Ramos
2023-07-12 18:45 Conrad Kostecki
2021-04-04 21:11 David Seifert
2015-12-29 7:41 Michael Sterrett
2015-12-16 10:12 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox