public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-2.4.2.ebuild bison-2.5.ebuild ChangeLog
@ 2012-05-24  2:40 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-05-24  2:40 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/24 02:40:38

  Modified:             bison-2.4.2.ebuild bison-2.5.ebuild ChangeLog
  Log:
  Inherit eutils for epatch, and flag-o-matic for append-ldflags.
  
  (Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/bison/bison-2.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild?r1=1.11&r2=1.12

Index: bison-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bison-2.4.2.ebuild	17 Aug 2011 03:43:40 -0000	1.11
+++ bison-2.4.2.ebuild	24 May 2012 02:40:38 -0000	1.12
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.11 2011/08/17 03:43:40 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.2.ebuild,v 1.12 2012/05/24 02:40:38 vapier Exp $
 
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic eutils
 
 DESCRIPTION="A yacc-compatible parser generator"
 HOMEPAGE="http://www.gnu.org/software/bison/bison.html"



1.6                  sys-devel/bison/bison-2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?r1=1.5&r2=1.6

Index: bison-2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bison-2.5.ebuild	26 Apr 2012 12:58:13 -0000	1.5
+++ bison-2.5.ebuild	24 May 2012 02:40:38 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.5 2012/04/26 12:58:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.6 2012/05/24 02:40:38 vapier Exp $
 
 EAPI="2"
 
-inherit eutils
+inherit eutils flag-o-matic
 
 DESCRIPTION="A yacc-compatible parser generator"
 HOMEPAGE="http://www.gnu.org/software/bison/bison.html"



1.110                sys-devel/bison/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	26 Apr 2012 12:58:13 -0000	1.109
+++ ChangeLog	24 May 2012 02:40:38 -0000	1.110
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/bison
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.109 2012/04/26 12:58:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.110 2012/05/24 02:40:38 vapier Exp $
+
+  24 May 2012; Mike Frysinger <vapier@gentoo.org> bison-2.4.2.ebuild,
+  bison-2.5.ebuild:
+  Inherit eutils for epatch, and flag-o-matic for append-ldflags.
 
   26 Apr 2012; Alexis Ballier <aballier@gentoo.org> bison-2.5.ebuild:
   keyword ~amd64-fbsd






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-24  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24  2:40 [gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-2.4.2.ebuild bison-2.5.ebuild ChangeLog Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox