jer 14/10/27 23:25:27 Modified: hexcurse-1.55.ebuild ChangeLog Log: Fix building against sys-libs/ncurses[tinfo] (bug #527160). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.16 app-editors/hexcurse/hexcurse-1.55.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?r1=1.15&r2=1.16 Index: hexcurse-1.55.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- hexcurse-1.55.ebuild 1 Jan 2010 20:59:18 -0000 1.15 +++ hexcurse-1.55.ebuild 27 Oct 2014 23:25:27 -0000 1.16 @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.15 2010/01/01 20:59:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.16 2014/10/27 23:25:27 jer Exp $ -inherit eutils +EAPI=5 +inherit autotools eutils DESCRIPTION="ncurses based hex editor" HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse" @@ -11,14 +12,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -DEPEND=">=sys-libs/ncurses-5.2" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-gcc.patch +RDEPEND=">=sys-libs/ncurses-5.2" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + epatch \ + "${FILESDIR}"/${PV}-gcc.patch \ + "${FILESDIR}"/${PV}-tinfo.patch + eautoreconf } src_install() { 1.12 app-editors/hexcurse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 1 Jan 2010 20:59:18 -0000 1.11 +++ ChangeLog 27 Oct 2014 23:25:27 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/hexcurse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.11 2010/01/01 20:59:18 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.12 2014/10/27 23:25:27 jer Exp $ + + 27 Oct 2014; Jeroen Roovers <[email protected]> hexcurse-1.55.ebuild, + files/1.55-gcc.patch, +files/1.55-tinfo.patch: + Fix building against sys-libs/ncurses[tinfo] (bug #527160). 01 Jan 2010; Christian Faulhammer <[email protected]> hexcurse-1.55.ebuild: Transfer Prefix keywords
