mrueg       15/07/11 17:58:27

  Modified:             ChangeLog
  Added:                arel-6.0.2.ebuild
  Removed:              arel-6.0.1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.55                 dev-ruby/arel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   11 Jul 2015 15:34:35 -0000      1.54
+++ ChangeLog   11 Jul 2015 17:58:27 -0000      1.55
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/arel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.54 2015/07/11 
15:34:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.55 2015/07/11 
17:58:27 mrueg Exp $
+
+*arel-6.0.2 (11 Jul 2015)
+
+  11 Jul 2015; Manuel RĂ¼ger <[email protected]> +arel-6.0.2.ebuild,
+  -arel-6.0.1.ebuild:
+  Version bump. Remove old.
 
 *arel-6.0.1 (11 Jul 2015)
 



1.1                  dev-ruby/arel/arel-6.0.2.ebuild

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

Index: arel-6.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-6.0.2.ebuild,v 1.1 
2015/07/11 17:58:27 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"

RUBY_FAKEGEM_GEMSPEC="arel.gemspec"

inherit ruby-fakegem versionator

DESCRIPTION="Arel is a Relational Algebra for Ruby"
HOMEPAGE="http://github.com/rails/arel";
SRC_URI="https://github.com/rails/arel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~ppc ~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.4:5
        )"

all_ruby_prepare() {
        sed -i -e "/[Bb]undler/d" Rakefile || die
}




Reply via email to