summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-18 20:41:59 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-18 21:02:58 +0200
commitd38aadb58054a2fc41053aa7038c7dbb2ef8a9a2 (patch)
treebaf945ac76bf9795e9a091e7b17ed5f29eb1819f /app-editors/wxhexeditor
parentsys-firmware/sof-firmware: drop 2023.12, 2023.12.1 (diff)
downloadgentoo-d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2.tar.gz
gentoo-d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2.tar.bz2
gentoo-d38aadb58054a2fc41053aa7038c7dbb2ef8a9a2.zip
app-editors/wxhexeditor: drop 0.24-r2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-editors/wxhexeditor')
-rw-r--r--app-editors/wxhexeditor/wxhexeditor-0.24-r2.ebuild47
1 files changed, 0 insertions, 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
-}