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.7.1.ebuild ChangeLog
@ 2014-07-26  9:03 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-07-26  9:03 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/07/26 09:03:28

  Modified:             ChangeLog
  Added:                re2c-0.13.7.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p40/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.72                 dev-util/re2c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	10 Jun 2014 00:22:40 -0000	1.71
+++ ChangeLog	26 Jul 2014 09:03:27 -0000	1.72
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.71 2014/06/10 00:22:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.72 2014/07/26 09:03:27 slyfox Exp $
+
+*re2c-0.13.7.1 (26 Jul 2014)
+
+  26 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> +re2c-0.13.7.1.ebuild:
+  Version bump.
 
   10 Jun 2014; Mike Frysinger <vapier@gentoo.org> re2c-0.13.5-r1.ebuild,
   re2c-0.13.6.ebuild:



1.1                  dev-util/re2c/re2c-0.13.7.1.ebuild

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

Index: re2c-0.13.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.1.ebuild,v 1.1 2014/07/26 09:03:27 slyfox Exp $

EAPI=5

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

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

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





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

* [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.7.1.ebuild ChangeLog
@ 2014-07-27  1:12 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-27  1:12 UTC (permalink / raw
  To: gentoo-commits

floppym     14/07/27 01:12:34

  Modified:             re2c-0.13.7.1.ebuild ChangeLog
  Log:
  Comment-out manpage installation to workaround bug 518276.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-util/re2c/re2c-0.13.7.1.ebuild

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

Index: re2c-0.13.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- re2c-0.13.7.1.ebuild	26 Jul 2014 09:03:27 -0000	1.1
+++ re2c-0.13.7.1.ebuild	27 Jul 2014 01:12:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.1.ebuild,v 1.1 2014/07/26 09:03:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.13.7.1.ebuild,v 1.2 2014/07/27 01:12:34 floppym Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 
 src_install() {
 	dobin re2c
-	doman re2c.1
+	# Bug 518276
+	#doman re2c.1
 	dodoc README CHANGELOG doc/*
 	docinto examples
 	dodoc examples/*.c examples/*.re



1.73                 dev-util/re2c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	26 Jul 2014 09:03:27 -0000	1.72
+++ ChangeLog	27 Jul 2014 01:12:34 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/re2c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.72 2014/07/26 09:03:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.73 2014/07/27 01:12:34 floppym Exp $
+
+  27 Jul 2014; Mike Gilbert <floppym@gentoo.org> re2c-0.13.7.1.ebuild:
+  Comment-out manpage installation to workaround bug 518276.
 
 *re2c-0.13.7.1 (26 Jul 2014)
 





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

end of thread, other threads:[~2014-07-27  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26  9:03 [gentoo-commits] gentoo-x86 commit in dev-util/re2c: re2c-0.13.7.1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-27  1:12 Mike Gilbert (floppym)

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