public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2024-03-31  6:41 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2024-03-31  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     150c9e1f99f69e3889069c700227ad1efc95d113
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 06:08:46 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 06:08:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150c9e1f

dev-ruby/ruby-ole: add 1.2.13.1

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

 dev-ruby/ruby-ole/Manifest                 |  1 +
 dev-ruby/ruby-ole/ruby-ole-1.2.13.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 529d3b0226c3..73cdb8ab6831 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1 +1,2 @@
 DIST ruby-ole-1.2.12.2.gem 56832 BLAKE2B 489dbaff30d5d293f5c04672c2e8dd2a6144f6b32fb22319c4691a351318f0aee8fd5d01106f3ef6abaab40e81cd86c8ba9d93ddb1e004240eb052ab6ce5675e SHA512 2c28336a827e42faed4183d79ae61d4dd2b888f3d13eb26fb2b7e967057127a01e184fb509c6e4718e7beebb7490ea2f7aa230f2c5e29efae49994fa92d604b7
+DIST ruby-ole-1.2.13.1.gem 56832 BLAKE2B d3d4a94428c5e3c2ea24db0740daeb3856ecdb9211455711a994da0011191d6aebacdd83187f5a64824ee1e6744731a9f696a76f954d2accf8eb3b36610289cc SHA512 5281d14e490b8dcae5b97f0e9c5088593c4c2ba39452884e4b0dda234638d4d701eb88f44d3863ec7436f39b770d5a9b556d2cd1cc6ac42c39951174cfe1ce88

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.13.1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.13.1.ebuild
new file mode 100644
index 000000000000..e688f3070f8d
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.13.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2023-12-27 12:26 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2023-12-27 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d5c36ec808844214e577cb5fa3a7e6f957699669
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 12:13:00 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 12:26:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c36ec8

dev-ruby/ruby-ole: enable ruby33

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

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
index 0be5b3afc557..746bf140c5ca 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2023-04-27 11:25 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2023-04-27 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4b6476d386c48aca0c78ae0b445f0f8df2b10373
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 10:41:17 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 11:25:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6476d3

dev-ruby/ruby-ole: enable ruby32

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

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
index ccc0514b0eb5..0be5b3afc557 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
@@ -1,8 +1,8 @@
-# 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"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2022-04-24  7:06 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2022-04-24  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f3abb012bde8dcef2294bce4ae371b991ea50c1d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 06:56:32 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 07:06:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3abb012

dev-ruby/ruby-ole: cleanup

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

 dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
deleted file mode 100644
index 9e225ad03568..000000000000
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-# Same thing for the docs whose rake target just calls rdoc.
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
-HOMEPAGE="https://github.com/aquasync/ruby-ole"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2022-04-22  6:55 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2022-04-22  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     11329c4fabee79effb944a6328ba4d890f69b0a0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 06:19:43 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 06:55:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11329c4f

dev-ruby/ruby-ole: update EAPI 6 -> 8

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

 dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild | 28 +++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
new file mode 100644
index 000000000000..ccc0514b0eb5
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2021-01-23  8:18 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2021-01-23  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     20d900fb16f127f8e6d91a2df2b615d0ee0f8dd4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 08:17:30 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 08:17:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d900fb

dev-ruby/ruby-ole: add ruby30

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
index 322e931f685..9e225ad0356 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2020-07-26  9:15 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2020-07-26  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     79d51004e19f46187fa47871cb8b789a4bedc846
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 06:03:29 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 09:15:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d51004

dev-ruby/ruby-ole: cleanup

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

 dev-ruby/ruby-ole/Manifest                 |  1 -
 dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 4ff183440b2..529d3b0226c 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1,2 +1 @@
