summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-07 04:21:35 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-07 04:21:35 +0000
commit5c21020be437affa2d3851bb4b302fefd1d4782c (patch)
tree1e8fbeaba4a3b319acdeab39ccdf242d9c0dbc25 /app-editors/lfhex
parentRename qt.eclass to qt3.eclass (diff)
downloadgentoo-2-5c21020be437affa2d3851bb4b302fefd1d4782c.tar.gz
gentoo-2-5c21020be437affa2d3851bb4b302fefd1d4782c.tar.bz2
gentoo-2-5c21020be437affa2d3851bb4b302fefd1d4782c.zip
Remove stale version, fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-editors/lfhex')
-rw-r--r--app-editors/lfhex/ChangeLog6
-rw-r--r--app-editors/lfhex/files/digest-lfhex-0.3.71
-rw-r--r--app-editors/lfhex/lfhex-0.3.7-r1.ebuild4
-rw-r--r--app-editors/lfhex/lfhex-0.3.7.ebuild33
4 files changed, 7 insertions, 37 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog
index 7dd05dc91588..3f246866cf20 100644
--- a/app-editors/lfhex/ChangeLog
+++ b/app-editors/lfhex/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2005/04/21 18:23:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.12 2005/07/07 04:21:35 caleb Exp $
+
+ 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> -lfhex-0.3.7.ebuild,
+ lfhex-0.3.7-r1.ebuild:
+ Remove stale version, fix qt dep
21 Apr 2005; Simon Stelling <blubb@gentoo.org> lfhex-0.3.7-r1.ebuild:
stable on amd64
diff --git a/app-editors/lfhex/files/digest-lfhex-0.3.7 b/app-editors/lfhex/files/digest-lfhex-0.3.7
deleted file mode 100644
index fe1f0f8739bd..000000000000
--- a/app-editors/lfhex/files/digest-lfhex-0.3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 203051364839fa48b9e030d44e84e648 lfhex-0.3.7.tar.gz 69947
diff --git a/app-editors/lfhex/lfhex-0.3.7-r1.ebuild b/app-editors/lfhex/lfhex-0.3.7-r1.ebuild
index 4d1d11425207..a97891077af1 100644
--- a/app-editors/lfhex/lfhex-0.3.7-r1.ebuild
+++ b/app-editors/lfhex/lfhex-0.3.7-r1.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.7 2005/04/21 18:23:00 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7-r1.ebuild,v 1.8 2005/07/07 04:21:35 caleb Exp $
inherit eutils
@@ -13,7 +13,7 @@ KEYWORDS="x86 ppc amd64"
IUSE=""
-RDEPEND=">=x11-libs/qt-3
+RDEPEND="=x11-libs/qt-3*
virtual/x11"
DEPEND="${RDEPEND}
diff --git a/app-editors/lfhex/lfhex-0.3.7.ebuild b/app-editors/lfhex/lfhex-0.3.7.ebuild
deleted file mode 100644
index 24169acbefd4..000000000000
--- a/app-editors/lfhex/lfhex-0.3.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.ebuild,v 1.5 2005/01/01 13:30:59 eradicator Exp $
-
-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="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_compile() {
- econf || die
- emake || die "emake failed"
-}
-
-src_install() {
- dobin bin/lfhex
- dodoc LICENSE.QPL
- dodoc README
- dodoc README.install
-}