graaff 15/07/13 05:04:43 Modified: ChangeLog Added: treetop-1.6.3.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.53 dev-ruby/treetop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 7 Jun 2015 20:03:58 -0000 1.52 +++ ChangeLog 13 Jul 2015 05:04:43 -0000 1.53 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/treetop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.52 2015/06/07 20:03:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/ChangeLog,v 1.53 2015/07/13 05:04:43 graaff Exp $ + +*treetop-1.6.3 (13 Jul 2015) + + 13 Jul 2015; Hans de Graaff <[email protected]> +treetop-1.6.3.ebuild: + Version bump. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-ruby/treetop/treetop-1.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.6.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/treetop/treetop-1.6.3.ebuild?rev=1.1&content-type=text/plain Index: treetop-1.6.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.6.3.ebuild,v 1.1 2015/07/13 05:04:43 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Treetop is a language for describing languages" HOMEPAGE="https://github.com/cjheath/treetop" LICENSE="Ruby" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )" ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0" all_ruby_install() { all_fakegem_install insinto /usr/share/doc/${PF}/examples doins -r examples/* }