-DIST ruby-ole-1.2.12.1.gem 56320 BLAKE2B e7107af4ca2fedeb3c4d3b2802f17fd922a5f70909ce0cd32b8627986af03f607417c801e525f553265f6f56246257618ef03484daaa3f7fff483aa89521ba68 SHA512 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b
 DIST ruby-ole-1.2.12.2.gem 56832 BLAKE2B 489dbaff30d5d293f5c04672c2e8dd2a6144f6b32fb22319c4691a351318f0aee8fd5d01106f3ef6abaab40e81cd86c8ba9d93ddb1e004240eb052ab6ce5675e SHA512 2c28336a827e42faed4183d79ae61d4dd2b888f3d13eb26fb2b7e967057127a01e184fb509c6e4718e7beebb7490ea2f7aa230f2c5e29efae49994fa92d604b7

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
deleted file mode 100644
index 9c37baa336e..00000000000
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-# Same thing for the docs whose rake target just calls rdoc.
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
-HOMEPAGE="https://github.com/aquasync/ruby-ole"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2020-01-23  6:44 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2020-01-23  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd79e6a442c4f37c66e95c4ac66d1d154e5fef6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 06:22:07 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 06:22:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd79e6a

dev-ruby/ruby-ole: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
index ef0d993916a..322e931f685 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
@@ -1,8 +1,8 @@
-# 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"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2019-03-24  8:35 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2019-03-24  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     135d9fdcf54751c072d6c72ccb42f2a4fb7c8db2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 07:08:09 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 08:34:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135d9fdc

dev-ruby/ruby-ole: add 1.2.12.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/ruby-ole/Manifest                 |  1 +
 dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index adfca8680d3..4ff183440b2 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1 +1,2 @@
 DIST ruby-ole-1.2.12.1.gem 56320 BLAKE2B e7107af4ca2fedeb3c4d3b2802f17fd922a5f70909ce0cd32b8627986af03f607417c801e525f553265f6f56246257618ef03484daaa3f7fff483aa89521ba68 SHA512 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b
+DIST ruby-ole-1.2.12.2.gem 56832 BLAKE2B 489dbaff30d5d293f5c04672c2e8dd2a6144f6b32fb22319c4691a351318f0aee8fd5d01106f3ef6abaab40e81cd86c8ba9d93ddb1e004240eb052ab6ce5675e SHA512 2c28336a827e42faed4183d79ae61d4dd2b888f3d13eb26fb2b7e967057127a01e184fb509c6e4718e7beebb7490ea2f7aa230f2c5e29efae49994fa92d604b7

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
new file mode 100644
index 00000000000..ef0d993916a
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2019-01-20 10:17 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2019-01-20 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c025f651905a7de62b54b27cf4e7e32a286e59f9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 07:36:37 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 10:11:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c025f651

dev-ruby/ruby-ole: add ruby26

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

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
index 6e64098dc80..9c37baa336e 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.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=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2018-02-10  7:42 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2018-02-10  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0330786f54569abfd245a6ebf0051c244c23462d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 07:29:07 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 07:39:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0330786f

dev-ruby/ruby-ole: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
index f3021a05fde..6e64098dc80 100644
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 # Avoid the complexity of the "rake" recipe and run testrb-2 manually.
 RUBY_FAKEGEM_RECIPE_TEST=none


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2017-07-31  5:32 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2017-07-31  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1621ba696975f7463d644788436d29cc6c84155b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 05:20:43 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 05:31:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1621ba69

dev-ruby/ruby-ole: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-ole/Manifest               |  1 -
 dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 0da96e6a69c..236c2d2170d 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1,2 +1 @@
 DIST ruby-ole-1.2.12.1.gem 56320 SHA256 896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a SHA512 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b WHIRLPOOL adce37b50663479834ceeeda9a8000755a5caa2f774ace9908ed5ca9ed6934ba7a449e4403e0287f16dd5296efbd4f5ae9f9b46578588e3fd01410c205343ef2
