public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-08-04 20:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2012-08-04 20:37 UTC (permalink / raw
  To: gentoo-commits

vapier      12/08/04 20:37:47

  Modified:             ChangeLog
  Added:                flex-2.5.37.ebuild
  Log:
  Version bump #429774 by Samuli Suominen.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.98                 sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	26 Apr 2012 13:12:45 -0000	1.97
+++ ChangeLog	4 Aug 2012 20:37:47 -0000	1.98
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.97 2012/04/26 13:12:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.98 2012/08/04 20:37:47 vapier Exp $
+
+*flex-2.5.37 (04 Aug 2012)
+
+  04 Aug 2012; Mike Frysinger <vapier@gentoo.org>
+  +files/flex-2.5.37-proto.patch, +flex-2.5.37.ebuild:
+  Version bump #429774 by Samuli Suominen.
 
   26 Apr 2012; Alexis Ballier <aballier@gentoo.org> flex-2.5.35_p10.ebuild:
   keyword ~amd64-fbsd



1.1                  sys-devel/flex/flex-2.5.37.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild?rev=1.1&content-type=text/plain

Index: flex-2.5.37.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.1 2012/08/04 20:37:47 vapier Exp $

EAPI="3"

inherit eutils flag-o-matic

if [[ ${PV} == *_p* ]] ; then
	DEB_DIFF=${PN}_${PV/_p/-}
fi
MY_P=${P%_p*}

DESCRIPTION="The Fast Lexical Analyzer"
HOMEPAGE="http://flex.sourceforge.net/"
SRC_URI="mirror://sourceforge/flex/${MY_P}.tar.bz2
	${DEB_DIFF:+mirror://debian/pool/main/f/flex/${DEB_DIFF}.diff.gz}"

LICENSE="FLEX"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="nls static test"

# We want bison explicitly and not yacc in general #381273
RDEPEND="sys-devel/m4"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	test? ( sys-devel/bison )"

S=${WORKDIR}/${MY_P}

src_prepare() {
	[[ -n ${DEB_DIFF} ]] && epatch "${WORKDIR}"/${DEB_DIFF}.diff
	epatch "${FILESDIR}"/${P}-proto.patch
}

src_configure() {
	use static && append-ldflags -static
	econf \
		$(use_enable nls) \
		--docdir=/usr/share/doc/${PF}
}

src_install() {
	emake install DESTDIR="${D}" || die
	rm "${D}"/usr/share/doc/${PF}/{COPYING,flex.pdf} || die
	dodoc AUTHORS ChangeLog NEWS ONEWS README* THANKS TODO
	dosym flex /usr/bin/lex
}





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-08-11 16:06 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2012-08-11 16:06 UTC (permalink / raw
  To: gentoo-commits

vapier      12/08/11 16:06:53

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Add fix from upstream for running tests w/bison-2.6 #429954 by Ryan Hill.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flex-2.5.37.ebuild	4 Aug 2012 20:37:47 -0000	1.1
+++ flex-2.5.37.ebuild	11 Aug 2012 16:06:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.1 2012/08/04 20:37:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.2 2012/08/11 16:06:53 vapier Exp $
 
 EAPI="3"
 
@@ -32,6 +32,7 @@
 src_prepare() {
 	[[ -n ${DEB_DIFF} ]] && epatch "${WORKDIR}"/${DEB_DIFF}.diff
 	epatch "${FILESDIR}"/${P}-proto.patch
+	epatch "${FILESDIR}"/${P}-tests.patch #429954
 }
 
 src_configure() {



1.99                 sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	4 Aug 2012 20:37:47 -0000	1.98
+++ ChangeLog	11 Aug 2012 16:06:53 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.98 2012/08/04 20:37:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.99 2012/08/11 16:06:53 vapier Exp $
+
+  11 Aug 2012; Mike Frysinger <vapier@gentoo.org>
+  +files/flex-2.5.37-tests.patch, flex-2.5.37.ebuild:
+  Add fix from upstream for running tests w/bison-2.6 #429954 by Ryan Hill.
 
 *flex-2.5.37 (04 Aug 2012)
 





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-22  9:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22  9:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/22 09:27:11

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flex-2.5.37.ebuild	11 Aug 2012 16:06:53 -0000	1.2
+++ flex-2.5.37.ebuild	22 Dec 2012 09:27:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.2 2012/08/11 16:06:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.3 2012/12/22 09:27:11 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.100                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	11 Aug 2012 16:06:53 -0000	1.99
+++ ChangeLog	22 Dec 2012 09:27:11 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.99 2012/08/11 16:06:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.100 2012/12/22 09:27:11 ago Exp $
+
+  22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for amd64, wrt bug #447964
 
   11 Aug 2012; Mike Frysinger <vapier@gentoo.org>
   +files/flex-2.5.37-tests.patch, flex-2.5.37.ebuild:





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-22 14:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22 14:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/22 14:04:02

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flex-2.5.37.ebuild	22 Dec 2012 09:27:11 -0000	1.3
+++ flex-2.5.37.ebuild	22 Dec 2012 14:04:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.3 2012/12/22 09:27:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.4 2012/12/22 14:04:02 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.101                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	22 Dec 2012 09:27:11 -0000	1.100
+++ ChangeLog	22 Dec 2012 14:04:02 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.100 2012/12/22 09:27:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.101 2012/12/22 14:04:02 ago Exp $
+
+  22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for ppc, wrt bug #447964
 
   22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
   Stable for amd64, wrt bug #447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-23 17:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-23 17:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/23 17:04:51

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flex-2.5.37.ebuild	22 Dec 2012 14:04:02 -0000	1.4
+++ flex-2.5.37.ebuild	23 Dec 2012 17:04:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.4 2012/12/22 14:04:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.5 2012/12/23 17:04:51 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.102                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	22 Dec 2012 14:04:02 -0000	1.101
+++ ChangeLog	23 Dec 2012 17:04:51 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.101 2012/12/22 14:04:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.102 2012/12/23 17:04:51 ago Exp $
+
+  23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for ppc64, wrt bug #447964
 
   22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
   Stable for ppc, wrt bug #447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-25 22:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25 22:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 22:16:21

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flex-2.5.37.ebuild	23 Dec 2012 19:13:54 -0000	1.6
+++ flex-2.5.37.ebuild	25 Dec 2012 22:16:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.6 2012/12/23 19:13:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.7 2012/12/25 22:16:21 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.104                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	23 Dec 2012 19:13:54 -0000	1.103
+++ ChangeLog	25 Dec 2012 22:16:21 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.103 2012/12/23 19:13:54 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.104 2012/12/25 22:16:21 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for ia64, wrt bug #447964
 
   23 Dec 2012; Jeff Horelick <jdhore@gentoo.org> flex-2.5.37.ebuild:
   marked x86 per bug 447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-30 14:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:24 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 14:24:17

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- flex-2.5.37.ebuild	29 Dec 2012 15:05:03 -0000	1.8
+++ flex-2.5.37.ebuild	30 Dec 2012 14:24:17 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.8 2012/12/29 15:05:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.9 2012/12/30 14:24:17 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.106                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	29 Dec 2012 15:05:03 -0000	1.105
+++ ChangeLog	30 Dec 2012 14:24:17 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.105 2012/12/29 15:05:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.106 2012/12/30 14:24:17 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for sparc, wrt bug #447964
 
   29 Dec 2012; Jeroen Roovers <jer@gentoo.org> flex-2.5.37.ebuild:
   Stable for HPPA (bug #447964).





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2012-12-30 20:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 20:44 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 20:44:43

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flex-2.5.37.ebuild	30 Dec 2012 14:24:17 -0000	1.9
+++ flex-2.5.37.ebuild	30 Dec 2012 20:44:43 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.9 2012/12/30 14:24:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.10 2012/12/30 20:44:43 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.107                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	30 Dec 2012 14:24:17 -0000	1.106
+++ ChangeLog	30 Dec 2012 20:44:43 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.106 2012/12/30 14:24:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.107 2012/12/30 20:44:43 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for alpha, wrt bug #447964
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
   Stable for sparc, wrt bug #447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2013-01-01  8:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-01  8:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/01 08:23:12

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #447964
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- flex-2.5.37.ebuild	30 Dec 2012 20:44:43 -0000	1.10
+++ flex-2.5.37.ebuild	1 Jan 2013 08:23:12 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.10 2012/12/30 20:44:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.11 2013/01/01 08:23:12 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.108                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	30 Dec 2012 20:44:43 -0000	1.107
+++ ChangeLog	1 Jan 2013 08:23:12 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.107 2012/12/30 20:44:43 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.108 2013/01/01 08:23:12 ago Exp $
+
+  01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
+  Stable for arm, wrt bug #447964
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> flex-2.5.37.ebuild:
   Stable for alpha, wrt bug #447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2013-02-19  3:23 Zac Medico (zmedico)
  0 siblings, 0 replies; 12+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-19  3:23 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/19 03:23:43

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Fix for prefix and add ~arm-linux + ~x86-linux keywords.
  
  (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.13                 sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- flex-2.5.37.ebuild	1 Jan 2013 19:22:36 -0000	1.12
+++ flex-2.5.37.ebuild	19 Feb 2013 03:23:43 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.12 2013/01/01 19:22:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.13 2013/02/19 03:23:43 zmedico Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273
@@ -39,12 +39,12 @@
 	use static && append-ldflags -static
 	econf \
 		$(use_enable nls) \
-		--docdir=/usr/share/doc/${PF}
+		--docdir="${EPREFIX}"/usr/share/doc/${PF}
 }
 
 src_install() {
 	emake install DESTDIR="${D}" || die
-	rm "${D}"/usr/share/doc/${PF}/{COPYING,flex.pdf} || die
+	rm "${ED}"/usr/share/doc/${PF}/{COPYING,flex.pdf} || die
 	dodoc AUTHORS ChangeLog NEWS ONEWS README* THANKS TODO
 	dosym flex /usr/bin/lex
 }



1.110                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	1 Jan 2013 19:22:36 -0000	1.109
+++ ChangeLog	19 Feb 2013 03:23:43 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.109 2013/01/01 19:22:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.110 2013/02/19 03:23:43 zmedico Exp $
+
+  19 Feb 2013; Zac Medico <zmedico@gentoo.org> flex-2.5.37.ebuild:
+  Fix for prefix and add ~arm-linux + ~x86-linux keywords.
 
   01 Jan 2013; Raúl Porcel <armin76@gentoo.org> flex-2.5.37.ebuild:
   m68k/s390/sh stable wrt #447964





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2013-04-27 10:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-27 10:14 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/27 10:14:35

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Respect $AR setting #444086 by Denis M..
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.14                 sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- flex-2.5.37.ebuild	19 Feb 2013 03:23:43 -0000	1.13
+++ flex-2.5.37.ebuild	27 Apr 2013 10:14:35 -0000	1.14
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.13 2013/02/19 03:23:43 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.14 2013/04/27 10:14:35 vapier Exp $
 
 EAPI="3"
 
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic toolchain-funcs
 
 if [[ ${PV} == *_p* ]] ; then
 	DEB_DIFF=${PN}_${PV/_p/-}
@@ -33,6 +33,7 @@
 	[[ -n ${DEB_DIFF} ]] && epatch "${WORKDIR}"/${DEB_DIFF}.diff
 	epatch "${FILESDIR}"/${P}-proto.patch
 	epatch "${FILESDIR}"/${P}-tests.patch #429954
+	sed -i "/^AR =/s:=.*:= $(tc-getAR):" Makefile.in || die #444086
 }
 
 src_configure() {



1.111                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	19 Feb 2013 03:23:43 -0000	1.110
+++ ChangeLog	27 Apr 2013 10:14:35 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.110 2013/02/19 03:23:43 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.111 2013/04/27 10:14:35 vapier Exp $
+
+  27 Apr 2013; Mike Frysinger <vapier@gentoo.org> flex-2.5.37.ebuild:
+  Respect $AR setting #444086 by Denis M..
 
   19 Feb 2013; Zac Medico <zmedico@gentoo.org> flex-2.5.37.ebuild:
   Fix for prefix and add ~arm-linux + ~x86-linux keywords.





^ permalink raw reply	[flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog
@ 2014-01-18  3:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-18  3:14 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/18 03:14:16

  Modified:             flex-2.5.37.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.15                 sys-devel/flex/flex-2.5.37.ebuild

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

Index: flex-2.5.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- flex-2.5.37.ebuild	27 Apr 2013 10:14:35 -0000	1.14
+++ flex-2.5.37.ebuild	18 Jan 2014 03:14:16 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.14 2013/04/27 10:14:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.15 2014/01/18 03:14:16 vapier Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="FLEX"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



1.112                sys-devel/flex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	27 Apr 2013 10:14:35 -0000	1.111
+++ ChangeLog	18 Jan 2014 03:14:16 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/flex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.111 2013/04/27 10:14:35 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.112 2014/01/18 03:14:16 vapier Exp $
+
+  18 Jan 2014; Mike Frysinger <vapier@gentoo.org> flex-2.5.37.ebuild:
+  Add arm64 love.
 
   27 Apr 2013; Mike Frysinger <vapier@gentoo.org> flex-2.5.37.ebuild:
   Respect $AR setting #444086 by Denis M..





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

end of thread, other threads:[~2014-01-18  3:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-04 20:37 [gentoo-commits] gentoo-x86 commit in sys-devel/flex: flex-2.5.37.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-11 16:06 Mike Frysinger (vapier)
2012-12-22  9:27 Agostino Sarubbo (ago)
2012-12-22 14:04 Agostino Sarubbo (ago)
2012-12-23 17:04 Agostino Sarubbo (ago)
2012-12-25 22:16 Agostino Sarubbo (ago)
2012-12-30 14:24 Agostino Sarubbo (ago)
2012-12-30 20:44 Agostino Sarubbo (ago)
2013-01-01  8:23 Agostino Sarubbo (ago)
2013-02-19  3:23 Zac Medico (zmedico)
2013-04-27 10:14 Mike Frysinger (vapier)
2014-01-18  3:14 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