public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2016-05-22  7:45 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2016-05-22  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     73b86bba7a198b9db09d605d5f300fcad401b4e4
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun May 22 07:45:28 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 22 07:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=73b86bba

dev-ruby/gems: initial import for ruby-tinderbox

Package-Manager: portage-2.2.28

 dev-ruby/gems/gems-0.8.3.ebuild | 28 ++++++++++++++++++++++++++++
 dev-ruby/gems/metadata.xml      | 11 +++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/gems/gems-0.8.3.ebuild b/dev-ruby/gems/gems-0.8.3.ebuild
new file mode 100644
index 0000000..5ccca85
--- /dev/null
+++ b/dev-ruby/gems/gems-0.8.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Wrapper for the RubyGems.org API"
+HOMEPAGE="https://github.com/rubygems/gems"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
+}

diff --git a/dev-ruby/gems/metadata.xml b/dev-ruby/gems/metadata.xml
new file mode 100644
index 0000000..2f827be
--- /dev/null
+++ b/dev-ruby/gems/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">rubygems/gems</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2017-08-28  4:37 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-08-28  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     882669f4b1af1195fef6fc988d6466279f362187
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 28 04:37:10 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 04:37:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=882669f4

dev-ruby/gems: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/gems/gems-0.8.3.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/gems/gems-0.8.3.ebuild b/dev-ruby/gems/gems-0.8.3.ebuild
deleted file mode 100644
index 5ccca85..0000000
--- a/dev-ruby/gems/gems-0.8.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrapper for the RubyGems.org API"
-HOMEPAGE="https://github.com/rubygems/gems"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/webmock )"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
-}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2017-08-28  4:37 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-08-28  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     868dbd3c4e52d95df98c1cc0f97e636d7d5e8794
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 28 04:37:00 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 04:37:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=868dbd3c

dev-ruby/gems: add 1.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/gems/gems-1.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild
new file mode 100644
index 0000000..3b9d123
--- /dev/null
+++ b/dev-ruby/gems/gems-1.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Wrapper for the RubyGems.org API"
+HOMEPAGE="https://github.com/rubygems/gems"
+SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2018-05-06  6:43 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-05-06  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b0a96abbe0afc6705ac5b93bb11a97438e98a9d0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun May  6 06:43:15 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May  6 06:43:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=b0a96abb

dev-ruby/gems: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild
index 3b9d123..e36a038 100644
--- a/dev-ruby/gems/gems-1.0.0.ebuild
+++ b/dev-ruby/gems/gems-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2020-08-22  7:23 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2020-08-22  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     187d84a608f7ae2cd1585b9d56efeecbf5135368
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Aug 22 07:20:42 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 07:22:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=187d84a6

dev-ruby/gems: add ruby25

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

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

diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild
index e36a038..f188068 100644
--- a/dev-ruby/gems/gems-1.0.0.ebuild
+++ b/dev-ruby/gems/gems-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2020-09-15  7:32 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2020-09-15  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f2ef4ddb187b222fdccfbe5bed04e1a58f96c4ea
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Sep 15 07:31:20 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 07:32:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f2ef4ddb

dev-ruby/gems: add 1.2.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>

 dev-ruby/gems/gems-1.2.0.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-ruby/gems/gems-1.2.0.ebuild b/dev-ruby/gems/gems-1.2.0.ebuild
new file mode 100644
index 0000000..4637468
--- /dev/null
+++ b/dev-ruby/gems/gems-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="gems.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Wrapper for the RubyGems.org API"
+HOMEPAGE="https://github.com/rubygems/gems"
+SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2021-10-08  6:05 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-10-08  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e1dfe459df094bbd6dc3d170e747b59af5a3fd85
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  8 06:03:05 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 06:03:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=e1dfe459

dev-ruby/gems: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>

 dev-ruby/gems/gems-1.0.0.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/gems/gems-1.0.0.ebuild b/dev-ruby/gems/gems-1.0.0.ebuild
deleted file mode 100644
index f188068..0000000
--- a/dev-ruby/gems/gems-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrapper for the RubyGems.org API"
-HOMEPAGE="https://github.com/rubygems/gems"
-SRC_URI="https://github.com/rubygems/gems/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/webmock )"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
-}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2021-10-08  6:05 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-10-08  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9a4cb939bda61c54c3f29a3c336c963cd64421a6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  8 06:03:26 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 06:03:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=9a4cb939

dev-ruby/gems: add ruby27

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>

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

diff --git a/dev-ruby/gems/gems-1.2.0.ebuild b/dev-ruby/gems/gems-1.2.0.ebuild
index 4637468..dc2e4dd 100644
--- a/dev-ruby/gems/gems-1.2.0.ebuild
+++ b/dev-ruby/gems/gems-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/
@ 2023-06-25  9:44 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2023-06-25  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3a9020b2cfffb60a801b15eb995dbf80c76e5fb3
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jun 25 09:44:14 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 09:44:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=3a9020b2

dev-ruby/gems: update ruby targets

Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>

 dev-ruby/gems/{gems-1.2.0.ebuild => gems-1.2.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/gems/gems-1.2.0.ebuild b/dev-ruby/gems/gems-1.2.0-r1.ebuild
similarity index 87%
rename from dev-ruby/gems/gems-1.2.0.ebuild
rename to dev-ruby/gems/gems-1.2.0-r1.ebuild
index dc2e4dd..b21f144 100644
--- a/dev-ruby/gems/gems-1.2.0.ebuild
+++ b/dev-ruby/gems/gems-1.2.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


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

end of thread, other threads:[~2023-06-25  9:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-22  7:45 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2017-08-28  4:37 Hans de Graaff
2017-08-28  4:37 Hans de Graaff
2018-05-06  6:43 Hans de Graaff
2020-08-22  7:23 Hans de Graaff
2020-09-15  7:32 Hans de Graaff
2021-10-08  6:05 Hans de Graaff
2021-10-08  6:05 Hans de Graaff
2023-06-25  9:44 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