mrueg       15/04/18 15:39:21

  Modified:             ChangeLog
  Added:                parser-2.2.2.1.ebuild
  Removed:              parser-2.2.0.2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.12                 dev-ruby/parser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parser/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   11 Apr 2015 09:45:42 -0000      1.11
+++ ChangeLog   18 Apr 2015 15:39:21 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/parser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.11 2015/04/11 
09:45:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/ChangeLog,v 1.12 2015/04/18 
15:39:21 mrueg Exp $
+
+*parser-2.2.2.1 (18 Apr 2015)
+
+  18 Apr 2015; Manuel RĂ¼ger <mr...@gentoo.org> +parser-2.2.2.1.ebuild,
+  -parser-2.2.0.2.ebuild:
+  Version bump. Remove old.
 
   11 Apr 2015; Hans de Graaff <gra...@gentoo.org> parser-2.2.0.3.ebuild:
   Add ruby22.



1.1                  dev-ruby/parser/parser-2.2.2.1.ebuild

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

Index: parser-2.2.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.2.1.ebuild,v 1.1 
2015/04/18 15:39:21 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"

inherit ruby-fakegem

DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
HOMEPAGE="https://github.com/whitequark/parser";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend "test? (
        dev-ruby/minitest:5
        dev-ruby/racc
        dev-ruby/cliver )"
ruby_add_rdepend "dev-ruby/ast
        dev-ruby/slop:3"

all_ruby_prepare() {
        sed -i -e "/[Bb]undler/d" Rakefile || die
        sed -i -e "/simplecov/,+35d" test/helper.rb || die
}




Reply via email to