summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-07-12 08:39:12 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-07-12 08:39:12 +0000
commit42b247b2d05b78f0ff74fd5fbae84f1357b627d6 (patch)
treee159e1219ddc24ee472219712cc65261e149995d /app-editors/lfhex/lfhex-0.3.7.2.ebuild
parentdrbd-0.7.19 stable x86, drbd-0.7.20 version bump. (diff)
downloadgentoo-2-42b247b2d05b78f0ff74fd5fbae84f1357b627d6.tar.gz
gentoo-2-42b247b2d05b78f0ff74fd5fbae84f1357b627d6.tar.bz2
gentoo-2-42b247b2d05b78f0ff74fd5fbae84f1357b627d6.zip
version bump + modular X happyness
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'app-editors/lfhex/lfhex-0.3.7.2.ebuild')
-rw-r--r--app-editors/lfhex/lfhex-0.3.7.2.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-editors/lfhex/lfhex-0.3.7.2.ebuild b/app-editors/lfhex/lfhex-0.3.7.2.ebuild
new file mode 100644
index 000000000000..1737da63f2e8
--- /dev/null
+++ b/app-editors/lfhex/lfhex-0.3.7.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild,v 1.1 2006/07/12 08:39:12 dragonheart Exp $
+
+inherit eutils
+
+DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files"
+HOMEPAGE="http://freshmeat.net/projects/lfhex"
+SRC_URI="http://home.earthlink.net/~eyekode/data/${P}.tar.gz"
+LICENSE="QPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+
+RDEPEND="=x11-libs/qt-3*
+ || (
+ ( >=x11-libs/libXt-1.0.0 )
+ virtual/x11 )"
+
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ sys-devel/bison
+ sys-apps/grep
+ sys-apps/net-tools"
+
+src_install() {
+ dobin bin/lfhex
+ dodoc README
+}