public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2016-08-06 18:06 Manuel Rüger
  0 siblings, 0 replies; 16+ messages in thread
From: Manuel Rüger @ 2016-08-06 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae6eccd5c45b6c3fd5e113c7f7dfdeba43e143b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 18:05:21 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 18:05:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae6eccd

dev-ruby/pathutil: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/pathutil/Manifest               |  1 +
 dev-ruby/pathutil/metadata.xml           | 11 +++++++++++
 dev-ruby/pathutil/pathutil-0.14.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
new file mode 100644
index 0000000..d5aff1c
--- /dev/null
+++ b/dev-ruby/pathutil/Manifest
@@ -0,0 +1 @@
+DIST pathutil-0.14.0.gem 11776 SHA256 c7fe1ba37ec11ae35fa5c7fb9b5ba4633ca3ca0cf68b352705a3c96d3a278438 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd WHIRLPOOL fc6cc6e8e285e359394bdac44dde8e153d2b1b0df184aeef8448ad1fa5790fac3e0583316ece41f5b94228742577e2a131ae1fbf70494caa3322e2c68f5c3877

diff --git a/dev-ruby/pathutil/metadata.xml b/dev-ruby/pathutil/metadata.xml
new file mode 100644
index 0000000..99d7499
--- /dev/null
+++ b/dev-ruby/pathutil/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">hipchat/hipchat-rb</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
new file mode 100644
index 0000000..fec441f
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2017-07-30  8:36 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2017-07-30  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     34a7daed5666c33419b6e76e40f5cc62762b5317
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:12:01 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a7daed

dev-ruby/pathutil: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
index 427d3c2eb2e..1a3da7c59c6 100644
--- a/dev-ruby/pathutil/pathutil-0.14.0.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST=""
 inherit ruby-fakegem
 
 DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2017-07-30  9:18 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-07-30  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cbda4c6e3aad82ab7e4b2bccba87d8239e5f1293
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 09:18:03 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:18:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbda4c6e

dev-ruby/pathutil: add tests and docs

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/pathutil/Manifest                  |  1 +
 dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index d5aff1c7255..28c8066f7e1 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1 +1,2 @@
 DIST pathutil-0.14.0.gem 11776 SHA256 c7fe1ba37ec11ae35fa5c7fb9b5ba4633ca3ca0cf68b352705a3c96d3a278438 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd WHIRLPOOL fc6cc6e8e285e359394bdac44dde8e153d2b1b0df184aeef8448ad1fa5790fac3e0583316ece41f5b94228742577e2a131ae1fbf70494caa3322e2c68f5c3877
+DIST pathutil-0.14.0.tar.gz 18606 SHA256 41d253e0da215e0c84215be0a86a110e675164127037c69eebe527092db4c13e SHA512 48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f WHIRLPOOL 87b3741533600fd1dec302d965fc2d70e712ec3b4f106b42bd270016d30711c87b87fa9b1322c4c25f6b526f68b426fd0a57947f71392c2eb37574b5395c42bb

