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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1F6313835A for ; Wed, 17 Mar 2021 15:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F35E087F; Wed, 17 Mar 2021 15:41:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C077E087F for ; Wed, 17 Mar 2021 15:41:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8ECA7340E94 for ; Wed, 17 Mar 2021 15:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DE05AD for ; Wed, 17 Mar 2021 15:41:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615995614.6f7dc9339871026f5204a83d9b674813bb788a50.asturm@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.ebuild X-VCS-Directories: app-editors/wxhexeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6f7dc9339871026f5204a83d9b674813bb788a50 X-VCS-Branch: master Date: Wed, 17 Mar 2021 15:41:02 +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: ee49c38b-00de-4436-b5a6-b77c031075e1 X-Archives-Hash: 78e95f2eafd6a96e12a9c4874fe1dbc3 commit: 6f7dc9339871026f5204a83d9b674813bb788a50 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 14 23:21:36 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 17 15:40:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7dc933 app-editors/wxhexeditor: Drop 0.24 (r0) Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/wxhexeditor/wxhexeditor-0.24.ebuild | 43 ------------------------- 1 file changed, 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 517f24a35eb..00000000000 --- 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 -}