vapier 15/05/08 08:33:38 Modified: bison-3.0.4-r1.ebuild ChangeLog Log: Patch generated autotools to avoid breaking prefix bootstrap #538300#9 by Michael Haubenwallner. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 sys-devel/bison/bison-3.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?r1=1.2&r2=1.3 Index: bison-3.0.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bison-3.0.4-r1.ebuild 11 Apr 2015 08:59:45 -0000 1.2 +++ bison-3.0.4-r1.ebuild 8 May 2015 08:33:38 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.2 2015/04/11 08:59:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.3 2015/05/08 08:33:38 vapier Exp $ EAPI=5 -inherit flag-o-matic eutils autotools +inherit flag-o-matic eutils DESCRIPTION="A general-purpose (yacc-compatible) parser generator" HOMEPAGE="http://www.gnu.org/software/bison/" @@ -17,7 +17,6 @@ RDEPEND=">=sys-devel/m4-1.4.16" DEPEND="${RDEPEND} - >=sys-devel/automake-1.14 sys-devel/flex examples? ( dev-lang/perl ) nls? ( sys-devel/gettext ) @@ -27,7 +26,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-optional-perl.patch #538300 - eautoreconf + touch doc/bison.1 #548778 } src_configure() { 1.136 sys-devel/bison/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.136&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.136&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.135&r2=1.136 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- ChangeLog 11 Apr 2015 08:59:45 -0000 1.135 +++ ChangeLog 8 May 2015 08:33:38 -0000 1.136 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.135 2015/04/11 08:59:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.136 2015/05/08 08:33:38 vapier Exp $ + + 08 May 2015; Mike Frysinger <[email protected]> bison-3.0.4-r1.ebuild, + files/bison-3.0.4-optional-perl.patch: + Patch generated autotools to avoid breaking prefix bootstrap #538300#9 by + Michael Haubenwallner. 11 Apr 2015; Markos Chandras <[email protected]> bison-3.0.4-r1.ebuild: Depend on automake >= 1.14. Bug #545610
