diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-28 21:43:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-28 21:43:36 +0000 |
commit | e8b695827f4e59b20501b7ef6277a13abadbb6a6 (patch) | |
tree | c1c808638446127f618f517a736ea050f34763d0 /app-editors/lfhex/lfhex-0.42.ebuild | |
parent | x11-apps/xinit: fix customizations patch (see bug #293342) (diff) | |
download | gentoo-2-e8b695827f4e59b20501b7ef6277a13abadbb6a6.tar.gz gentoo-2-e8b695827f4e59b20501b7ef6277a13abadbb6a6.tar.bz2 gentoo-2-e8b695827f4e59b20501b7ef6277a13abadbb6a6.zip |
QA: move to maintainer-needed since there is 0 interest around from former dev aparently.
Drop all old ebuilds including STABLE one (better to have no non-working
ebuild in stable than pretend that we have stable).
Clear latest ebuild.
(Portage version: 2.2_rc53/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/lfhex/lfhex-0.42.ebuild')
-rw-r--r-- | app-editors/lfhex/lfhex-0.42.ebuild | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/app-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild index c6dd78b98d84..3d6b4a18eb92 100644 --- a/app-editors/lfhex/lfhex-0.42.ebuild +++ b/app-editors/lfhex/lfhex-0.42.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.2 2009/10/05 19:15:22 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.3 2009/11/28 21:43:36 scarabeus Exp $ -EAPI="1" +EAPI="2" -inherit qt4 toolchain-funcs +inherit base qt4 DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files" HOMEPAGE="http://stoopidsimple.com/lfhex" @@ -16,20 +16,18 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="x11-libs/qt-gui:4 - >=x11-libs/libXt-1.0.0" + x11-libs/libXt" +DEPEND="${RDEPEND} + sys-devel/flex + sys-devel/bison" -DEPEND="sys-devel/flex - sys-devel/bison - ${RDEPEND}" -S="${WORKDIR}"/${P}/src +S=${WORKDIR}/${P}/src -src_compile() { -# eqmake4 lfhex.pro +src_configure() { eqmake4 || die "eqmake4 failed" - emake || die "emake failed" } src_install() { - dobin lfhex - dodoc ../README + dobin lfhex || die + dodoc ../README || die } |