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
commitf571dbd962439ddd5f8218216fe19d2c3eac1e91 (patch)
treedfd5366a79c0235b6b1cc1192fa005944cb5cc2f /app-editors/lfhex
parentAdded ~sparc keyword. (diff)
downloadhistorical-f571dbd962439ddd5f8218216fe19d2c3eac1e91.tar.gz
historical-f571dbd962439ddd5f8218216fe19d2c3eac1e91.tar.bz2
historical-f571dbd962439ddd5f8218216fe19d2c3eac1e91.zip
version bump
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-editors/lfhex')
-rw-r--r--app-editors/lfhex/ChangeLog7
-rw-r--r--app-editors/lfhex/Manifest14
-rw-r--r--app-editors/lfhex/files/digest-lfhex-0.3.7.11
-rw-r--r--app-editors/lfhex/lfhex-0.3.7.1.ebuild28
4 files changed, 48 insertions, 2 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog
index 3f246866cf20..a4a715cbc48d 100644
--- a/app-editors/lfhex/ChangeLog
+++ b/app-editors/lfhex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/lfhex
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.12 2005/07/07 04:21:35 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.13 2005/09/25 03:00:31 dragonheart Exp $
+
+*lfhex-0.3.7.1 (25 Sep 2005)
+
+ 25 Sep 2005; Daniel Black <dragonheart@gentoo.org> +lfhex-0.3.7.1.ebuild:
+ version bump
07 Jul 2005; Caleb Tennis <caleb@gentoo.org> -lfhex-0.3.7.ebuild,
lfhex-0.3.7-r1.ebuild:
diff --git a/app-editors/lfhex/Manifest b/app-editors/lfhex/Manifest
index cb2d2f478bf3..88f31e11205b 100644
--- a/app-editors/lfhex/Manifest
+++ b/app-editors/lfhex/Manifest
@@ -1,5 +1,17 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a85d8623b9290898ece24f40b4ecb2e8 lfhex-0.3.7.1.ebuild 693
MD5 44033cf6e77e416e214ff344198449dc lfhex-0.3.7-r1.ebuild 876
-MD5 e4393ce75d3e87336a42d880d106fcd4 ChangeLog 1506
MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
+MD5 5210ab3ab2afd86f01a92fd21a222808 ChangeLog 1634
+MD5 d9c3e7c14c0a7285aaf093c359da112f files/digest-lfhex-0.3.7.1 64
MD5 ee28bebce85257e0e2fc93bc323d4e9b files/lfhex-gcc3-inline-fix.patch 539
MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7-r1 62
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
+
+iD8DBQFDNhLgmdTrptrqvGERAoEBAJ9HxMpAI5Moxeijbl6+6bF1tQm8ygCgm1Fz
+3yclrRNPfDH8OJxDoGW8++s=
+=EPJp
+-----END PGP SIGNATURE-----
diff --git a/app-editors/lfhex/files/digest-lfhex-0.3.7.1 b/app-editors/lfhex/files/digest-lfhex-0.3.7.1
new file mode 100644
index 000000000000..7cb3d260888c
--- /dev/null
+++ b/app-editors/lfhex/files/digest-lfhex-0.3.7.1
@@ -0,0 +1 @@
+MD5 b44afea9acfa10699edf38fa0e079da4 lfhex-0.3.7.1.tar.gz 70863
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
+}