public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
@ 2011-07-31 18:36 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2011-07-31 18:36 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/07/31 18:36:51

  Modified:             ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
  Log:
  Add missing sys-devel/m4 dependency, bug 376119.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.85                 sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	16 Nov 2010 20:32:45 -0000	1.84
+++ ChangeLog	31 Jul 2011 18:36:50 -0000	1.85
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/flex
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.84 2010/11/16 20:32:45 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.85 2011/07/31 18:36:50 mattst88 Exp $
+
+  31 Jul 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
+  flex-2.5.35_p10.ebuild:
+  Add missing sys-devel/m4 dependency, bug 376119.
 
 *flex-2.5.35_p10 (16 Nov 2010)
 



1.13                 sys-devel/flex/flex-2.5.35.ebuild

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

Index: flex-2.5.35.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- flex-2.5.35.ebuild	8 Jun 2010 19:00:00 -0000	1.12
+++ flex-2.5.35.ebuild	31 Jul 2011 18:36:50 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.12 2010/06/08 19:00:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.13 2011/07/31 18:36:50 mattst88 Exp $
 
 inherit eutils flag-o-matic
 
@@ -15,7 +15,8 @@
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="nls static"
 
-DEPEND="nls? ( sys-devel/gettext )"
+DEPEND="sys-devel/m4
+	nls? ( sys-devel/gettext )"
 RDEPEND=""
 
 src_unpack() {



1.2                  sys-devel/flex/flex-2.5.35_p10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?r1=1.1&r2=1.2

Index: flex-2.5.35_p10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flex-2.5.35_p10.ebuild	16 Nov 2010 20:32:45 -0000	1.1
+++ flex-2.5.35_p10.ebuild	31 Jul 2011 18:36:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.1 2010/11/16 20:32:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.2 2011/07/31 18:36:51 mattst88 Exp $
 
 EAPI=2
 
@@ -22,7 +22,8 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
-DEPEND="nls? ( sys-devel/gettext )"
+DEPEND="sys-devel/m4
+	nls? ( sys-devel/gettext )"
 RDEPEND=""
 
 S=${WORKDIR}/${MY_P}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
@ 2011-08-17  3:46 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2011-08-17  3:46 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/08/17 03:46:35

  Modified:             ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
  Log:
  Add m4 to RDEPEND as well, bug 379355.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	31 Jul 2011 18:36:50 -0000	1.85
+++ ChangeLog	17 Aug 2011 03:46:34 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.85 2011/07/31 18:36:50 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.86 2011/08/17 03:46:34 mattst88 Exp $
+
+  17 Aug 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
+  flex-2.5.35_p10.ebuild:
+  Add m4 to RDEPEND as well, bug 379355.
 
   31 Jul 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
   flex-2.5.35_p10.ebuild:



1.14                 sys-devel/flex/flex-2.5.35.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?r1=1.13&r2=1.14

Index: flex-2.5.35.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- flex-2.5.35.ebuild	31 Jul 2011 18:36:50 -0000	1.13
+++ flex-2.5.35.ebuild	17 Aug 2011 03:46:34 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.13 2011/07/31 18:36:50 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.14 2011/08/17 03:46:34 mattst88 Exp $
 
 inherit eutils flag-o-matic
 
@@ -15,9 +15,9 @@
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="nls static"
 
-DEPEND="sys-devel/m4
+RDEPEND="sys-devel/m4"
+DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
-RDEPEND=""
 
 src_unpack() {
 	unpack ${A}



1.3                  sys-devel/flex/flex-2.5.35_p10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?r1=1.2&r2=1.3

Index: flex-2.5.35_p10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flex-2.5.35_p10.ebuild	31 Jul 2011 18:36:51 -0000	1.2
+++ flex-2.5.35_p10.ebuild	17 Aug 2011 03:46:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.2 2011/07/31 18:36:51 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.3 2011/08/17 03:46:34 mattst88 Exp $
 
 EAPI=2
 
@@ -22,9 +22,9 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
-DEPEND="sys-devel/m4
+RDEPEND="sys-devel/m4"
+DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
-RDEPEND=""
 
 S=${WORKDIR}/${MY_P}
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
@ 2011-09-06 18:59 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2011-09-06 18:59 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/09/06 18:59:45

  Modified:             ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
  Log:
  Add test? ( sys-devel/bison ) to DEPEND (plain dev-util/yacc doesn't work), bug 381273.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.87                 sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	17 Aug 2011 03:46:34 -0000	1.86
+++ ChangeLog	6 Sep 2011 18:59:44 -0000	1.87
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.86 2011/08/17 03:46:34 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.87 2011/09/06 18:59:44 mattst88 Exp $
+
+  06 Sep 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
+  flex-2.5.35_p10.ebuild:
+  Add test? ( sys-devel/bison ) to DEPEND (plain dev-util/yacc doesn't work),
+  bug 381273.
 
   17 Aug 2011; Matt Turner <mattst88@gentoo.org> flex-2.5.35.ebuild,
   flex-2.5.35_p10.ebuild:



1.15                 sys-devel/flex/flex-2.5.35.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?r1=1.14&r2=1.15

Index: flex-2.5.35.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- flex-2.5.35.ebuild	17 Aug 2011 03:46:34 -0000	1.14
+++ flex-2.5.35.ebuild	6 Sep 2011 18:59:44 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.14 2011/08/17 03:46:34 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.15 2011/09/06 18:59:44 mattst88 Exp $
 
 inherit eutils flag-o-matic
 
@@ -13,11 +13,12 @@
 LICENSE="FLEX"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="nls static"
+IUSE="nls static test"
 
 RDEPEND="sys-devel/m4"
 DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+	nls? ( sys-devel/gettext )
+	test? ( sys-devel/bison )"
 
 src_unpack() {
 	unpack ${A}



1.4                  sys-devel/flex/flex-2.5.35_p10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?r1=1.3&r2=1.4

Index: flex-2.5.35_p10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flex-2.5.35_p10.ebuild	17 Aug 2011 03:46:34 -0000	1.3
+++ flex-2.5.35_p10.ebuild	6 Sep 2011 18:59:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.3 2011/08/17 03:46:34 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.4 2011/09/06 18:59:45 mattst88 Exp $
 
 EAPI=2
 
@@ -20,11 +20,12 @@
 LICENSE="FLEX"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static"
+IUSE="nls static test"
 
 RDEPEND="sys-devel/m4"
 DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+	nls? ( sys-devel/gettext )
+	test? ( sys-devel/bison )"
 
 S=${WORKDIR}/${MY_P}
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-06 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  3:46 [gentoo-commits] gentoo-x86 commit in sys-devel/flex: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-06 18:59 Matt Turner (mattst88)
2011-07-31 18:36 Matt Turner (mattst88)

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