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

2024-01-25 Thread Hans de Graaff
commit: a0085a692f40b3a78bcfaa3e6e15a1e7e734dc04
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 25 08:14:13 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 25 08:14:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0085a69

dev-ruby/tdiff: add 0.4.0

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

 dev-ruby/tdiff/Manifest   |  1 +
 dev-ruby/tdiff/tdiff-0.4.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/tdiff/Manifest b/dev-ruby/tdiff/Manifest
index e2daa86172f4..a1aaccd9d841 100644
--- a/dev-ruby/tdiff/Manifest
+++ b/dev-ruby/tdiff/Manifest
@@ -1 +1,2 @@
 DIST tdiff-0.3.4.gem 10240 BLAKE2B 
fe764eaf70303670602758bba903202bb468c419e96909561c4d420a86b9237c9af4640947e9dbc27eaca7b7210e26236da20d41f03d3e8acd0556a23205a924
 SHA512 
2db5c9707a8654fb36b02c7fbdf2317da08c633c0d3768f0f76693d1b2b44e5f4309ae97df944c3bf9f25b596fd3ae19cb88b20435c0f9e50989d22ece40
+DIST tdiff-0.4.0.gem 10752 BLAKE2B 
591071c2950d0eee771d8756c803721cdea9224b581866cb3f08bea45ec41dec710e642e2441ea808ac88bf1e42a0c5f68f0254d9229ffb0695cfefb32ce55d7
 SHA512 
13b12be58f99e93e48aa454dc77d60f0ef2875c96a8dce890dfa8392cd46f371a5190b7e4b44cce9095968099e22ecd30a91b9879d81fee4ae4b57c78963540d

diff --git a/dev-ruby/tdiff/tdiff-0.4.0.ebuild 
b/dev-ruby/tdiff/tdiff-0.4.0.ebuild
new file mode 100644
index ..68e69ace31e2
--- /dev/null
+++ b/dev-ruby/tdiff/tdiff-0.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Calculates the differences between two tree-like structures"
+HOMEPAGE="https://github.com/postmodern/tdiff;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~x86 ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"



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

2023-12-31 Thread Hans de Graaff
commit: e52420522dd48aca762474264390d4b3bea62757
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 08:44:57 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 08:45:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5242052

dev-ruby/tdiff: enable ruby33

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

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
index d62748899a88..dd6825582bba 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-03-10 Thread Hans de Graaff
commit: 1e8726b33bf29354e26f46673cd79add5e6df7cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 10 16:13:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 10 20:29:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8726b3

dev-ruby/tdiff: enable ruby32

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

 dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
index 5728af528d19..36c215c8f501 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-26 Thread Sam James
commit: 432590e851851de96cd8229a7320bae3e7decd28
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 14:34:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 14:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432590e8

dev-ruby/tdiff: Keyword 0.3.4-r1 s390, #840930

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
index cb869ba31cfa..5728af528d19 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -15,6 +15,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 x86 ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2022-04-17 Thread Hans de Graaff
commit: d2b29d2f4427aeb64021a2eb6cd8eaea5542529b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 05:48:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 06:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b29d2f

dev-ruby/tdiff: drop 0.3.4

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

 dev-ruby/tdiff/tdiff-0.3.4.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
deleted file mode 100644
index 0c24d205ccb6..
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Calculates the differences between two tree-like structures"
-HOMEPAGE="https://github.com/postmodern/tdiff;
-LICENSE="MIT"
-
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""



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

2022-04-07 Thread Hans de Graaff
commit: 0afe153b6ab455830e420bddd2d6ba35a8024f8a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  8 05:08:08 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  8 05:32:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afe153b

dev-ruby/tdiff: enable ruby31

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

 dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
index 5eacf2622ae7..b442b6be73f4 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-07 Thread Hans de Graaff
commit: eda8275c4e1a466cae39d155b6da8f00450715cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  8 05:09:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  8 05:32:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda8275c

dev-ruby/tdiff: stabilize 0.3.4-r1

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

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
index b442b6be73f4..cb869ba31cfa 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -15,6 +15,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2021-11-14 Thread Hans de Graaff
commit: 7679235fa0203b954a3a1f37869942b94f1d0a91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 14 07:59:06 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 14 08:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7679235f

dev-ruby/tdiff: add ruby30

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

 dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
new file mode 100644
index ..5eacf2622ae7
--- /dev/null
+++ b/dev-ruby/tdiff/tdiff-0.3.4-r1.ebuild
@@ -0,0 +1,20 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Calculates the differences between two tree-like structures"
+HOMEPAGE="https://github.com/postmodern/tdiff;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""



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

2021-08-14 Thread Marek Szuba
commit: 32a6fcb68a5deede1a6ca5c9de136636567eca07
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 14 23:27:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 14 23:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a6fcb6

