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
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')
-rw-r--r--app-editors/lfhex/ChangeLog7
-rw-r--r--app-editors/lfhex/Manifest4
-rw-r--r--app-editors/lfhex/lfhex-0.42.ebuild11
3 files changed, 12 insertions, 10 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/Manifest b/app-editors/lfhex/Manifest
index debbd8fe60be..8a2c7be2ff7e 100644
--- a/app-editors/lfhex/Manifest
+++ b/app-editors/lfhex/Manifest
@@ -1,4 +1,4 @@
DIST lfhex-0.42.tar.gz 868287 RMD160 3051dda9e575a610879738d0e5e5b5348b6b492f SHA1 b3ce87c0c47fbe4eb6bc400cc413c034cd5878ad SHA256 4e8f8b99eb271242937037a3af2fe07369b653f7f7d8becbd84554118bf8baba
-EBUILD lfhex-0.42.ebuild 737 RMD160 ea105e71ef14dc1921b14426ed25bcff45ca63f1 SHA1 4451df817fd5a8948c7162dbd4a923fd634b1269 SHA256 37f6d86c529004e3cbfb9f83d4a0210e5223af513092f0176927fd78d1a2da98
-MISC ChangeLog 3936 RMD160 799cd183aa080311b346c57d2ebe2eeddbdec40d SHA1 40ec4bec58b14c6947ddddc61fe09e8176b84404 SHA256 fd1b346b8552941d11ac4a2c471573cedb4f820ac8a0b654b188159b60c0c002
+EBUILD lfhex-0.42.ebuild 715 RMD160 5e08cef22e6f2fb7656086995355c2f5b811dd38 SHA1 35f2ed4677354d173c0b9b81754b0de2bc8fa927 SHA256 80d1d4d4c1843897739d43526a742db61f9b7425f5bfcbaf39ebe541760f264f
+MISC ChangeLog 4051 RMD160 b4acb854468cb92c8a80d71e8a2145ecfd473434 SHA1 8f922d8f3d387f47f11b7c192cbcfe9bd460f661 SHA256 a062212499d16acc7fce1e4b47e7091346e36a389b0c0a994ecbd2ebffae54f5
MISC metadata.xml 232 RMD160 854b06094287201d0b98f2b21d36054db25d81cd SHA1 cc4f98e9ee0102aea687d71cf3af924cf156edbb SHA256 21382e863647add08888c924279a4b931b2b90ccd0cf5e526ee74a3d5e1fd0df
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() {