diff --git a/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild b/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
new file mode 100644
index 00000000000..e07be91031b
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"
+
+all_ruby_prepare() {
+	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
+		spec/rspec/helper.rb || die
+	rm -f spec/support/coverage.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2017-10-06  5:16 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-10-06  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     45e01ece70ab3fe49faa30eae149e1bd9f323836
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 05:13:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 05:13:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e01ece

dev-ruby/pathutil: add 0.16.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/pathutil/Manifest               |  1 +
 dev-ruby/pathutil/pathutil-0.16.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 28c8066f7e1..3c29394296b 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,2 +1,3 @@
 DIST pathutil-0.14.0.gem 11776 SHA256 c7fe1ba37ec11ae35fa5c7fb9b5ba4633ca3ca0cf68b352705a3c96d3a278438 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd WHIRLPOOL fc6cc6e8e285e359394bdac44dde8e153d2b1b0df184aeef8448ad1fa5790fac3e0583316ece41f5b94228742577e2a131ae1fbf70494caa3322e2c68f5c3877
 DIST pathutil-0.14.0.tar.gz 18606 SHA256 41d253e0da215e0c84215be0a86a110e675164127037c69eebe527092db4c13e SHA512 48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f WHIRLPOOL 87b3741533600fd1dec302d965fc2d70e712ec3b4f106b42bd270016d30711c87b87fa9b1322c4c25f6b526f68b426fd0a57947f71392c2eb37574b5395c42bb
+DIST pathutil-0.16.0.tar.gz 18369 SHA256 4f6197f29bc0cd688c245eb6d59664aa8782768fa9a7b896b0652d30281df586 SHA512 459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f WHIRLPOOL bad3820c31c514531966eb584d192942f6cdd4de452c79c15d9069fc59df74b2b53b0f5f7856eb6a07309edd12af879ec3feb62acbf283f257e964add9125fb3

diff --git a/dev-ruby/pathutil/pathutil-0.16.0.ebuild b/dev-ruby/pathutil/pathutil-0.16.0.ebuild
new file mode 100644
index 00000000000..d6583688b0e
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.16.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"
+
+all_ruby_prepare() {
+	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
+		spec/rspec/helper.rb || die
+	rm -f spec/support/coverage.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2017-12-12  6:14 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-12-12  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e4fc263e33cf9b3213b997d7d4252ce500148774
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 06:13:45 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 06:13:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fc263e

dev-ruby/pathutil: add 0.16.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/pathutil/Manifest               |  1 +
 dev-ruby/pathutil/pathutil-0.16.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 1622c261700..b3851fab3d0 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,3 +1,4 @@
 DIST pathutil-0.14.0.gem 11776 BLAKE2B 58a5678d62e8bfce51a7f97ecd5409649c5cd53baa133a2e52ed581ae1844383dd81fedc282c11098c61627704a29d565162bb19e40f930ec636c540942061d9 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
 DIST pathutil-0.14.0.tar.gz 18606 BLAKE2B bbd8410c616965e582f1daa1f2ee23f6828bc82abb363f5e9407c663f0c951cc6bc3ec2cc16eca73cbb1ab4244182622f39b3d91c93499ed64a342ee73479418 SHA512 48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f
 DIST pathutil-0.16.0.tar.gz 18369 BLAKE2B 781ccae00ecb431fc70e83f26ca60b0bc37e326425e94eadb772a63c81fc44f99286af636ef06a9bdda03d3f858f2cf1307d1cec1101056a118dba84f9f1927d SHA512 459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f
+DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6 SHA512 bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998

diff --git a/dev-ruby/pathutil/pathutil-0.16.1.ebuild b/dev-ruby/pathutil/pathutil-0.16.1.ebuild
new file mode 100644
index 00000000000..d6583688b0e
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.16.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"
+
+all_ruby_prepare() {
+	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
+		spec/rspec/helper.rb || die
+	rm -f spec/support/coverage.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2018-02-08  6:25 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-02-08  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ae2f93da5a131a674f8d6d652a418ee74ffcede1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 05:22:38 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 06:24:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2f93da

dev-ruby/pathutil: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/pathutil/Manifest                  |  3 ---
 dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild | 32 -----------------------------
 dev-ruby/pathutil/pathutil-0.14.0.ebuild    | 22 --------------------
 dev-ruby/pathutil/pathutil-0.16.0.ebuild    | 32 -----------------------------
 4 files changed, 89 deletions(-)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index b3851fab3d0..202e9fb0a9f 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,4 +1 @@
-DIST pathutil-0.14.0.gem 11776 BLAKE2B 58a5678d62e8bfce51a7f97ecd5409649c5cd53baa133a2e52ed581ae1844383dd81fedc282c11098c61627704a29d565162bb19e40f930ec636c540942061d9 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
-DIST pathutil-0.14.0.tar.gz 18606 BLAKE2B bbd8410c616965e582f1daa1f2ee23f6828bc82abb363f5e9407c663f0c951cc6bc3ec2cc16eca73cbb1ab4244182622f39b3d91c93499ed64a342ee73479418 SHA512 48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f
-DIST pathutil-0.16.0.tar.gz 18369 BLAKE2B 781ccae00ecb431fc70e83f26ca60b0bc37e326425e94eadb772a63c81fc44f99286af636ef06a9bdda03d3f858f2cf1307d1cec1101056a118dba84f9f1927d SHA512 459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f
 DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6 SHA512 bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998

diff --git a/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild b/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
deleted file mode 100644
index e07be91031b..00000000000
--- a/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"
-
-all_ruby_prepare() {
-	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
-		spec/rspec/helper.rb || die
-	rm -f spec/support/coverage.rb || die
-}

diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
deleted file mode 100644
index 1a3da7c59c6..00000000000
--- a/dev-ruby/pathutil/pathutil-0.14.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"

diff --git a/dev-ruby/pathutil/pathutil-0.16.0.ebuild b/dev-ruby/pathutil/pathutil-0.16.0.ebuild
deleted file mode 100644
index d6583688b0e..00000000000
--- a/dev-ruby/pathutil/pathutil-0.16.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"
-
-all_ruby_prepare() {
-	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
-		spec/rspec/helper.rb || die
-	rm -f spec/support/coverage.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2018-10-31  5:34 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-10-31  5:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ff01f7b243a6f591b0fd5b64b243801a9025fcb1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 05:34:23 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 05:34:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff01f7b2

dev-ruby/pathutil: add 0.16.2

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

 dev-ruby/pathutil/Manifest               |  1 +
 dev-ruby/pathutil/pathutil-0.16.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 202e9fb0a9f..2ebb5ce8eaf 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1 +1,2 @@
 DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6 SHA512 bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998
+DIST pathutil-0.16.2.tar.gz 26079 BLAKE2B 5a9d1dac1f1171ee6bc447725c04883cb56a9071927f3e0fdbcb9754345ac77a6609533a1308a411cb22658caeb2a4bed49225923af109bca288cfb3aeb3d669 SHA512 d06daf365b94dacd33966f3928a53f0f00d2fca7b9f6348a7efd2b55ab5ba937459e5bd78fde241f30749a1ae55e4ae3ba1ed8945b5333464e7d3ce9666cd054

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
new file mode 100644
index 00000000000..de1ff3557b2
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"
+
+all_ruby_prepare() {
+	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
+		spec/rspec/helper.rb || die
+	rm -f spec/support/coverage.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2018-12-17  6:16 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-12-17  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6c97864e31452f7ce1048d742e699462563f32ac
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 06:15:33 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 06:15:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c97864e

dev-ruby/pathutil: cleanup

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

 dev-ruby/pathutil/Manifest               |  1 -
 dev-ruby/pathutil/pathutil-0.16.1.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
index 2ebb5ce8eaf..e051c37e686 100644
--- a/dev-ruby/pathutil/Manifest
+++ b/dev-ruby/pathutil/Manifest
@@ -1,2 +1 @@
-DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6 SHA512 bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998
 DIST pathutil-0.16.2.tar.gz 26079 BLAKE2B 5a9d1dac1f1171ee6bc447725c04883cb56a9071927f3e0fdbcb9754345ac77a6609533a1308a411cb22658caeb2a4bed49225923af109bca288cfb3aeb3d669 SHA512 d06daf365b94dacd33966f3928a53f0f00d2fca7b9f6348a7efd2b55ab5ba937459e5bd78fde241f30749a1ae55e4ae3ba1ed8945b5333464e7d3ce9666cd054

diff --git a/dev-ruby/pathutil/pathutil-0.16.1.ebuild b/dev-ruby/pathutil/pathutil-0.16.1.ebuild
deleted file mode 100644
index d6583688b0e..00000000000
--- a/dev-ruby/pathutil/pathutil-0.16.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"
-
-all_ruby_prepare() {
-	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
-		spec/rspec/helper.rb || die
-	rm -f spec/support/coverage.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2019-01-28 21:45 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2019-01-28 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d73d45c56b3087b58150fb558a7b4144c691747d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 28 21:18:41 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 28 21:45:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73d45c5

dev-ruby/pathutil: add ruby26

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

 dev-ruby/pathutil/pathutil-0.16.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index de1ff3557b2..8b97ba38abb 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -24,6 +24,8 @@ IUSE=""
 ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
 	<dev-ruby/forwardable-extended-3"
 
+ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
+
 all_ruby_prepare() {
 	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
 		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2020-07-27  2:09 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2020-07-27  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     df71857ea54e3b6811817800e0fb48fac4b3569c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 02:04:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 02:04:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df71857e

dev-ruby/pathutil: arm64 keyworded (bug #733784)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index 8b97ba38abb..c1658c8c53e 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2021-03-11  9:31 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-03-11  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     aed0892dab3082600f70f4e89067391506f8833d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 08:34:00 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 09:31:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed0892d

dev-ruby/pathutil: fix tests; add ruby27

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

 dev-ruby/pathutil/pathutil-0.16.2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index c2a85052c08..c12850513c7 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -31,4 +31,7 @@ all_ruby_prepare() {
 		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
 		spec/rspec/helper.rb || die
 	rm -f spec/support/coverage.rb || die
+
+	# Avoid spec failing with newer rspec versions, bug 775383
+	sed -i -e '/should chdir before running the glob/apending' spec/tests/lib/pathutil_spec.rb || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2021-03-11  9:31 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-03-11  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8cad2d6e4f1bbeb51bfe47923ae0e35f83e5444f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 08:29:53 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 09:31:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cad2d6e

dev-ruby/pathutil: fix misspelled HOMEPAGE link

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

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

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index c1658c8c53e..c2a85052c08 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.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
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutil"
 SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2023-04-01  6:25 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-04-01  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     62583ea25873e907e527964887b539a4bdae8177
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 08:43:09 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 06:25:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62583ea2

dev-ruby/pathutil: update EAPI 6 -> 8, add ruby30

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

 dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild | 35 +++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild b/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
new file mode 100644
index 000000000000..a2d80d2c8ccf
--- /dev/null
+++ b/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Like Pathname but a little less insane"
+HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutil"
+SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-ruby30.patch" )
+
+ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
+	<dev-ruby/forwardable-extended-3"
+
+ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
+
+all_ruby_prepare() {
+	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json" ; gem "psych", "~> 3.0"' \
+		spec/rspec/helper.rb || die
+	rm -f spec/support/coverage.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2023-04-01  6:25 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-04-01  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     dec27570f832ffcd685c7d30d97461931d8d2698
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 08:43:45 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 06:25:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec27570

dev-ruby/pathutil: update upstream metadata

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

 dev-ruby/pathutil/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pathutil/metadata.xml b/dev-ruby/pathutil/metadata.xml
index 1e3d4cbb1b4c..e32ad2383b1f 100644
--- a/dev-ruby/pathutil/metadata.xml
+++ b/dev-ruby/pathutil/metadata.xml
@@ -6,7 +6,7 @@
     <name>Gentoo Ruby Project</name>
   </maintainer>
   <upstream>
-    <remote-id type="github">envygeeks/pathutils</remote-id>
+    <remote-id type="github">envygeeks/pathutil</remote-id>
     <remote-id type="rubygems">pathutil</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2023-04-01  8:26 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-04-01  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9f47ffde8d4ed1e0d0dfb71d7dabdb0533caec5b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 07:05:13 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 08:26:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f47ffde

dev-ruby/pathutil: drop 0.16.2

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

 dev-ruby/pathutil/pathutil-0.16.2.ebuild | 37 --------------------------------
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
deleted file mode 100644
index c12850513c72..000000000000
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ /dev/null
@@ -1,37 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutil"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"
-
-ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
-
-all_ruby_prepare() {
-	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
-		spec/rspec/helper.rb || die
-	rm -f spec/support/coverage.rb || die
-
-	# Avoid spec failing with newer rspec versions, bug 775383
-	sed -i -e '/should chdir before running the glob/apending' spec/tests/lib/pathutil_spec.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
@ 2023-07-18  9:34 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-07-18  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     aad74bd99153c6fa0834eb192bc61321d66cddb8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 09:10:29 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 09:34:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad74bd9

dev-ruby/pathutil: drop 0.16.2-r1

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

 dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild | 35 -----------------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild b/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
deleted file mode 100644
index a2d80d2c8ccf..000000000000
--- a/dev-ruby/pathutil/pathutil-0.16.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Like Pathname but a little less insane"
-HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutil"
-SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-ruby30.patch" )
-
-ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
-	<dev-ruby/forwardable-extended-3"
-
-ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
-
-all_ruby_prepare() {
-	sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-		-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json" ; gem "psych", "~> 3.0"' \
-		spec/rspec/helper.rb || die
-	rm -f spec/support/coverage.rb || die
-}


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

end of thread, other threads:[~2023-07-18  9:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-01  6:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2023-07-18  9:34 Hans de Graaff
2023-04-01  8:26 Hans de Graaff
2023-04-01  6:25 Hans de Graaff
2021-03-11  9:31 Hans de Graaff
2021-03-11  9:31 Hans de Graaff
2020-07-27  2:09 Sam James
2019-01-28 21:45 Hans de Graaff
2018-12-17  6:16 Hans de Graaff
2018-10-31  5:34 Hans de Graaff
2018-02-08  6:25 Hans de Graaff
2017-12-12  6:14 Hans de Graaff
2017-10-06  5:16 Hans de Graaff
2017-07-30  9:18 Hans de Graaff
2017-07-30  8:36 Michał Górny
2016-08-06 18:06 Manuel Rüger

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