From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88A0A1581FB for ; Fri, 5 Jul 2024 17:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA21F2BC118; Fri, 5 Jul 2024 17:49:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2D4E2BC118 for ; Fri, 5 Jul 2024 17:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE8BA34309F for ; Fri, 5 Jul 2024 17:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 867C41DCF for ; Fri, 5 Jul 2024 17:49:30 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1720201733.739d536baa671a7f0536058b512787a01322a645.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wxchtdecoder/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/wxchtdecoder/wxchtdecoder-1.5a-r1.ebuild X-VCS-Directories: games-util/wxchtdecoder/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 739d536baa671a7f0536058b512787a01322a645 X-VCS-Branch: master Date: Fri, 5 Jul 2024 17:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d98b953d-7f26-484f-a235-4467e35c40b6 X-Archives-Hash: fbea0eba6b6da9f74b199d059b4a8f1e commit: 739d536baa671a7f0536058b512787a01322a645 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 5 17:25:03 2024 +0000 Commit: Pacho Ramos gentoo 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 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 -}