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 73E57158170 for ; Thu, 18 Jul 2024 19:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5372DE2ABF; Thu, 18 Jul 2024 19:03:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32B99E2ABE for ; Thu, 18 Jul 2024 19:03:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CBFE342FB5 for ; Thu, 18 Jul 2024 19:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5571E2F for ; Thu, 18 Jul 2024 19:03:10 +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: <1721329378.d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/wxhexeditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild X-VCS-Directories: app-editors/wxhexeditor/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2 X-VCS-Branch: master Date: Thu, 18 Jul 2024 19:03:10 +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: e1f68705-cc90-4b0e-8735-de48f59d5da9 X-Archives-Hash: fab009c702a8f7838df11282ad560ad6 commit: d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2 Author: Pacho Ramos gentoo org> AuthorDate: Thu Jul 18 18:41:59 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jul 18 19:02:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38aadb5 app-editors/wxhexeditor: drop 0.24-r2 Signed-off-by: Pacho Ramos gentoo.org> app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild | 47 ---------------------- 1 file changed, 47 deletions(-) diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild b/app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild deleted file mode 100644 index f37ea1296050..000000000000 --- a/app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="wxHexEditor" -WX_GTK_VER=3.0-gtk3 -inherit flag-o-matic toolchain-funcs wxwidgets - -DESCRIPTION="A cross-platform hex editor designed specially for large files" -HOMEPAGE="https://github.com/EUA/wxHexEditor" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_PN}-v${PV}-src.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -DEPEND=" - app-crypt/mhash - dev-libs/udis86 - x11-libs/wxGTK:${WX_GTK_VER}[X]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}" - -PATCHES=( - "${FILESDIR}"/${P}-syslibs.patch - "${FILESDIR}"/${P}-desktop.patch -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp -} - -src_prepare() { - setup-wxwidgets - default - - # -Werror=odr, -Werror=lto-type-mismatch - # https://bugs.gentoo.org/854414 - # https://github.com/EUA/wxHexEditor/issues/222 - filter-lto -}