diff options
author | 2004-06-15 01:15:06 +0000 | |
---|---|---|
committer | 2004-06-15 01:15:06 +0000 | |
commit | 83c3200a8a6b5e6eac08fc6eff5c08d5ccd201cf (patch) | |
tree | d5f63adce0ce9a59eecf669766dfaa87ee779eb0 /app-editors/lfhex | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-83c3200a8a6b5e6eac08fc6eff5c08d5ccd201cf.tar.gz gentoo-2-83c3200a8a6b5e6eac08fc6eff5c08d5ccd201cf.tar.bz2 gentoo-2-83c3200a8a6b5e6eac08fc6eff5c08d5ccd201cf.zip |
QA - default S=
Diffstat (limited to 'app-editors/lfhex')
-rw-r--r-- | app-editors/lfhex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/lfhex/lfhex-0.3.7.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog index d07045ecd71d..938718fa591f 100644 --- a/app-editors/lfhex/ChangeLog +++ b/app-editors/lfhex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/lfhex # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.1 2004/06/14 03:32:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.2 2004/06/15 01:15:06 dragonheart Exp $ + + 15 Jun 2004; Daniel Black <dragonheart@gentoo.org> lfhex-0.3.7.ebuild: + QA - default S= *lfhex-0.3.7 (14 Jun 2004) diff --git a/app-editors/lfhex/lfhex-0.3.7.ebuild b/app-editors/lfhex/lfhex-0.3.7.ebuild index b83d0ec788d0..e9f0b7ed256b 100644 --- a/app-editors/lfhex/lfhex-0.3.7.ebuild +++ b/app-editors/lfhex/lfhex-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/06/14 03:32:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.ebuild,v 1.2 2004/06/15 01:15:06 dragonheart Exp $ DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files" HOMEPAGE="http://freshmeat.net/projects/lfhex" @@ -20,8 +20,6 @@ DEPEND="${RDEPEND} sys-apps/grep sys-apps/net-tools" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die "emake failed" |