summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-09-25 03:00:31 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-09-25 03:00:31 +0000
commit54ca4e58c83a24e3b152f88415b80fb93d1fbae7 (patch)
treea45efcf37d3df960a3c05ad06ecbd6eeb1faa6ed /app-editors/lfhex/lfhex-0.3.7.1.ebuild
parentAdded ~sparc keyword. (diff)
downloadgentoo-2-54ca4e58c83a24e3b152f88415b80fb93d1fbae7.tar.gz
gentoo-2-54ca4e58c83a24e3b152f88415b80fb93d1fbae7.tar.bz2
gentoo-2-54ca4e58c83a24e3b152f88415b80fb93d1fbae7.zip
version bump
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-editors/lfhex/lfhex-0.3.7.1.ebuild')
-rw-r--r--app-editors/lfhex/lfhex-0.3.7.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-editors/lfhex/lfhex-0.3.7.1.ebuild b/app-editors/lfhex/lfhex-0.3.7.1.ebuild
new file mode 100644
index 000000000000..83fc489b24a2
--- /dev/null
+++ b/app-editors/lfhex/lfhex-0.3.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 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.1.ebuild,v 1.1 2005/09/25 03:00:31 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*
+ virtual/x11"
+
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ sys-devel/bison
+ sys-apps/grep
+ sys-apps/net-tools"
+
+src_install() {
+ dobin bin/lfhex
+ dodoc README
+}