summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-12 00:00:04 +0100
commit95345df41ce46c863004fae12baa0bbb3626fd36 (patch)
tree2585da974bb476d6a4987ac68efda316cccec336 /app-editors/lfhex/lfhex-0.42.ebuild
parentkde-apps: Drop KDE Applications 17.12.1 (diff)
downloadgentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.gz
gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.tar.bz2
gentoo-95345df41ce46c863004fae12baa0bbb3626fd36.zip
profiles: Remove last-rited packages
Diffstat (limited to 'app-editors/lfhex/lfhex-0.42.ebuild')
-rw-r--r--app-editors/lfhex/lfhex-0.42.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild
deleted file mode 100644
index ba168caf5ddc..000000000000
--- a/app-editors/lfhex/lfhex-0.42.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils qt4-r2
-
-DESCRIPTION="A fast hex-editor with support for large files and comparing binary files"
-HOMEPAGE="http://stoopidsimple.com/lfhex"
-SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-qt/qtgui:4
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- sys-devel/flex
- sys-devel/bison"
-
-S=${WORKDIR}/${P}/src
-
-src_prepare() {
- # Apply Debian patches to fix compilation errors like gcc-4.7 compat
- epatch "${FILESDIR}"/*.dpatch
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- dobin lfhex
- dodoc ../README
- make_desktop_entry "${PN}" "${PN}"
-}