graaff      15/03/14 05:31:17

  Modified:             ChangeLog git-1.2.9.1.ebuild
  Added:                git-1.2.9.1-r1.ebuild
  Log:
  Create stable candidate. Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.10                 dev-ruby/git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 Mar 2015 05:26:45 -0000      1.9
+++ ChangeLog   14 Mar 2015 05:31:16 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/git
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.9 2015/03/14 
05:26:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.10 2015/03/14 
05:31:16 graaff Exp $
+
+*git-1.2.9.1-r1 (14 Mar 2015)
+
+  14 Mar 2015; Hans de Graaff <[email protected]> git-1.2.9.1.ebuild,
+  +git-1.2.9.1-r1.ebuild:
+  Create stable candidate. Add ruby22.
 
   14 Mar 2015; Hans de Graaff <[email protected]> -git-1.2.8.ebuild:
   Cleanup.



1.3                  dev-ruby/git/git-1.2.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild?r1=1.2&r2=1.3

Index: git-1.2.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- git-1.2.9.1.ebuild  5 Mar 2015 03:20:45 -0000       1.2
+++ git-1.2.9.1.ebuild  14 Mar 2015 05:31:16 -0000      1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v 1.2 
2015/03/05 03:20:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1.ebuild,v 1.3 
2015/03/14 05:31:16 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



1.1                  dev-ruby/git/git-1.2.9.1-r1.ebuild

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

Index: git-1.2.9.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.9.1-r1.ebuild,v 1.1 
2015/03/14 05:31:16 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"

RUBY_FAKEGEM_GEMSPEC="git.gemspec"

inherit ruby-fakegem

DESCRIPTION="Library for using Git in Ruby"
HOMEPAGE="http://github.com/schacon/ruby-git";
SRC_URI="https://github.com/schacon/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
RUBY_S="ruby-git-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
RDEPEND+=">=dev-vcs/git-1.6.0.0"

ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"

all_ruby_prepare() {
        # Needs test-unit, the test-unit version distributed with ruby19 is
        # not good enough.
        sed -i -e '3igem "test-unit"' Rakefile || die

        # Don't use hardcoded /tmp directory.
        sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
}




Reply via email to