diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-15 00:21:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-17 16:40:14 +0100 |
commit | 6f7dc9339871026f5204a83d9b674813bb788a50 (patch) | |
tree | 4e7a700b0e4351c14321df18146f93b9a5d4621f /app-editors/wxhexeditor | |
parent | app-editors/wxhexeditor: EAPI-7 bump, fix desktop file, HOMEPAGE (diff) | |
download | gentoo-6f7dc9339871026f5204a83d9b674813bb788a50.tar.gz gentoo-6f7dc9339871026f5204a83d9b674813bb788a50.tar.bz2 gentoo-6f7dc9339871026f5204a83d9b674813bb788a50.zip |
app-editors/wxhexeditor: Drop 0.24 (r0)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/wxhexeditor')
-rw-r--r-- | app-editors/wxhexeditor/wxhexeditor-0.24.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild b/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild deleted file mode 100644 index 517f24a35eb8..000000000000 --- a/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -WX_GTK_VER=3.0-gtk3 - -inherit toolchain-funcs wxwidgets - -MY_PN="wxHexEditor" - -DESCRIPTION="A cross-platform hex editor designed specially for large files" -HOMEPAGE="http://www.wxhexeditor.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -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 -) - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp -} - -src_prepare() { - setup-wxwidgets - default -} |