summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-03-26 23:58:39 +0000
committerBen de Groot <yngwin@gentoo.org>2010-03-26 23:58:39 +0000
commit07a1746093a331a921474ebef71601d86ce6c429 (patch)
tree96f5cd992ad497b255c8b388f4fc87c0e3dbf992 /app-editors/lfhex/lfhex-0.42.ebuild
parentUse qt4-r2.eclass (bug #311481). Tighten formatting. (diff)
downloadhistorical-07a1746093a331a921474ebef71601d86ce6c429.tar.gz
historical-07a1746093a331a921474ebef71601d86ce6c429.tar.bz2
historical-07a1746093a331a921474ebef71601d86ce6c429.zip
Use qt4-r2.eclass (bug #311481). Formatting.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-editors/lfhex/lfhex-0.42.ebuild')
-rw-r--r--app-editors/lfhex/lfhex-0.42.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild
index 1b3ae9389e98..30720a516a62 100644
--- a/app-editors/lfhex/lfhex-0.42.ebuild
+++ b/app-editors/lfhex/lfhex-0.42.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.6 2009/12/09 19:15:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.7 2010/03/26 23:58:39 yngwin Exp $
EAPI="2"
-
-inherit base qt4
+inherit base qt4-r2
DESCRIPTION="A fast, efficient 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="x11-libs/qt-gui:4
@@ -24,7 +23,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/src
src_configure() {
- eqmake4 || die "eqmake4 failed"
+ eqmake4
}
src_install() {