-DIST ruby-ole-1.2.12.gem 56320 SHA256 134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1 WHIRLPOOL 3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild
deleted file mode 100644
index 7a6557d07d5..00000000000
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-# Same thing for the docs whose rake target just calls rdoc.
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
-HOMEPAGE="https://github.com/aquasync/ruby-ole"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2017-03-13  5:42 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2017-03-13  5:42 UTC (permalink / raw
  To: gentoo-commits

commit:     eed9e6933bf6ef6547856a7ae65527fcefd98094
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 05:32:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 05:32:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed9e693

dev-ruby/ruby-ole: add 1.2.12.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ruby-ole/Manifest                 |  1 +
 dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 65316ffc80a..0da96e6a69c 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1 +1,2 @@
+DIST ruby-ole-1.2.12.1.gem 56320 SHA256 896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a SHA512 1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b WHIRLPOOL adce37b50663479834ceeeda9a8000755a5caa2f774ace9908ed5ca9ed6934ba7a449e4403e0287f16dd5296efbd4f5ae9f9b46578588e3fd01410c205343ef2
 DIST ruby-ole-1.2.12.gem 56320 SHA256 134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1 WHIRLPOOL 3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
new file mode 100644
index 00000000000..f3021a05fde
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2016-05-25  6:08 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2016-05-25  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fd730e6ca9d2d320e848b32329fad9da13893f7f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 05:48:42 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 25 06:08:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd730e6c

dev-ruby/ruby-ole: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/ruby-ole/Manifest                 |  1 -
 dev-ruby/ruby-ole/ruby-ole-1.2.11.8.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index b7395fc..65316ff 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1,2 +1 @@
-DIST ruby-ole-1.2.11.8.gem 56832 SHA256 e999b1d6be00a55181fb29162c685ad3e950025a4b8ef0e99eda173087f8cd31 SHA512 61a54256dd9805f0adcdd0559e36e78d3f0d030515f16e38d209ecd1f92ed6a25d639863eb8d56afa71ee5e0367f2b29dddc0b72537d7e2c098e83bcb7174ea8 WHIRLPOOL b2b3701da5ea6d34bb2b86bfaa56d0bc8e7b94ea3eb4a9cc5548e7103f4bec8c4489ca600b15fec2f9363f64e647da5184579b54cbbb85a3b14accccd3684456
 DIST ruby-ole-1.2.12.gem 56320 SHA256 134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1 WHIRLPOOL 3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.11.8.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.11.8.ebuild
deleted file mode 100644
index 0032236..0000000
--- a/dev-ruby/ruby-ole/ruby-ole-1.2.11.8.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-# Same thing for the docs whose rake target just calls rdoc.
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
-HOMEPAGE="https://github.com/aquasync/ruby-ole"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-each_ruby_test() {
-	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/
@ 2015-12-30  6:55 Hans de Graaff
  0 siblings, 0 replies; 15+ messages in thread
From: Hans de Graaff @ 2015-12-30  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cf67e146f11f2c50ec944aa026ff7b14c9e4cbf9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 06:54:22 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 06:54:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf67e146

dev-ruby/ruby-ole: add 1.2.12

Package-Manager: portage-2.2.24

 dev-ruby/ruby-ole/Manifest               |  1 +
 dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 3368429..b7395fc 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1 +1,2 @@
 DIST ruby-ole-1.2.11.8.gem 56832 SHA256 e999b1d6be00a55181fb29162c685ad3e950025a4b8ef0e99eda173087f8cd31 SHA512 61a54256dd9805f0adcdd0559e36e78d3f0d030515f16e38d209ecd1f92ed6a25d639863eb8d56afa71ee5e0367f2b29dddc0b72537d7e2c098e83bcb7174ea8 WHIRLPOOL b2b3701da5ea6d34bb2b86bfaa56d0bc8e7b94ea3eb4a9cc5548e7103f4bec8c4489ca600b15fec2f9363f64e647da5184579b54cbbb85a3b14accccd3684456
+DIST ruby-ole-1.2.12.gem 56320 SHA256 134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1 WHIRLPOOL 3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild b/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild
new file mode 100644
index 0000000..f95babd
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+	ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-03-31  6:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31  6:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ole/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27 12:26 Hans de Graaff
2023-04-27 11:25 Hans de Graaff
2022-04-24  7:06 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2021-01-23  8:18 Hans de Graaff
2020-07-26  9:15 Hans de Graaff
2020-01-23  6:44 Hans de Graaff
2019-03-24  8:35 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-02-10  7:42 Hans de Graaff
2017-07-31  5:32 Hans de Graaff
2017-03-13  5:42 Hans de Graaff
2016-05-25  6:08 Hans de Graaff
2015-12-30  6:55 Hans de Graaff

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