summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/wxhexeditor/wxhexeditor-0.21.ebuild')
-rw-r--r--app-editors/wxhexeditor/wxhexeditor-0.21.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild b/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild
deleted file mode 100644
index 62b8a3128d9a..000000000000
--- a/app-editors/wxhexeditor/wxhexeditor-0.21.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-WX_GTK_VER="2.8"
-
-inherit eutils toolchain-funcs wxwidgets
-
-MY_PN="wxHexEditor"
-
-DESCRIPTION="A cross-platform hex editor designed specially for large files"
-HOMEPAGE="http://wxhexeditor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-crypt/mhash
- dev-libs/udis86
- x11-libs/wxGTK:2.8[X]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}"
-
-pkg_pretend() {
- tc-has-openmp \
- || die "${PN} uses OpenMP libraries. Please use an OpenMP-capable compiler."
-}
-
-src_prepare() {
- # parts sent upstream : https://sourceforge.net/p/wxhexeditor/patches/8/
- epatch "${FILESDIR}"/${P}-makefile.patch
- # sent upstream : https://sourceforge.net/p/wxhexeditor/patches/9/
- epatch "${FILESDIR}"/${P}-desktop-validation.patch
-}