From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- games-util/wxchtdecoder/Manifest | 2 +- games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'games-util/wxchtdecoder') diff --git a/games-util/wxchtdecoder/Manifest b/games-util/wxchtdecoder/Manifest index f6431906ebc3..f5cb5f0e811a 100644 --- a/games-util/wxchtdecoder/Manifest +++ b/games-util/wxchtdecoder/Manifest @@ -1,4 +1,4 @@ AUX wxchtdecoder-1.5a-wxgtk.patch 1379 BLAKE2B 7a2c528a3a360148c78dae47beff3af43c97c1cb96108af80ba38ddb217e84d2e28539e4d3550b5b0d95119c3c6c7d332a2aeef9c059dded918627ac4c867869 SHA512 96fc2236b7f99f5cc3df1672174c332cb568ad0899a209a7e022bd24617b31854338435db4fbef1523f5d67ae466f2de3da29ac417ae8ad948f4e90326727a3b DIST wxchtdecoder-1.5a.tar.bz2 84088 BLAKE2B 1bff9a352a80d3f89b9963540e4a1a0ea79bffa8220c1c1a940068180a294a5518edd6fda13083d0d5fe3baa5f64813b6c925257e23d306a0de625817839c908 SHA512 edb606d1b88cedcb725a1dca2c82f4a81ebff5a1b8786a4127505e021b1fc8cc351363d05963a68c7d555f895b3b762fbd34dfc3f26640759619daecce1097df -EBUILD wxchtdecoder-1.5a-r1.ebuild 636 BLAKE2B 96ea412aac88b5964aa6b6bc4f2d943d1934d59e9492afb44b11d8afbafb71823a9a97e77f1753bca3563470dbdf93bf591d7967c4ed3e7c02e09848efc2c0f4 SHA512 68f202580b719571d81f2ccc6374e13366e2846e9740a725f922a005608ff651b7f221b00c24ab344c8847314636d455a5a46010c7ebaa8bf97cda871a699540 +EBUILD wxchtdecoder-1.5a-r1.ebuild 625 BLAKE2B e1a8d0325b4c74133c015c4b5a8879a8f21db13c46a67da338e23abc629fbefcb0b77f519a857e36050b5ac03b599f24f28244820d04f272f6cfb3b1f370120d SHA512 7ef9c06e645bc8c8f4854b98a42d799d54404b31324e9d9100a6f96b5f76ec658157de2141c898497e99317e247417d39d7cbc677e9a052a4960cba5c5f17c4f MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild index 0a8fbabae6b4..8e868e7bee79 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() { -- cgit v1.2.3