public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-02-02  6:50 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-02-02  6:50 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/02/02 06:50:09

  Modified:             ChangeLog
  Added:                re2c-0.13.5-r1.ebuild
  Log:
  Cleanup ebuild: drop already applied patch, don't fix tarball permissions, switch to EAPI=4. Approved by robbat2.
  
  (Portage version: 2.2.0_alpha84_p47/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	30 Mar 2011 09:05:55 -0000	1.59
+++ ChangeLog	2 Feb 2012 06:50:09 -0000	1.60
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/re2c
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.59 2011/03/30 09:05:55 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.60 2012/02/02 06:50:09 slyfox Exp $
+
+*re2c-0.13.5-r1 (02 Feb 2012)
+
+  02 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> +re2c-0.13.5-r1.ebuild:
+  Cleanup ebuild: drop already applied patch, don't fix tarball permissions,
+  switch to EAPI=4. Approved by robbat2.
 
   30 Mar 2011; Michael Weber <xmw@gentoo.org> re2c-0.13.5.ebuild:
   added ~arm (bug 302981)



1.1                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: re2c-0.13.5-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.1 2012/02/02 06:50:09 slyfox Exp $

EAPI=4

inherit eutils

DESCRIPTION="tool for generating C-based recognizers from regular expressions"
HOMEPAGE="http://re2c.sourceforge.net/"
MY_PV="${PV/_/.}"
MY_P="${PN}-${MY_PV}"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"

src_install() {
	dobin re2c
	doman re2c.1
	dodoc README CHANGELOG doc/*
	docinto examples
	dodoc examples/*.c examples/*.re
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-08-03 13:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 13:57 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 13:57:42

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #418963
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.1&r2=1.2

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- re2c-0.13.5-r1.ebuild	2 Feb 2012 06:50:09 -0000	1.1
+++ re2c-0.13.5-r1.ebuild	3 Aug 2012 13:57:42 -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.1 2012/02/02 06:50:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.2 2012/08/03 13:57:42 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.61                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	2 Feb 2012 06:50:09 -0000	1.60
+++ ChangeLog	3 Aug 2012 13:57:42 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.60 2012/02/02 06:50:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.61 2012/08/03 13:57:42 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Stable for amd64, wrt bug #418963
 
 *re2c-0.13.5-r1 (02 Feb 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-08-05  0:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-05  0:19 UTC (permalink / raw
  To: gentoo-commits

jer         12/08/05 00:19:42

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #418963).
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.2&r2=1.3

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- re2c-0.13.5-r1.ebuild	3 Aug 2012 13:57:42 -0000	1.2
+++ re2c-0.13.5-r1.ebuild	5 Aug 2012 00:19:42 -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.2 2012/08/03 13:57:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.3 2012/08/05 00:19:42 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.62                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	3 Aug 2012 13:57:42 -0000	1.61
+++ ChangeLog	5 Aug 2012 00:19:42 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.61 2012/08/03 13:57:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.62 2012/08/05 00:19:42 jer Exp $
+
+  05 Aug 2012; Jeroen Roovers <jer@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Stable for HPPA (bug #418963).
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> re2c-0.13.5-r1.ebuild:
   Stable for amd64, wrt bug #418963





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-08-06 21:19 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-08-06 21:19 UTC (permalink / raw
  To: gentoo-commits

ranger      12/08/06 21:19:14

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Marking re2c-0.13.5-r1 ppc64 for bug 418963
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.3&r2=1.4

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- re2c-0.13.5-r1.ebuild	5 Aug 2012 00:19:42 -0000	1.3
+++ re2c-0.13.5-r1.ebuild	6 Aug 2012 21:19:14 -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.3 2012/08/05 00:19:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.4 2012/08/06 21:19:14 ranger Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.63                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	5 Aug 2012 00:19:42 -0000	1.62
+++ ChangeLog	6 Aug 2012 21:19:14 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.62 2012/08/05 00:19:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.63 2012/08/06 21:19:14 ranger Exp $
+
+  06 Aug 2012; Brent Baude <ranger@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Marking re2c-0.13.5-r1 ppc64 for bug 418963
 
   05 Aug 2012; Jeroen Roovers <jer@gentoo.org> re2c-0.13.5-r1.ebuild:
   Stable for HPPA (bug #418963).





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-08-10 14:58 Johannes Huber (johu)
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber (johu) @ 2012-08-10 14:58 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/10 14:58:18

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #418963
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.4&r2=1.5

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- re2c-0.13.5-r1.ebuild	6 Aug 2012 21:19:14 -0000	1.4
+++ re2c-0.13.5-r1.ebuild	10 Aug 2012 14:58:18 -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.4 2012/08/06 21:19:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.5 2012/08/10 14:58:18 johu Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.64                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	6 Aug 2012 21:19:14 -0000	1.63
+++ ChangeLog	10 Aug 2012 14:58:18 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.63 2012/08/06 21:19:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.64 2012/08/10 14:58:18 johu Exp $
+
+  10 Aug 2012; Johannes Huber <johu@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Stable for x86, wrt bug #418963
 
   06 Aug 2012; Brent Baude <ranger@gentoo.org> re2c-0.13.5-r1.ebuild:
   Marking re2c-0.13.5-r1 ppc64 for bug 418963





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-08-12 13:47 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-12 13:47 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/12 13:47:13

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Stable ppc, bug #418963
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.5&r2=1.6

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- re2c-0.13.5-r1.ebuild	10 Aug 2012 14:58:18 -0000	1.5
+++ re2c-0.13.5-r1.ebuild	12 Aug 2012 13:47:13 -0000	1.6
@@ -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.5 2012/08/10 14:58:18 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.6 2012/08/12 13:47:13 blueness Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.65                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	10 Aug 2012 14:58:18 -0000	1.64
+++ ChangeLog	12 Aug 2012 13:47:13 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.64 2012/08/10 14:58:18 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.65 2012/08/12 13:47:13 blueness Exp $
+
+  12 Aug 2012; Anthony G. Basile <blueness@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Stable ppc, bug #418963
 
   10 Aug 2012; Johannes Huber <johu@gentoo.org> re2c-0.13.5-r1.ebuild:
   Stable for x86, wrt bug #418963





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2012-09-02 18:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-02 18:53 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/02 18:53:32

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #418963
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.6&r2=1.7

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- re2c-0.13.5-r1.ebuild	12 Aug 2012 13:47:13 -0000	1.6
+++ re2c-0.13.5-r1.ebuild	2 Sep 2012 18:53:32 -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.6 2012/08/12 13:47:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.7 2012/09/02 18:53:32 armin76 Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.66                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	12 Aug 2012 13:47:13 -0000	1.65
+++ ChangeLog	2 Sep 2012 18:53:32 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.65 2012/08/12 13:47:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.66 2012/09/02 18:53:32 armin76 Exp $
+
+  02 Sep 2012; Raúl Porcel <armin76@gentoo.org> re2c-0.13.5-r1.ebuild:
+  alpha/ia64/sparc stable wrt #418963
 
   12 Aug 2012; Anthony G. Basile <blueness@gentoo.org> re2c-0.13.5-r1.ebuild:
   Stable ppc, bug #418963





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2013-03-03  8:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-03  8:54 UTC (permalink / raw
  To: gentoo-commits

vapier      13/03/03 08:54:25

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  Add s390 love.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.8                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.7&r2=1.8

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- re2c-0.13.5-r1.ebuild	2 Sep 2012 18:53:32 -0000	1.7
+++ re2c-0.13.5-r1.ebuild	3 Mar 2013 08:54:25 -0000	1.8
@@ -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.7 2012/09/02 18:53:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.8 2013/03/03 08:54:25 vapier Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.67                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	2 Sep 2012 18:53:32 -0000	1.66
+++ ChangeLog	3 Mar 2013 08:54:25 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.66 2012/09/02 18:53:32 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.67 2013/03/03 08:54:25 vapier Exp $
+
+  03 Mar 2013; Mike Frysinger <vapier@gentoo.org> re2c-0.13.5-r1.ebuild:
+  Add s390 love.
 
   02 Sep 2012; Raúl Porcel <armin76@gentoo.org> re2c-0.13.5-r1.ebuild:
   alpha/ia64/sparc stable wrt #418963





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog
@ 2013-06-11 18:40 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2013-06-11 18:40 UTC (permalink / raw
  To: gentoo-commits

maekke      13/06/11 18:40:58

  Modified:             re2c-0.13.5-r1.ebuild ChangeLog
  Log:
  arm stable, bug #269129
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.9                  dev-util/re2c/re2c-0.13.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild?r1=1.8&r2=1.9

Index: re2c-0.13.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- re2c-0.13.5-r1.ebuild	3 Mar 2013 08:54:25 -0000	1.8
+++ re2c-0.13.5-r1.ebuild	11 Jun 2013 18:40:58 -0000	1.9
@@ -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/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.8 2013/03/03 08:54:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.5-r1.ebuild,v 1.9 2013/06/11 18:40:58 maekke Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



1.68                 dev-util/re2c/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	3 Mar 2013 08:54:25 -0000	1.67
+++ ChangeLog	11 Jun 2013 18:40:58 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.67 2013/03/03 08:54:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.68 2013/06/11 18:40:58 maekke Exp $
+
+  11 Jun 2013; Markus Meier <maekke@gentoo.org> re2c-0.13.5-r1.ebuild:
+  arm stable, bug #269129
 
   03 Mar 2013; Mike Frysinger <vapier@gentoo.org> re2c-0.13.5-r1.ebuild:
   Add s390 love.





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

end of thread, other threads:[~2013-06-11 18:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02  6:50 [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.5-r1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 13:57 Agostino Sarubbo (ago)
2012-08-05  0:19 Jeroen Roovers (jer)
2012-08-06 21:19 Brent Baude (ranger)
2012-08-10 14:58 Johannes Huber (johu)
2012-08-12 13:47 Anthony G. Basile (blueness)
2012-09-02 18:53 Raul Porcel (armin76)
2013-03-03  8:54 Mike Frysinger (vapier)
2013-06-11 18:40 Markus Meier (maekke)

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