mrueg       14/03/10 15:54:07

  Modified:             ChangeLog
  Added:                arel-3.0.2-r2.ebuild
  Removed:              arel-3.0.2-r1.ebuild
  Log:
  Add ruby20 to arel:3.0. Remove ree18.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.38                 dev-ruby/arel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   24 Dec 2013 16:03:53 -0000      1.37
+++ ChangeLog   10 Mar 2014 15:54:07 -0000      1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/arel
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.37 2013/12/24 
16:03:53 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.38 2014/03/10 
15:54:07 mrueg Exp $
+
+*arel-3.0.2-r2 (10 Mar 2014)
+
+  10 Mar 2014; Manuel RĂ¼ger <mr...@gentoo.org> +arel-3.0.2-r2.ebuild,
+  -arel-3.0.2-r1.ebuild:
+  Add ruby20 to arel:3.0. Remove ree18.
 
 *arel-5.0.0 (24 Dec 2013)
 



1.1                  dev-ruby/arel/arel-3.0.2-r2.ebuild

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

Index: arel-3.0.2-r2.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-3.0.2-r2.ebuild,v 1.1 
2014/03/10 15:54:07 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_DOC="docs"
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 "
        doc? ( >=dev-ruby/hoe-2.10 )
        test? (
                >=dev-ruby/hoe-2.10
                virtual/ruby-minitest
        )"

all_ruby_prepare() {
        # Put the proper version number in the gemspec.
        sed -i -e "s/ s.version = \".*\"/ s.version = \"${PV}\"/" arel.gemspec 
|| die
}




Reply via email to