dev-ruby/tdiff: keyword 0.3.4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index b90c0bc1487..0c24d205ccb 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2021-01-06 Thread Fabian Groffen
commit: 99a73eaa27159357f192221726e2c29ec4bb53c8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:26:02 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:32:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a73eaa

dev-ruby/tdiff: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index 247d4f18ee6..b90c0bc1487 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-06-21 Thread Hans de Graaff
commit: f8bc144a0b9f6989a8cbe05439871e9c5ea2a64e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 22 03:53:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 22 03:53:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bc144a

dev-ruby/tdiff: cleanup

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

 dev-ruby/tdiff/Manifest  |  1 -
 dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/tdiff/Manifest b/dev-ruby/tdiff/Manifest
index 4c46fa578db..e2daa86172f 100644
--- a/dev-ruby/tdiff/Manifest
+++ b/dev-ruby/tdiff/Manifest
@@ -1,2 +1 @@
-DIST tdiff-0.3.3.gem 9216 BLAKE2B 
1171d354c4fa14e0f6813976ce82e44e24ef94089f090c2eec31767e032a143904f627df7634d3faae4d18f5591991fde77b26e0da7c37a6346d6487d881eec5
 SHA512 
18c8ee9025eedfbf78c24280bc318736e13d840a2be8b05257697d2c4de29831ed6a361ecd553fc1bcdf7961483fd0712ecb76dc3681a9549f4d3f7a18bc3d8d
 DIST tdiff-0.3.4.gem 10240 BLAKE2B 
fe764eaf70303670602758bba903202bb468c419e96909561c4d420a86b9237c9af4640947e9dbc27eaca7b7210e26236da20d41f03d3e8acd0556a23205a924
 SHA512 
2db5c9707a8654fb36b02c7fbdf2317da08c633c0d3768f0f76693d1b2b44e5f4309ae97df944c3bf9f25b596fd3ae19cb88b20435c0f9e50989d22ece40

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
deleted file mode 100644
index 3b0e4600b3e..000
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Calculates the differences between two tree-like structures"
-HOMEPAGE="https://github.com/postmodern/tdiff;
-LICENSE="MIT"
-
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""



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

2020-06-21 Thread Agostino Sarubbo
commit: 9635dec688b32c610843c16b51e3e07445468b31
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 17:07:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 17:07:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9635dec6

dev-ruby/tdiff: ppc64 stable wrt bug #728866

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index cdd350906a1..f75642c4a62 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-06-21 Thread Agostino Sarubbo
commit: 977fcc19269917518d7683f45bd42c3aefe998d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 17:01:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 17:03:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977fcc19

dev-ruby/tdiff: ppc stable wrt bug #728866

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index 55ee02fe4a0..cdd350906a1 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-06-21 Thread Agostino Sarubbo
commit: 4a84e8926f944c3887876862120ed1f5172063c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 16:57:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 16:58:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a84e892

dev-ruby/tdiff: arm stable wrt bug #728866

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index 2c5de660d62..55ee02fe4a0 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-06-21 Thread Agostino Sarubbo
commit: 85d67bb0ffb0c95aa366719f9a5b8907b32e880b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 16:52:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 16:54:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d67bb0

dev-ruby/tdiff: amd64 stable wrt bug #728866

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index af6135ff0db..2c5de660d62 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-06-20 Thread Thomas Deutschmann
commit: 8e08fd4335af661ac7e278b4cdde3b64c40d7f1d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 15:37:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 15:45:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e08fd43

