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
commit35702df1bf29d674a53a3defc65a8f6a16ac8b17 (patch)
treefe1bb6e00746ee079574c1b0eb2440c28376a895 /app-editors/lfhex
parentUse qt4-r2.eclass (bug #311481). Tighten formatting. (diff)
downloadgentoo-2-35702df1bf29d674a53a3defc65a8f6a16ac8b17.tar.gz
gentoo-2-35702df1bf29d674a53a3defc65a8f6a16ac8b17.tar.bz2
gentoo-2-35702df1bf29d674a53a3defc65a8f6a16ac8b17.zip
Use qt4-r2.eclass (bug #311481). Formatting.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/lfhex')
-rw-r--r--app-editors/lfhex/ChangeLog7
-rw-r--r--app-editors/lfhex/lfhex-0.42.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog
index 2ebd692b5efa..09b054d9332b 100644
--- a/app-editors/lfhex/ChangeLog
+++ b/app-editors/lfhex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/lfhex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.28 2009/12/09 19:15:11 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.29 2010/03/26 23:58:39 yngwin Exp $
+
+ 26 Mar 2010; Ben de Groot <yngwin@gentoo.org> lfhex-0.42.ebuild:
+ Use qt4-r2.eclass (bug #311481). Formatting.
09 Dec 2009; nixnut <nixnut@gentoo.org> lfhex-0.42.ebuild:
ppc stable #288112
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() {