jer 15/01/09 16:39:43 Modified: hexcurse-1.55.ebuild ChangeLog Log: Simplify library checks, drop virtual/pkgconfig (maybe bug #536128). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.17 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.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild?r1=1.16&r2=1.17 Index: hexcurse-1.55.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hexcurse-1.55.ebuild 27 Oct 2014 23:25:27 -0000 1.16 +++ hexcurse-1.55.ebuild 9 Jan 2015 16:39:43 -0000 1.17 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.16 2014/10/27 23:25:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/hexcurse-1.55.ebuild,v 1.17 2015/01/09 16:39:43 jer Exp $ EAPI=5 inherit autotools eutils @@ -16,13 +16,13 @@ RDEPEND=">=sys-libs/ncurses-5.2" DEPEND=" ${RDEPEND} - virtual/pkgconfig " src_prepare() { epatch \ "${FILESDIR}"/${PV}-gcc.patch \ "${FILESDIR}"/${PV}-tinfo.patch + eautoreconf } 1.13 app-editors/hexcurse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 27 Oct 2014 23:25:27 -0000 1.12 +++ ChangeLog 9 Jan 2015 16:39:43 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/hexcurse -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexcurse/ChangeLog,v 1.13 2015/01/09 16:39:43 jer Exp $ + + 09 Jan 2015; Jeroen Roovers <j...@gentoo.org> hexcurse-1.55.ebuild, + files/1.55-tinfo.patch: + Simplify library checks, drop virtual/pkgconfig (maybe bug #536128). 27 Oct 2014; Jeroen Roovers <j...@gentoo.org> hexcurse-1.55.ebuild, files/1.55-gcc.patch, +files/1.55-tinfo.patch: