public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/git: ChangeLog git-1.2.7.ebuild
@ 2014-06-10  6:07 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2014-06-10  6:07 UTC (permalink / raw
  To: gentoo-commits

graaff      14/06/10 06:07:43

  Modified:             ChangeLog
  Added:                git-1.2.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	25 May 2014 07:30:36 -0000	1.2
+++ ChangeLog	10 Jun 2014 06:07:43 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.2 2014/05/25 07:30:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/ChangeLog,v 1.3 2014/06/10 06:07:43 graaff Exp $
+
+*git-1.2.7 (10 Jun 2014)
+
+  10 Jun 2014; Hans de Graaff <graaff@gentoo.org> +git-1.2.7.ebuild:
+  Version bump.
 
   25 May 2014; Hans de Graaff <graaff@gentoo.org> git-1.2.6.ebuild:
   Add ruby20, ruby21.



1.1                  dev-ruby/git/git-1.2.7.ebuild

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

Index: git-1.2.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.7.ebuild,v 1.1 2014/06/10 06:07:43 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"

RUBY_FAKEGEM_EXTRADOC="History.txt README.md"

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"
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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-10  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  6:07 [gentoo-commits] gentoo-x86 commit in dev-ruby/git: ChangeLog git-1.2.7.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox