mrueg       15/04/20 19:09:29

  Modified:             ChangeLog
  Added:                parslet-1.7.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 dev-ruby/parslet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Mar 2015 16:27:50 -0000      1.9
+++ ChangeLog   20 Apr 2015 19:09:29 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/parslet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v 1.9 2015/03/24 
16:27:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v 1.10 
2015/04/20 19:09:29 mrueg Exp $
+
+*parslet-1.7.0 (20 Apr 2015)
+
+  20 Apr 2015; Manuel RĂ¼ger <[email protected]> +parslet-1.7.0.ebuild:
+  Version bump.
 
   24 Mar 2015; Hans de Graaff <[email protected]> parslet-1.6.2.ebuild:
   Add missing flexmock dependency.



1.1                  dev-ruby/parslet/parslet-1.7.0.ebuild

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

Index: parslet-1.7.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/parslet-1.7.0.ebuild,v 1.1 
2015/04/20 19:09:29 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="A small PEG based parser library"
HOMEPAGE="https://github.com/kschiess/parslet";
SRC_URI="https://github.com/kschiess/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

ruby_add_rdepend ">=dev-ruby/blankslate-2"

ruby_add_bdepend "test? ( dev-ruby/flexmock )"

all_ruby_prepare() {
        sed -i -e "/sdoc/d" Rakefile || die
        # Avoid spec calling out to ruby since we can't guarantee the
        # correct version of blankslate in this case.
        rm spec/acceptance/examples_spec.rb || die
}




Reply via email to