slyfox 15/02/28 00:06:06 Modified: ChangeLog Added: re2c-0.14.1.ebuild Removed: re2c-0.14.ebuild Log: Version bump. Fixes 're2c -V' output for trailing zero versions. bug #541430 by Phil Tooley and Slava Gorbunov, fix by Mike Gilbert. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.87 dev-util/re2c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 27 Feb 2015 11:24:08 -0000 1.86 +++ ChangeLog 28 Feb 2015 00:06:06 -0000 1.87 @@ -1,6 +1,13 @@ # ChangeLog for dev-util/re2c # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.86 2015/02/27 11:24:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.87 2015/02/28 00:06:06 slyfox Exp $ + +*re2c-0.14.1 (28 Feb 2015) + + 28 Feb 2015; Sergei Trofimovich <[email protected]> +re2c-0.14.1.ebuild, + -re2c-0.14.ebuild: + Version bump. Fixes 're2c -V' output for trailing zero versions. bug #541430 + by Phil Tooley and Slava Gorbunov, fix by Mike Gilbert. 27 Feb 2015; Agostino Sarubbo <[email protected]> re2c-0.13.7.5.ebuild: Stable for sparc, wrt bug #535406 1.1 dev-util/re2c/re2c-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.14.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/re2c/re2c-0.14.1.ebuild?rev=1.1&content-type=text/plain Index: re2c-0.14.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.14.1.ebuild,v 1.1 2015/02/28 00:06:06 slyfox Exp $ EAPI=5 inherit eutils 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 ~x64-macos ~x86-macos ~x86-solaris" src_prepare() { epatch_user } src_install() { default dodoc README CHANGELOG doc/* docinto examples dodoc examples/*.c examples/*.re }