dev-ruby/tdiff: x86 stable (bug #728866)

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

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index e9c8938f441..af6135ff0db 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2020-01-13 Thread Hans de Graaff
commit: 73d3a60e2361d389bf7459195fb8a626c7010439
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 13 18:14:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 13 19:24:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d3a60e

dev-ruby/tdiff: add ruby27

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

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index 56083062767..e9c8938f441 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2019-01-14 Thread Hans de Graaff
commit: 5e8ca525246d727b3d193703bb08f3cbd5cff8c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 15 05:42:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 15 05:42:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8ca525

dev-ruby/tdiff: add ruby26

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

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
index 3484cb165ca..56083062767 100644
--- a/dev-ruby/tdiff/tdiff-0.3.4.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -1,9 +1,9 @@
-# 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_TEST="rspec3"
 



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

2018-06-11 Thread Hans de Graaff
commit: 67059ef5b6bee486179f615f387e8e7a834d4c1d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 12 04:52:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 12 04:52:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67059ef5

dev-ruby/tdiff: add 0.3.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/tdiff/Manifest   |  1 +
 dev-ruby/tdiff/tdiff-0.3.4.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/tdiff/Manifest b/dev-ruby/tdiff/Manifest
index 13abb4a3820..4c46fa578db 100644
--- a/dev-ruby/tdiff/Manifest
+++ b/dev-ruby/tdiff/Manifest
@@ -1 +1,2 @@
 DIST tdiff-0.3.3.gem 9216 BLAKE2B 
1171d354c4fa14e0f6813976ce82e44e24ef94089f090c2eec31767e032a143904f627df7634d3faae4d18f5591991fde77b26e0da7c37a6346d6487d881eec5
 SHA512 
18c8ee9025eedfbf78c24280bc318736e13d840a2be8b05257697d2c4de29831ed6a361ecd553fc1bcdf7961483fd0712ecb76dc3681a9549f4d3f7a18bc3d8d
+DIST tdiff-0.3.4.gem 10240 BLAKE2B 
fe764eaf70303670602758bba903202bb468c419e96909561c4d420a86b9237c9af4640947e9dbc27eaca7b7210e26236da20d41f03d3e8acd0556a23205a924
 SHA512 
2db5c9707a8654fb36b02c7fbdf2317da08c633c0d3768f0f76693d1b2b44e5f4309ae97df944c3bf9f25b596fd3ae19cb88b20435c0f9e50989d22ece40

diff --git a/dev-ruby/tdiff/tdiff-0.3.4.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
new file mode 100644
index 000..3484cb165ca
--- /dev/null
+++ b/dev-ruby/tdiff/tdiff-0.3.4.ebuild
@@ -0,0 +1,21 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Calculates the differences between two tree-like structures"
+HOMEPAGE="https://github.com/postmodern/tdiff;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""



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

2018-04-10 Thread Hans de Graaff
commit: 74e3fe6cc7d4cbf18dd6c92d21357f3244c8521e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 10 20:11:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 10 20:20:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e3fe6c

dev-ruby/tdiff: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index 028e4da9516..3b0e4600b3e 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2017-07-07 Thread Alexis Ballier
commit: 6c54a5a08b4f80d5019bbb2528ebfc627837e874
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jul  7 19:04:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jul  7 19:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c54a5a0

dev-ruby/tdiff: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index 33e1f2ca3ee..6aaa45d2176 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -16,6 +16,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2017-02-27 Thread Michael Weber
commit: 6246a7be19e940f1964a73970a236f6b2413095d
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Feb 27 17:28:59 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Feb 27 18:55:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6246a7be

dev-ruby/tdiff: arm ppc ppc64 stable (bug 590274).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index a01e6f56bc..c39a58e913 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -17,6 +17,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2017-01-14 Thread Hans de Graaff
commit: 737204b74f6d8b9aceb154b4e7fc4b6a5144053b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 15 06:49:19 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 15 06:49:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737204b7

dev-ruby/tdiff: add ruby24

Package-Manager: portage-2.3.0

 dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index 899bd99..a01e6f5 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
-RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
 
 inherit ruby-fakegem



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

2016-07-22 Thread Hans de Graaff
commit: cc78c1d42c14f5bbbae5eb103d569dbda97a90ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:29:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc78c1d4

dev-ruby/tdiff: mark ruby21 revision stable

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index c596991..899bd99 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -17,6 +17,6 @@ DESCRIPTION="Calculates the differences between two tree-like 
structures"
 HOMEPAGE="https://github.com/postmodern/tdiff;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""



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

2016-07-22 Thread Hans de Graaff
commit: ea9b88a2501f39d72c2968e8186625b8a319cadc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:30:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:04:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9b88a2

dev-ruby/tdiff: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/tdiff/tdiff-0.3.3.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.3.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3.ebuild
deleted file mode 100644
index 116b9b2..000
--- a/dev-ruby/tdiff/tdiff-0.3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Calculates the differences between two tree-like structures"
-HOMEPAGE="https://github.com/postmodern/tdiff;
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-SLOT="0"
-IUSE=""



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

2016-04-09 Thread Manuel Rüger
commit: 57e0641604304740ba276018a75e90e4b5e4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:11:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:11:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e06416

dev-ruby/tdiff: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3.ebuild
index 4c26f88..116b9b2 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3.ebuild
@@ -1,10 +1,10 @@
-# 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_TEST="rspec"
 



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

2016-03-14 Thread Hans de Graaff
commit: c42c79b1b7d3eb939f0e4dbfa15ca5616347b0fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 19:18:28 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 19:47:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42c79b1

dev-ruby/tdiff: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index 870a647..d7b1a79 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -1,10 +1,10 @@
-# 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 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-03-14 Thread Hans de Graaff
commit: c431819acb8dd6db7dff3093bef27a9356432369
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 19:20:09 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 19:47:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c431819a

dev-ruby/tdiff: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild 
b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
index d7b1a79..c596991 100644
--- a/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
+++ b/dev-ruby/tdiff/tdiff-0.3.3-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"