graaff      15/01/07 07:06:25

  Modified:             ChangeLog
  Added:                rails-4.1.9.ebuild rails-4.0.13.ebuild
  Log:
  Version bumps.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.310                dev-ruby/rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog   1 Jan 2015 10:21:53 -0000       1.309
+++ ChangeLog   7 Jan 2015 07:06:25 -0000       1.310
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.309 2015/01/01 
10:21:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.310 2015/01/07 
07:06:25 graaff Exp $
+
+*rails-4.1.9 (07 Jan 2015)
+*rails-4.0.13 (07 Jan 2015)
+
+  07 Jan 2015; Hans de Graaff <[email protected]> +rails-4.0.13.ebuild,
+  +rails-4.1.9.ebuild:
+  Version bumps.
 
 *rails-4.2.0 (01 Jan 2015)
 



1.1                  dev-ruby/rails/rails-4.1.9.ebuild

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

Index: rails-4.1.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.1.9.ebuild,v 1.1 
2015/01/07 07:06:25 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_BINWRAP=""

# The guides are now here but we'd need to rebuilt them first.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md"

inherit ruby-fakegem versionator

DESCRIPTION="ruby on rails is a web-application and persistance framework"
HOMEPAGE="http://www.rubyonrails.org";

LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm"

IUSE="+asset-pipeline"

ruby_add_rdepend "
        ~dev-ruby/actionmailer-${PV}
        ~dev-ruby/actionpack-${PV}
        ~dev-ruby/actionview-${PV}
        ~dev-ruby/activemodel-${PV}
        ~dev-ruby/activerecord-${PV}
        ~dev-ruby/activesupport-${PV}
        ~dev-ruby/railties-${PV}
        >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
        =dev-ruby/sprockets-rails-2*
        asset-pipeline? (
                dev-ruby/jquery-rails
                >=dev-ruby/sass-rails-4.0.3:4.0
                >=dev-ruby/uglifier-1.3.0
                >=dev-ruby/coffee-rails-4.0.0:4.0
        )"

# also: turbolinks, >=jbuilder-1.2:1



1.1                  dev-ruby/rails/rails-4.0.13.ebuild

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

Index: rails-4.0.13.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.0.13.ebuild,v 1.1 
2015/01/07 07:06:25 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_BINWRAP=""

# The guides are now here but we'd need to rebuilt them first.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md"

inherit ruby-fakegem versionator

DESCRIPTION="ruby on rails is a web-application and persistance framework"
HOMEPAGE="http://www.rubyonrails.org";

LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~x86"

IUSE="+asset-pipeline"

ruby_add_rdepend "
        ~dev-ruby/actionmailer-${PV}
        ~dev-ruby/actionpack-${PV}
        ~dev-ruby/activerecord-${PV}
        ~dev-ruby/activesupport-${PV}
        ~dev-ruby/railties-${PV}
        >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
        =dev-ruby/sprockets-rails-2*
        asset-pipeline? (
                dev-ruby/jquery-rails
                >=dev-ruby/sass-rails-4.0.0:4.0
                >=dev-ruby/uglifier-1.3.0
                >=dev-ruby/coffee-rails-4.0.0:4.0
        )"

# also: turbolinks, >=jbuilder-1.2:1




Reply via email to