slyfox      15/02/25 23:15:09

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

Revision  Changes    Path
1.85                 dev-util/re2c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   24 Feb 2015 09:14:05 -0000      1.84
+++ ChangeLog   25 Feb 2015 23:15:09 -0000      1.85
@@ -1,6 +1,11 @@
 # 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.84 2015/02/24 
09:14:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.85 2015/02/25 
23:15:09 slyfox Exp $
+
+*re2c-0.14 (25 Feb 2015)
+
+  25 Feb 2015; Sergei Trofimovich <[email protected]> +re2c-0.14.ebuild:
+  Version bump.
 
   24 Feb 2015; Agostino Sarubbo <[email protected]> re2c-0.13.7.5.ebuild:
   Stable for alpha, wrt bug #535406



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

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

Index: re2c-0.14.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.ebuild,v 1.1 
2015/02/25 23:15:09 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
}




Reply via email to