[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2024-01-31 Thread Hans de Graaff
commit: b2f9455037c8029c0e0807ee085356db531246d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 31 16:44:56 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 31 16:45:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f94550

dev-ruby/git: add missing test dependency

Closes: https://bugs.gentoo.org/923390
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.19.1.ebuild b/dev-ruby/git/git-1.19.1.ebuild
index cc2e9b815be9..36d7c68160a4 100644
--- a/dev-ruby/git/git-1.19.1.ebuild
+++ b/dev-ruby/git/git-1.19.1.ebuild
@@ -26,7 +26,7 @@ RDEPEND+=">=dev-vcs/git-1.6.0.0"
 
 ruby_add_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
 
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
>=dev-ruby/mocha-2.1:2 dev-ruby/test-unit:2 )"
 
 all_ruby_prepare() {
# Don't use hardcoded /tmp directory.



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2024-01-14 Thread Hans de Graaff
commit: 4aef88e2f08d70767196b8f769a6663bd6a4143a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 15 07:34:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 15 07:40:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aef88e2

dev-ruby/git: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.19.1.ebuild b/dev-ruby/git/git-1.19.1.ebuild
index 7e08e3f570ba..cc2e9b815be9 100644
--- a/dev-ruby/git/git-1.19.1.ebuild
+++ b/dev-ruby/git/git-1.19.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2024-01-14 Thread Hans de Graaff
commit: 7c7fb4ee3b4b704b0ce5a4d0155a76139785a295
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 14 08:23:50 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 14 08:23:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7fb4ee

dev-ruby/git: add 1.19.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.19.1.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 22953acbeb23..68fbbb58db3d 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265
 DIST git-1.19.0.tar.gz 177079 BLAKE2B 
663d6303a49315567cbac77b4acfea10e24f1c61f1e1bb6d5807681eee03633edadcac9453ea4d919d3ad8b14fc0301b03e69033427b58d46b776caabd418cd9
 SHA512 
1935bd6bac26b46cd8563d6545bb7e4712636469624d11089bc5a7f716ee4a0f1e217167e6d0c6023a7ea4ef1644d93431bcdbd28d2a947589c288c0280a1286
+DIST git-1.19.1.tar.gz 177887 BLAKE2B 
0da2a829679fd4e2d4b3aec5e88f421d221593729b827f2207bc3d26ce290ee2a41e8dde33b81138cf9df75fa1d1316fa5c69318a1247c627889f5c6971b8fd6
 SHA512 
4fb27cc2c59d15b0424ac16accc13d2310fec0710815b8deee399767b3cd9707cdf767a301cae271b4cd1ff6718cb955a6c86a9ea99076aaffbbadf595c64c0c

diff --git a/dev-ruby/git/git-1.19.1.ebuild b/dev-ruby/git/git-1.19.1.ebuild
new file mode 100644
index ..7e08e3f570ba
--- /dev/null
+++ b/dev-ruby/git/git-1.19.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-12-28 Thread Hans de Graaff
commit: 9a996c9e0e20cfbd1882655b5f5afe4efbab676d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:43:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:44:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a996c9e

dev-ruby/git: add 1.19.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.19.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 1eea2bf73f61..22953acbeb23 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265
+DIST git-1.19.0.tar.gz 177079 BLAKE2B 
663d6303a49315567cbac77b4acfea10e24f1c61f1e1bb6d5807681eee03633edadcac9453ea4d919d3ad8b14fc0301b03e69033427b58d46b776caabd418cd9
 SHA512 
1935bd6bac26b46cd8563d6545bb7e4712636469624d11089bc5a7f716ee4a0f1e217167e6d0c6023a7ea4ef1644d93431bcdbd28d2a947589c288c0280a1286

diff --git a/dev-ruby/git/git-1.19.0.ebuild b/dev-ruby/git/git-1.19.0.ebuild
new file mode 100644
index ..86a5200e027c
--- /dev/null
+++ b/dev-ruby/git/git-1.19.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-07-11 Thread Hans de Graaff
commit: 44f49c15ba5b8a2bb60d43839c72b89660efcc3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:15:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f49c15

dev-ruby/git: drop 1.13.2, 1.16.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  2 --
 dev-ruby/git/git-1.13.2.ebuild | 44 --
 dev-ruby/git/git-1.16.0.ebuild | 42 
 3 files changed, 88 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index cab1c58ee6f0..1eea2bf73f61 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1 @@
-DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347
-DIST git-1.16.0.tar.gz 171700 BLAKE2B 
92e518a9b282debad9a935882004f8047918ade0ceb660618e632087cfd44fbe952e45f0aa13d8b599e24c07a809622168637b58463578ec5882ec16afe194d5
 SHA512 
89e9180370b24e0240ba8226125c063ed008faf2c03905e3680a2e5e6b0dcb1d805f17755f259e9337e1418629057ba460e7ecadb8a4c98125a061b7f0116401
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265

diff --git a/dev-ruby/git/git-1.13.2.ebuild b/dev-ruby/git/git-1.13.2.ebuild
deleted file mode 100644
index 836e97e21a5c..
--- a/dev-ruby/git/git-1.13.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git;
-SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

diff --git a/dev-ruby/git/git-1.16.0.ebuild b/dev-ruby/git/git-1.16.0.ebuild
deleted file mode 100644
index c43fd0ab432d..
--- a/dev-ruby/git/git-1.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git;
-SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-07-11 Thread Hans de Graaff
commit: a4dedeb6c2c4e93df8c244c36f30aa47e9fa30ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:15:13 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4dedeb6

dev-ruby/git: enable ruby32

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.18.0.ebuild b/dev-ruby/git/git-1.18.0.ebuild
index c43fd0ab432d..a697294543e8 100644
--- a/dev-ruby/git/git-1.18.0.ebuild
+++ b/dev-ruby/git/git-1.18.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-04-24 Thread Arthur Zamarin
commit: 63d75fb9baaa0f4de3d391f2f5d3f7ab2570146e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr 24 15:29:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr 24 15:29:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d75fb9

dev-ruby/git: Stabilize 1.18.0 amd64, #904900

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/git/git-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.18.0.ebuild b/dev-ruby/git/git-1.18.0.ebuild
index 12bd3c3a5b13..c43fd0ab432d 100644
--- a/dev-ruby/git/git-1.18.0.ebuild
+++ b/dev-ruby/git/git-1.18.0.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-04-08 Thread Arthur Zamarin
commit: a8ab63178314cf4335ed2280ed7eb944f52b7a67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 10:57:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 10:57:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ab6317

dev-ruby/git: Stabilize 1.16.0 amd64, #903932

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/git/git-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.16.0.ebuild b/dev-ruby/git/git-1.16.0.ebuild
index 12bd3c3a5b13..c43fd0ab432d 100644
--- a/dev-ruby/git/git-1.16.0.ebuild
+++ b/dev-ruby/git/git-1.16.0.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-03-24 Thread Hans de Graaff
commit: 985ec6278c3ec91a97c467923cc3ff94ce16ddd4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 24 06:56:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 24 07:00:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985ec627

dev-ruby/git: drop 1.13.0-r1, 1.13.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  2 --
 dev-ruby/git/git-1.13.0-r1.ebuild | 44 ---
 dev-ruby/git/git-1.13.1.ebuild| 44 ---
 3 files changed, 90 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 3e67ef264ddd..cab1c58ee6f0 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,5 +1,3 @@
-DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4
-DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876
 DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347
 DIST git-1.16.0.tar.gz 171700 BLAKE2B 
92e518a9b282debad9a935882004f8047918ade0ceb660618e632087cfd44fbe952e45f0aa13d8b599e24c07a809622168637b58463578ec5882ec16afe194d5
 SHA512 
89e9180370b24e0240ba8226125c063ed008faf2c03905e3680a2e5e6b0dcb1d805f17755f259e9337e1418629057ba460e7ecadb8a4c98125a061b7f0116401
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265

diff --git a/dev-ruby/git/git-1.13.0-r1.ebuild 
b/dev-ruby/git/git-1.13.0-r1.ebuild
deleted file mode 100644
index 332f1e4f..
--- a/dev-ruby/git/git-1.13.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

diff --git a/dev-ruby/git/git-1.13.1.ebuild b/dev-ruby/git/git-1.13.1.ebuild
deleted file mode 100644
index d9cbcab1b2db..
--- a/dev-ruby/git/git-1.13.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-03-24 Thread Hans de Graaff
commit: 54314c4df88c6a92c09852e35b1a8e173f61fe49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 24 06:55:28 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 24 07:00:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54314c4d

dev-ruby/git: add 1.18.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.18.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 833e5b11787b..3e67ef264ddd 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -2,3 +2,4 @@ DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614
 DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876
 DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347
 DIST git-1.16.0.tar.gz 171700 BLAKE2B 
92e518a9b282debad9a935882004f8047918ade0ceb660618e632087cfd44fbe952e45f0aa13d8b599e24c07a809622168637b58463578ec5882ec16afe194d5
 SHA512 
89e9180370b24e0240ba8226125c063ed008faf2c03905e3680a2e5e6b0dcb1d805f17755f259e9337e1418629057ba460e7ecadb8a4c98125a061b7f0116401
+DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265

diff --git a/dev-ruby/git/git-1.18.0.ebuild b/dev-ruby/git/git-1.18.0.ebuild
new file mode 100644
index ..12bd3c3a5b13
--- /dev/null
+++ b/dev-ruby/git/git-1.18.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-03-04 Thread Hans de Graaff
commit: 8a3bc2731f19cd15282c02ad2b420e5fc5cd88ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar  4 08:21:41 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar  4 08:28:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3bc273

dev-ruby/git: add 1.16.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.16.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index d5b91e09a5ae..833e5b11787b 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,4 @@
 DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4
 DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876
 DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347
+DIST git-1.16.0.tar.gz 171700 BLAKE2B 
92e518a9b282debad9a935882004f8047918ade0ceb660618e632087cfd44fbe952e45f0aa13d8b599e24c07a809622168637b58463578ec5882ec16afe194d5
 SHA512 
89e9180370b24e0240ba8226125c063ed008faf2c03905e3680a2e5e6b0dcb1d805f17755f259e9337e1418629057ba460e7ecadb8a4c98125a061b7f0116401

diff --git a/dev-ruby/git/git-1.16.0.ebuild b/dev-ruby/git/git-1.16.0.ebuild
new file mode 100644
index ..12bd3c3a5b13
--- /dev/null
+++ b/dev-ruby/git/git-1.16.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-03-04 Thread Hans de Graaff
commit: ccfef702fdc6d108c4468aa8cc64f7c5fe222fb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar  4 08:26:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar  4 08:28:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfef702

dev-ruby/git: stabilize 1.13.2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.13.2.ebuild b/dev-ruby/git/git-1.13.2.ebuild
index 0495304e5439..836e97e21a5c 100644
--- a/dev-ruby/git/git-1.13.2.ebuild
+++ b/dev-ruby/git/git-1.13.2.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-02-03 Thread Hans de Graaff
commit: eb2af6d226b1f688cc9c58fcead2b655dfab9fb0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  4 07:35:52 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  4 07:35:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2af6d2

dev-ruby/git: drop 1.12.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 -
 dev-ruby/git/git-1.12.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 4c8ab4fae138..d5b91e09a5ae 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,4 +1,3 @@
-DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d
 DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4
 DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876
 DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347

diff --git a/dev-ruby/git/git-1.12.0.ebuild b/dev-ruby/git/git-1.12.0.ebuild
deleted file mode 100644
index a5129073d701..
--- a/dev-ruby/git/git-1.12.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-02-03 Thread Hans de Graaff
commit: 4a0ecc9d63492c398018d475dae496d5c0443670
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  4 07:34:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  4 07:34:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0ecc9d

dev-ruby/git: add 1.13.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.13.2.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index bbfc54f98145..4c8ab4fae138 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,4 @@
 DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d
 DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4
 DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876
+DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347

diff --git a/dev-ruby/git/git-1.13.2.ebuild b/dev-ruby/git/git-1.13.2.ebuild
new file mode 100644
index ..0495304e5439
--- /dev/null
+++ b/dev-ruby/git/git-1.13.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/ruby-git/ruby-git;
+SRC_URI="https://github.com/ruby-git/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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-02-03 Thread Hans de Graaff
commit: 02c77e4808df2f5b8b70d0329f2bb97f959c6b6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  4 07:35:29 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  4 07:35:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c77e48

dev-ruby/git: update upstream metadata

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/git/metadata.xml b/dev-ruby/git/metadata.xml
index acb202879d0a..386acdbeb589 100644
--- a/dev-ruby/git/metadata.xml
+++ b/dev-ruby/git/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Ruby Project
   
   
-schacon/ruby-git
+ruby-git/ruby-git
+git
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-01-12 Thread Hans de Graaff
commit: b6736b98f5691ae968389631344508169f3af233
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 13 07:46:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 13 07:57:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6736b98

dev-ruby/git: add 1.13.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.13.1.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 7d0654281fce..bbfc54f98145 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d
 DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4
+DIST git-1.13.1.tar.gz 219640 BLAKE2B 
c87fce3f83130f7a75a10a21c4c980ec1d3594b20afa7b482f21077083076df7b4c462908a05c7b2fb3091e1fda00857ae40c4809e89f059f63ce12b119f307b
 SHA512 
58cd7f38a5c1d5ab3d68cf2d4b026a80073f5dba3cb4895e220ecad5dbdf6a2df4e1e44570bde9256371c5089b81523aca4a5c686348bd04638f4dd09927e876

diff --git a/dev-ruby/git/git-1.13.1.ebuild b/dev-ruby/git/git-1.13.1.ebuild
new file mode 100644
index ..d9cbcab1b2db
--- /dev/null
+++ b/dev-ruby/git/git-1.13.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-01-08 Thread Hans de Graaff
commit: 47e1d4a2b7dc0882ad35ca22b2fab31113210d3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  9 06:33:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  9 06:33:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e1d4a2

dev-ruby/git: stabilize 1.13.0-r1 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.13.0-r1.ebuild 
b/dev-ruby/git/git-1.13.0-r1.ebuild
index d9cbcab1b2db..332f1e4f 100644
--- a/dev-ruby/git/git-1.13.0-r1.ebuild
+++ b/dev-ruby/git/git-1.13.0-r1.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-01-08 Thread Hans de Graaff
commit: 381cf28646fa764b914c8c81f3a227957147ccb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  9 06:32:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  9 06:32:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381cf286

dev-ruby/git: drop 1.13.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.13.0.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/dev-ruby/git/git-1.13.0.ebuild b/dev-ruby/git/git-1.13.0.ebuild
deleted file mode 100644
index 8d159ddd965c..
--- a/dev-ruby/git/git-1.13.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-01-08 Thread Hans de Graaff
commit: 6cca6e49d7405289fc5f06aebb40bc2f5e78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  8 11:57:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 11:57:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cca6e49

dev-ruby/git: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 -
 dev-ruby/git/git-1.11.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 1a1aa4409eaf..7d0654281fce 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,2 @@
-DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
 DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d
 DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4

diff --git a/dev-ruby/git/git-1.11.0.ebuild b/dev-ruby/git/git-1.11.0.ebuild
deleted file mode 100644
index 583ba08c7881..
--- a/dev-ruby/git/git-1.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2023-01-08 Thread Hans de Graaff
commit: e647870301a6f119a07b3d3f9323b3cb8e064afd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  8 08:32:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 08:33:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6478703

dev-ruby/git: fix version number in gemspec

Upstream tagged this release before changing the version number.

Closes: https://bugs.gentoo.org/889537
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.13.0-r1.ebuild | 44 +++
 1 file changed, 44 insertions(+)

diff --git a/dev-ruby/git/git-1.13.0-r1.ebuild 
b/dev-ruby/git/git-1.13.0-r1.ebuild
new file mode 100644
index ..d9cbcab1b2db
--- /dev/null
+++ b/dev-ruby/git/git-1.13.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-12-14 Thread Hans de Graaff
commit: 009e6fd619a6f6b06a81a58526de741b7458cd90
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 15 06:42:35 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 15 06:42:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009e6fd6

dev-ruby/git: drop 1.10.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 -
 dev-ruby/git/git-1.10.2.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 5c646bb20156..12e30290b394 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,2 @@
-DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
 DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
 DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d

diff --git a/dev-ruby/git/git-1.10.2.ebuild b/dev-ruby/git/git-1.10.2.ebuild
deleted file mode 100644
index d643d9294e7c..
--- a/dev-ruby/git/git-1.10.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-12-14 Thread Hans de Graaff
commit: b2bb410a6024fbd206855808e2de494d01224b7c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 15 06:49:18 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 15 06:49:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bb410a

dev-ruby/git: stabilize 1.12.0 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.12.0.ebuild b/dev-ruby/git/git-1.12.0.ebuild
index 8d159ddd965c..a5129073d701 100644
--- a/dev-ruby/git/git-1.12.0.ebuild
+++ b/dev-ruby/git/git-1.12.0.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-12-14 Thread Hans de Graaff
commit: 2c1ab1b4f3ef26a52ecb91001822c6f76d9ae587
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 15 06:45:26 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 15 06:45:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1ab1b4

dev-ruby/git: add 1.13.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.13.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 12e30290b394..1a1aa4409eaf 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
 DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d
+DIST git-1.13.0.tar.gz 219424 BLAKE2B 
38d1821c59cbb743c50655e9426d77f76e77dda614a711b7d2185ed7f4caa853383ba85ecf05237da403061d002527c38a5c6e06cf5e6d482ac76bac49a0db56
 SHA512 
7920de37a3df67b743e91fb317bd0cba746d2343dfb77036398fc124d00eede7b9ade5dd2af5f26d65f1f24006608a29fca55d5be8a00557caaa31acd0b274d4

diff --git a/dev-ruby/git/git-1.13.0.ebuild b/dev-ruby/git/git-1.13.0.ebuild
new file mode 100644
index ..8d159ddd965c
--- /dev/null
+++ b/dev-ruby/git/git-1.13.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-08-18 Thread Hans de Graaff
commit: b1474a60c37899431f546b6a327a360da42fb940
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 19 05:45:52 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:45:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1474a60

dev-ruby/git: add 1.12.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.12.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 6ff924a106bc..5c646bb20156 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
 DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
+DIST git-1.12.0.tar.gz 218472 BLAKE2B 
f5e0465fd2f0f2f1eb1584da6757c012cf80457a15e61b9a974707c8f026f34940d86b25fdd708b9fa6071fc35e8e65c6c87bc83b94bb0daec61ef015a03184c
 SHA512 
9967bf6c9f00e29442495fb24abfd1ea3b6ad0068829e9d86727d41ecf07be0b8fbdc6d05b3c245a23223b4e35e87e984e7a60a5883839e6de45f8bdac406b0d

diff --git a/dev-ruby/git/git-1.12.0.ebuild b/dev-ruby/git/git-1.12.0.ebuild
new file mode 100644
index ..8d159ddd965c
--- /dev/null
+++ b/dev-ruby/git/git-1.12.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-08-18 Thread Hans de Graaff
commit: f58a85aa04d12631e43003602dc70598e41ac39b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 19 05:47:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:47:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58a85aa

dev-ruby/git: stabilize 1.11.0 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.11.0.ebuild b/dev-ruby/git/git-1.11.0.ebuild
index 6029dfa5687c..583ba08c7881 100644
--- a/dev-ruby/git/git-1.11.0.ebuild
+++ b/dev-ruby/git/git-1.11.0.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-05-06 Thread Hans de Graaff
commit: 8a2eb2305eb12c6228d22d285edba4b3ce24529e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 07:04:54 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 07:13:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2eb230

dev-ruby/git: drop 1.9.1, 1.10.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  2 --
 dev-ruby/git/git-1.10.0.ebuild | 41 -
 dev-ruby/git/git-1.9.1.ebuild  | 42 --
 3 files changed, 85 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 0488f1bdc080..6ff924a106bc 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,4 +1,2 @@
-DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
 DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
 DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
-DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.10.0.ebuild b/dev-ruby/git/git-1.10.0.ebuild
deleted file mode 100644
index 48659e920ef8..
--- a/dev-ruby/git/git-1.10.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

diff --git a/dev-ruby/git/git-1.9.1.ebuild b/dev-ruby/git/git-1.9.1.ebuild
deleted file mode 100644
index caa61b6460d3..
--- a/dev-ruby/git/git-1.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-   sed -i -e "1irequire 'pathname'" tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-04-18 Thread Hans de Graaff
commit: 4f045508db5ad9c74de4f28a8097f9d45b245f6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 04:58:18 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 04:58:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f045508

dev-ruby/git: add 1.11.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.11.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index b5385782744f..0488f1bdc080 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,4 @@
 DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
 DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
+DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
 DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.11.0.ebuild b/dev-ruby/git/git-1.11.0.ebuild
new file mode 100644
index ..6029dfa5687c
--- /dev/null
+++ b/dev-ruby/git/git-1.11.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-04-18 Thread Hans de Graaff
commit: b22a3497e49342cc5512f6ba8cc99d5edf2b6412
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 05:03:03 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 05:03:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22a3497

dev-ruby/git: stabilize 1.10.2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.10.2.ebuild b/dev-ruby/git/git-1.10.2.ebuild
index e8578adcddc4..d643d9294e7c 100644
--- a/dev-ruby/git/git-1.10.2.ebuild
+++ b/dev-ruby/git/git-1.10.2.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-01-14 Thread Hans de Graaff
commit: 5717eeff27741a86a9f9d2fc9058f98cb961e0f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:02:26 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:29:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5717eeff

dev-ruby/git: add 1.10.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.10.2.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 361d53d1031f..b5385782744f 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
+DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
 DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.10.2.ebuild b/dev-ruby/git/git-1.10.2.ebuild
new file mode 100644
index ..e8578adcddc4
--- /dev/null
+++ b/dev-ruby/git/git-1.10.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2022-01-14 Thread Hans de Graaff
commit: 6022cc4caca4fda13c131db6dc1ed19d5ce6a096
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 05:58:38 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:29:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6022cc4c

dev-ruby/git: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  1 -
 dev-ruby/git/git-1.7.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index e06213505893..361d53d1031f 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,2 @@
 DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
-DIST git-1.7.0.tar.gz 142017 BLAKE2B 
cb05ef711582b98b420c143dce8fcc3d932c7509ab8c5577a46d70f180ee37d865d7268f56c133d3327ed27058a4c5cd7b03a6c602c665d2f574bdec476c6eec
 SHA512 
c90cd3fe46767a4db5391eb85534e3801f1bd2f345a324ee89d3c04c4348aef09a5424760c59a079d51f3fa003c3b31d30907bfcff4b854adf3b96339d25a8a0
 DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
deleted file mode 100644
index 9d54c170a635..
--- a/dev-ruby/git/git-1.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2021-12-24 Thread Hans de Graaff
commit: 574f71d82512ff1d018f9ff32934148360380c7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 25 07:40:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 25 07:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574f71d8

dev-ruby/git: add 1.10.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.10.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index fda25fd1cec0..e06213505893 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
+DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
 DIST git-1.7.0.tar.gz 142017 BLAKE2B 
cb05ef711582b98b420c143dce8fcc3d932c7509ab8c5577a46d70f180ee37d865d7268f56c133d3327ed27058a4c5cd7b03a6c602c665d2f574bdec476c6eec
 SHA512 
c90cd3fe46767a4db5391eb85534e3801f1bd2f345a324ee89d3c04c4348aef09a5424760c59a079d51f3fa003c3b31d30907bfcff4b854adf3b96339d25a8a0
 DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.10.0.ebuild b/dev-ruby/git/git-1.10.0.ebuild
new file mode 100644
index ..48659e920ef8
--- /dev/null
+++ b/dev-ruby/git/git-1.10.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2021-12-24 Thread Hans de Graaff
commit: 00e13aad45e2b2e47feb04a84f8cf87944e6e84e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 25 07:41:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 25 07:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e13aad

dev-ruby/git: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.9.1.ebuild b/dev-ruby/git/git-1.9.1.ebuild
index bf7218a9f551..caa61b6460d3 100644
--- a/dev-ruby/git/git-1.9.1.ebuild
+++ b/dev-ruby/git/git-1.9.1.ebuild
@@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2021-07-09 Thread Hans de Graaff
commit: e5b34383d84c40ed7de431eec7158d399a48f6c0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  9 06:31:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  9 06:55:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b34383

dev-ruby/git: add 1.9.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  1 +
 dev-ruby/git/git-1.9.1.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 8e67a0515e0..fda25fd1cec 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.7.0.tar.gz 142017 BLAKE2B 
cb05ef711582b98b420c143dce8fcc3d932c7509ab8c5577a46d70f180ee37d865d7268f56c133d3327ed27058a4c5cd7b03a6c602c665d2f574bdec476c6eec
 SHA512 
c90cd3fe46767a4db5391eb85534e3801f1bd2f345a324ee89d3c04c4348aef09a5424760c59a079d51f3fa003c3b31d30907bfcff4b854adf3b96339d25a8a0
+DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.9.1.ebuild b/dev-ruby/git/git-1.9.1.ebuild
new file mode 100644
index 000..bf7218a9f55
--- /dev/null
+++ b/dev-ruby/git/git-1.9.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+   sed -i -e "1irequire 'pathname'" tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-08-21 Thread Hans de Graaff
commit: d87c41608dc5251bea2bcba9c6df5ba0f2ee2584
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 21 06:25:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 21 06:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87c4160

dev-ruby/git: cleanup

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  1 -
 dev-ruby/git/git-1.5.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index b0e32c79e93..8e67a0515e0 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1 @@
-DIST git-1.5.0.tar.gz 128607 BLAKE2B 
e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b
 SHA512 
001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2
 DIST git-1.7.0.tar.gz 142017 BLAKE2B 
cb05ef711582b98b420c143dce8fcc3d932c7509ab8c5577a46d70f180ee37d865d7268f56c133d3327ed27058a4c5cd7b03a6c602c665d2f574bdec476c6eec
 SHA512 
c90cd3fe46767a4db5391eb85534e3801f1bd2f345a324ee89d3c04c4348aef09a5424760c59a079d51f3fa003c3b31d30907bfcff4b854adf3b96339d25a8a0

diff --git a/dev-ruby/git/git-1.5.0.ebuild b/dev-ruby/git/git-1.5.0.ebuild
deleted file mode 100644
index 31109f97cc6..000
--- a/dev-ruby/git/git-1.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://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() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-07-12 Thread Hans de Graaff
commit: 403f191c82811c8e84bddbace6ccd9e96e800e32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 12 06:26:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 12 06:26:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403f191c

dev-ruby/git: amd64 stable

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/git-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
index 3b777c50061..9d54c170a63 100644
--- a/dev-ruby/git/git-1.7.0.ebuild
+++ b/dev-ruby/git/git-1.7.0.ebuild
@@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-07-11 Thread Sam James
commit: 395a0ca4b23a0af543f138e9d0727ef5431145c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 11 16:05:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 11 16:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395a0ca4

dev-ruby/git: ppc keyworded (bug #724386)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/git/git-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
index 4488548ef58..3b777c50061 100644
--- a/dev-ruby/git/git-1.7.0.ebuild
+++ b/dev-ruby/git/git-1.7.0.ebuild
@@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-07-10 Thread Sam James
commit: 28f61776da86dffb59b7f081f3db1577954a59c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 11 03:50:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 11 03:50:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f61776

dev-ruby/git: ppc64 keyworded (bug #724386)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/git/git-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
index b791657d252..4488548ef58 100644
--- a/dev-ruby/git/git-1.7.0.ebuild
+++ b/dev-ruby/git/git-1.7.0.ebuild
@@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-06-20 Thread Thomas Deutschmann
commit: 7c613ee0bcc23c455166446ada4d930a39406633
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 14:45:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 14:48:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c613ee0

dev-ruby/git: x86 keyworded (bug #724386)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-ruby/git/git-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
index 67c338468bc..b791657d252 100644
--- a/dev-ruby/git/git-1.7.0.ebuild
+++ b/dev-ruby/git/git-1.7.0.ebuild
@@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2020-05-20 Thread Hans de Graaff
commit: 83347053b8e537fe55102ca38158646573d86bf5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 21 05:15:15 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 21 05:15:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83347053

dev-ruby/git: add 1.7.0

Drop ~ppc, ~ppc64, ~x86 due to new dependency, bug 724386

Closes: https://bugs.gentoo.org/723806
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  1 +
 dev-ruby/git/git-1.7.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 5c714e4aff2..b0e32c79e93 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.5.0.tar.gz 128607 BLAKE2B 
e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b
 SHA512 
001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2
+DIST git-1.7.0.tar.gz 142017 BLAKE2B 
cb05ef711582b98b420c143dce8fcc3d932c7509ab8c5577a46d70f180ee37d865d7268f56c133d3327ed27058a4c5cd7b03a6c602c665d2f574bdec476c6eec
 SHA512 
c90cd3fe46767a4db5391eb85534e3801f1bd2f345a324ee89d3c04c4348aef09a5424760c59a079d51f3fa003c3b31d30907bfcff4b854adf3b96339d25a8a0

diff --git a/dev-ruby/git/git-1.7.0.ebuild b/dev-ruby/git/git-1.7.0.ebuild
new file mode 100644
index 000..67c338468bc
--- /dev/null
+++ b/dev-ruby/git/git-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2019-11-16 Thread Hans de Graaff
commit: 5eb19bdb53e08d74d908f904813277fd8d84f52b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 16 08:13:52 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 16 09:13:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb19bdb

dev-ruby/git: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest |  1 -
 dev-ruby/git/git-1.4.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 373f272b71a..5c714e4aff2 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1 @@
-DIST git-1.4.0.tar.gz 125691 BLAKE2B 
313cbf5bb6b33d96237fccb01aa691e54ab0e94708ffa582d18c7457196f0438de97a2d03518da219ccde85cae627babdffe1f075d16f113f4b8e98cc00fc9a8
 SHA512 
270c7cd7485f1fc41bda5e8c11556707b7e807720bce9bfac7f172a9c640d0fb31404ce7d1fa0de8fc743a95adecfb34efae01fbfccb83ccd8a8f0169443a073
 DIST git-1.5.0.tar.gz 128607 BLAKE2B 
e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b
 SHA512 
001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2

diff --git a/dev-ruby/git/git-1.4.0.ebuild b/dev-ruby/git/git-1.4.0.ebuild
deleted file mode 100644
index 85fb9ef12b1..000
--- a/dev-ruby/git/git-1.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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="https://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() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2019-07-22 Thread Hans de Graaff
commit: dbf7f71f45ca58a0184735a469640a6c20ab4852
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 22 13:03:34 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 22 13:03:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf7f71f

dev-ruby/git: amd64 stable

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-ruby/git/git-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.5.0.ebuild b/dev-ruby/git/git-1.5.0.ebuild
index 949220064a9..31109f97cc6 100644
--- a/dev-ruby/git/git-1.5.0.ebuild
+++ b/dev-ruby/git/git-1.5.0.ebuild
@@ -19,7 +19,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2019-02-02 Thread Hans de Graaff
commit: ef4d74ece1d63339270ff6d2488cb08fd8e5d564
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 08:13:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 08:13:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4d74ec

dev-ruby/git: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/git/git-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git/git-1.5.0.ebuild b/dev-ruby/git/git-1.5.0.ebuild
index 1db96ff807e..949220064a9 100644
--- a/dev-ruby/git/git-1.5.0.ebuild
+++ b/dev-ruby/git/git-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2018-08-10 Thread Hans de Graaff
commit: 38226a1fb93753a29f4bc2442e80fede03457a6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 11 05:00:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 11 05:00:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38226a1f

dev-ruby/git: add 1.5.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/git/Manifest |  1 +
 dev-ruby/git/git-1.5.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index c257e85c14c..0a954c2ed64 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1,3 @@
 DIST git-1.3.0.tar.gz 124800 BLAKE2B 
7dbdfe19d3398a2ca7df4383c619acca3e9d05875a629dd580286f3e2241e19183b5713daa5c5357f0644ca1570d4ee5a9d81b204ad0546656faa45cf0c99bbc
 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
 DIST git-1.4.0.tar.gz 125691 BLAKE2B 
313cbf5bb6b33d96237fccb01aa691e54ab0e94708ffa582d18c7457196f0438de97a2d03518da219ccde85cae627babdffe1f075d16f113f4b8e98cc00fc9a8
 SHA512 
270c7cd7485f1fc41bda5e8c11556707b7e807720bce9bfac7f172a9c640d0fb31404ce7d1fa0de8fc743a95adecfb34efae01fbfccb83ccd8a8f0169443a073
+DIST git-1.5.0.tar.gz 128607 BLAKE2B 
e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b
 SHA512 
001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2

diff --git a/dev-ruby/git/git-1.5.0.ebuild b/dev-ruby/git/git-1.5.0.ebuild
new file mode 100644
index 000..1db96ff807e
--- /dev/null
+++ b/dev-ruby/git/git-1.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://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() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2018-08-10 Thread Hans de Graaff
commit: f3c0386ca5bebc2cc4eb0b1fbad0bce7469d4d8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 11 05:04:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 11 05:04:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c0386c

dev-ruby/git: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/git/git-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.4.0.ebuild b/dev-ruby/git/git-1.4.0.ebuild
index 157b12a8f86..85fb9ef12b1 100644
--- a/dev-ruby/git/git-1.4.0.ebuild
+++ b/dev-ruby/git/git-1.4.0.ebuild
@@ -19,7 +19,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2018-08-10 Thread Hans de Graaff
commit: 227d4726293ba943b6f3b13e037ac5d2e501b4f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 11 05:05:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 11 05:05:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227d4726

dev-ruby/git: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/git/Manifest |  1 -
 dev-ruby/git/git-1.3.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 0a954c2ed64..373f272b71a 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,2 @@
-DIST git-1.3.0.tar.gz 124800 BLAKE2B 
7dbdfe19d3398a2ca7df4383c619acca3e9d05875a629dd580286f3e2241e19183b5713daa5c5357f0644ca1570d4ee5a9d81b204ad0546656faa45cf0c99bbc
 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
 DIST git-1.4.0.tar.gz 125691 BLAKE2B 
313cbf5bb6b33d96237fccb01aa691e54ab0e94708ffa582d18c7457196f0438de97a2d03518da219ccde85cae627babdffe1f075d16f113f4b8e98cc00fc9a8
 SHA512 
270c7cd7485f1fc41bda5e8c11556707b7e807720bce9bfac7f172a9c640d0fb31404ce7d1fa0de8fc743a95adecfb34efae01fbfccb83ccd8a8f0169443a073
 DIST git-1.5.0.tar.gz 128607 BLAKE2B 
e2bf19af6c0dd95917b7f599ce2e9b0b4237da78020a86cab5c5985b6944f0921a8f245ef860b9e1faf31761296c4cb6a685ca8d6033e3a8ca7086eef8a9e75b
 SHA512 
001b2e93c1a1f5010026e4b6ea280cc6d7649903cc6faec277b2389bd74fd274c6b2daa465bb66ad7e15f7bdc4b09e20e8c1cc1a55ccfd4ab80ec12bf8562af2

diff --git a/dev-ruby/git/git-1.3.0.ebuild b/dev-ruby/git/git-1.3.0.ebuild
deleted file mode 100644
index 2f606296e95..000
--- a/dev-ruby/git/git-1.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-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="https://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 ruby20 is
-   # not new 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2018-05-16 Thread Hans de Graaff
commit: aedad04537548fe6b4d84d36fcd373d5203102cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 17 04:51:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 17 04:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedad045

dev-ruby/git: add 1.4.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/git/Manifest |  1 +
 dev-ruby/git/git-1.4.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index f5151955291..c257e85c14c 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.3.0.tar.gz 124800 BLAKE2B 
7dbdfe19d3398a2ca7df4383c619acca3e9d05875a629dd580286f3e2241e19183b5713daa5c5357f0644ca1570d4ee5a9d81b204ad0546656faa45cf0c99bbc
 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
+DIST git-1.4.0.tar.gz 125691 BLAKE2B 
313cbf5bb6b33d96237fccb01aa691e54ab0e94708ffa582d18c7457196f0438de97a2d03518da219ccde85cae627babdffe1f075d16f113f4b8e98cc00fc9a8
 SHA512 
270c7cd7485f1fc41bda5e8c11556707b7e807720bce9bfac7f172a9c640d0fb31404ce7d1fa0de8fc743a95adecfb34efae01fbfccb83ccd8a8f0169443a073

diff --git a/dev-ruby/git/git-1.4.0.ebuild b/dev-ruby/git/git-1.4.0.ebuild
new file mode 100644
index 000..157b12a8f86
--- /dev/null
+++ b/dev-ruby/git/git-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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="https://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() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2017-07-18 Thread Hans de Graaff
commit: 6f1f1cb858f88997cf3a0e2ed4b5a196eab9a3e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 06:10:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 06:45:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1f1cb8

dev-ruby/git: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/git/git-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git/git-1.3.0.ebuild b/dev-ruby/git/git-1.3.0.ebuild
index 2551d55f035..2f606296e95 100644
--- a/dev-ruby/git/git-1.3.0.ebuild
+++ b/dev-ruby/git/git-1.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-12-17 Thread Hans de Graaff
commit: ab05d61ae254bfa99d072e0bdc5727f57515eeda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:39:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05d61a

dev-ruby/git: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/git/Manifest   |  1 -
 dev-ruby/git/git-1.2.9.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index c32632d..5eb473f 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1 @@
-DIST git-1.2.9.1.tar.gz 124499 SHA256 
4c260dcb8103eb6410386352859884fdfcb8246a0d8b1ec9f0feb8c33e10ef23 SHA512 
81a4886c82528a5777e27711b6fa69a2a57f774db097fdc53ccc5a3726bee5f153a8d70ae9f8c6b458ebf52df12ce87898452796ea5e73a76ea0c8823674d0c6
 WHIRLPOOL 
b2ad73b34d599e1d1b3dbc1cf006f507bcb26eeea6556191e77cf70c1c092fe4f1f769189b9359dc39a3d381f422f217657f72840955fcb63b37e1e21bedcd8b
 DIST git-1.3.0.tar.gz 124800 SHA256 
8830ac37bd6305c3766876e693f355f366d80fd4980093114d54e39f68f49270 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
 WHIRLPOOL 
aeed20f46d8c1040bbf041e2d41452276e2237576652654aef1172df2eb7f28e8fe7ae5998893e01587d20eddc0198f52f38369cfbfa48b4548a3bf371226881

diff --git a/dev-ruby/git/git-1.2.9.1.ebuild b/dev-ruby/git/git-1.2.9.1.ebuild
deleted file mode 100644
index 7f1efd3..
--- a/dev-ruby/git/git-1.2.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-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="https://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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-08-13 Thread Hans de Graaff
commit: 2fe561c5d14a281b1be0587af75135ec4417a25e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 13 05:58:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 13 05:58:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe561c5

dev-ruby/git: mark stable on amd64

Package-Manager: portage-2.2.28

 dev-ruby/git/git-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.3.0.ebuild b/dev-ruby/git/git-1.3.0.ebuild
index 6dc081c..fa07fec 100644
--- a/dev-ruby/git/git-1.3.0.ebuild
+++ b/dev-ruby/git/git-1.3.0.ebuild
@@ -20,7 +20,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-07-21 Thread Hans de Graaff
commit: 43607c6cb3bc00252a49a31631fb541249b7e3ef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 21 18:00:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 21 19:37:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43607c6c

dev-ruby/git: add ruby21 to stable version

Package-Manager: portage-2.2.28

 dev-ruby/git/git-1.2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.2.9.1.ebuild b/dev-ruby/git/git-1.2.9.1.ebuild
index 0047d22..7f1efd3 100644
--- a/dev-ruby/git/git-1.2.9.1.ebuild
+++ b/dev-ruby/git/git-1.2.9.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-03-21 Thread Manuel Rüger
commit: 83449c54528bab9416980eb496f31c99e866d258
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 21 21:51:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 21 21:53:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83449c54

dev-ruby/git: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/git/git-1.2.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/git/git-1.2.9.1.ebuild b/dev-ruby/git/git-1.2.9.1.ebuild
index a30883a..0047d22 100644
--- a/dev-ruby/git/git-1.2.9.1.ebuild
+++ b/dev-ruby/git/git-1.2.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-03-21 Thread Manuel Rüger
commit: 9f49b683281e4441288c2e41f4ee8a1b14a5b3d8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 21 21:50:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 21 21:53:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f49b683

dev-ruby/git: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/git/git-1.2.9.1-r1.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/git/git-1.2.9.1-r1.ebuild 
b/dev-ruby/git/git-1.2.9.1-r1.ebuild
deleted file mode 100644
index 56d622a..000
--- a/dev-ruby/git/git-1.2.9.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="https://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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/

2016-02-25 Thread Hans de Graaff
commit: 043fed5905aa8cf6437561a12396c6480c45db33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 26 06:50:40 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 26 06:50:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043fed59

dev-ruby/git: add 1.3.0

Package-Manager: portage-2.2.26

 dev-ruby/git/Manifest |  1 +
 dev-ruby/git/git-1.3.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 653c173..c32632d 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1 +1,2 @@
 DIST git-1.2.9.1.tar.gz 124499 SHA256 
4c260dcb8103eb6410386352859884fdfcb8246a0d8b1ec9f0feb8c33e10ef23 SHA512 
81a4886c82528a5777e27711b6fa69a2a57f774db097fdc53ccc5a3726bee5f153a8d70ae9f8c6b458ebf52df12ce87898452796ea5e73a76ea0c8823674d0c6
 WHIRLPOOL 
b2ad73b34d599e1d1b3dbc1cf006f507bcb26eeea6556191e77cf70c1c092fe4f1f769189b9359dc39a3d381f422f217657f72840955fcb63b37e1e21bedcd8b
+DIST git-1.3.0.tar.gz 124800 SHA256 
8830ac37bd6305c3766876e693f355f366d80fd4980093114d54e39f68f49270 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
 WHIRLPOOL 
aeed20f46d8c1040bbf041e2d41452276e2237576652654aef1172df2eb7f28e8fe7ae5998893e01587d20eddc0198f52f38369cfbfa48b4548a3bf371226881

diff --git a/dev-ruby/git/git-1.3.0.ebuild b/dev-ruby/git/git-1.3.0.ebuild
new file mode 100644
index 000..6dc081c
--- /dev/null
+++ b/dev-ruby/git/git-1.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+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="https://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 ruby20 is
+   # not new 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
+}