graaff 14/04/26 08:37:24 Modified: ChangeLog Added: arel-5.0.1.20140414130214.ebuild Log: Version bump. Add ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.40 dev-ruby/arel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 5 Apr 2014 07:31:37 -0000 1.39 +++ ChangeLog 26 Apr 2014 08:37:24 -0000 1.40 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/arel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.39 2014/04/05 07:31:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.40 2014/04/26 08:37:24 graaff Exp $ + +*arel-5.0.1.20140414130214 (26 Apr 2014) + + 26 Apr 2014; Hans de Graaff <[email protected]> + +arel-5.0.1.20140414130214.ebuild: + Version bump. Add ruby21. *arel-4.0.2 (05 Apr 2014) 1.1 dev-ruby/arel/arel-5.0.1.20140414130214.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild?rev=1.1&content-type=text/plain Index: arel-5.0.1.20140414130214.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-5.0.1.20140414130214.ebuild,v 1.1 2014/04/26 08:37:24 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown" # Generating the gemspec from metadata causes a crash in jruby RUBY_FAKEGEM_GEMSPEC="arel.gemspec" inherit ruby-fakegem versionator DESCRIPTION="Arel is a Relational Algebra for Ruby." HOMEPAGE="http://github.com/rails/arel" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " test? ( dev-ruby/test-unit:2 >=dev-ruby/minitest-5.3:5 >=dev-ruby/hoe-3.6 )"
