public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uri/
@ 2024-11-09  7:59 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2024-11-09  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     56c83137fa7e68ebd91458c6097ba97cc0097906
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 07:58:31 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 07:58:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c83137

dev-ruby/uri: new package, add 1.0.1

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

 dev-ruby/uri/Manifest         |  1 +
 dev-ruby/uri/metadata.xml     | 12 ++++++++++++
 dev-ruby/uri/uri-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/uri/Manifest b/dev-ruby/uri/Manifest
new file mode 100644
index 000000000000..dec251ca0007
--- /dev/null
+++ b/dev-ruby/uri/Manifest
@@ -0,0 +1 @@
+DIST uri-1.0.1.tar.gz 48128 BLAKE2B 469a6905673cb18d5011fcc03d6570f775b5f97ee7a17dae08480cc0d46fe852ae2a5b2fecfdc1a711f97f2321af602377efb712c71a39b7ebf5a570b7867fdb SHA512 4ea0c09a26177cb37852d4f54fb833ff39245581a1a1148ecb0ec9449b17d484ae50ac964b0379a7b668e1dd924dc1c79016f512a86fb6a0731b14d0db287c2c

diff --git a/dev-ruby/uri/metadata.xml b/dev-ruby/uri/metadata.xml
new file mode 100644
index 000000000000..392733af41ab
--- /dev/null
+++ b/dev-ruby/uri/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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">ruby/uri</remote-id>
+    <remote-id type="rubygems">uri</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/uri/uri-1.0.1.ebuild b/dev-ruby/uri/uri-1.0.1.ebuild
new file mode 100644
index 000000000000..69b5e09990c3
--- /dev/null
+++ b/dev-ruby/uri/uri-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="uri.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="URI is a module providing classes to handle Uniform Resource Identifiers"
+HOMEPAGE="https://github.com/ruby/uri"
+SRC_URI="https://github.com/ruby/uri/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+	sed -e 's:_relative ": "./:' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uri/
@ 2024-11-14  8:42 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2024-11-14  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8331e3128cb6c64fd7de9ebf3f183d90c472cb0b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 07:58:35 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 07:58:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8331e312

dev-ruby/uri: add 1.0.2

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

 dev-ruby/uri/Manifest         |  1 +
 dev-ruby/uri/uri-1.0.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/uri/Manifest b/dev-ruby/uri/Manifest
index dec251ca0007..f320d326b560 100644
--- a/dev-ruby/uri/Manifest
+++ b/dev-ruby/uri/Manifest
@@ -1 +1,2 @@
 DIST uri-1.0.1.tar.gz 48128 BLAKE2B 469a6905673cb18d5011fcc03d6570f775b5f97ee7a17dae08480cc0d46fe852ae2a5b2fecfdc1a711f97f2321af602377efb712c71a39b7ebf5a570b7867fdb SHA512 4ea0c09a26177cb37852d4f54fb833ff39245581a1a1148ecb0ec9449b17d484ae50ac964b0379a7b668e1dd924dc1c79016f512a86fb6a0731b14d0db287c2c
+DIST uri-1.0.2.tar.gz 48273 BLAKE2B cf2a04ceef2caafef1e2b953363db1e179e868c87bc50a7e2fce1334c3d83962d035fa44f7b24e862c6adbf521d72df474d35efa7871b48a1c10cf9a346d0255 SHA512 90511d801899a98b491d0187675da9cea2d18329f1115b8374ef55a3cb60d41b01576ef6a5cfdc10a7591b5824d51c3a8e53e9a2a2213a8c108e8b90feddfd4a

diff --git a/dev-ruby/uri/uri-1.0.2.ebuild b/dev-ruby/uri/uri-1.0.2.ebuild
new file mode 100644
index 000000000000..69b5e09990c3
--- /dev/null
+++ b/dev-ruby/uri/uri-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="uri.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="URI is a module providing classes to handle Uniform Resource Identifiers"
+HOMEPAGE="https://github.com/ruby/uri"
+SRC_URI="https://github.com/ruby/uri/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+	sed -e 's:_relative ": "./:' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uri/
@ 2025-01-01  8:08 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2025-01-01  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fe833ec625d494f795a5df359d511087bcf66ee4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 07:49:02 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 08:07:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe833ec6

dev-ruby/uri: enable ruby34

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

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

diff --git a/dev-ruby/uri/uri-1.0.2.ebuild b/dev-ruby/uri/uri-1.0.2.ebuild
index 69b5e09990c3..df1dedb4c942 100644
--- a/dev-ruby/uri/uri-1.0.2.ebuild
+++ b/dev-ruby/uri/uri-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -18,6 +18,8 @@ LICENSE="BSD-2"
 SLOT="$(ver_cut 1)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 
+IUSE="test"
+
 ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
 
 all_ruby_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uri/
@ 2025-02-27  7:23 Hans de Graaff
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2025-02-27  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     87f29a3d1ca1dba2bb7c0f50d02b304bcdfd4f16
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 07:22:33 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 07:23:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f29a3d

dev-ruby/uri: add 1.0.3

Bug: https://bugs.gentoo.org/950296
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

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

diff --git a/dev-ruby/uri/Manifest b/dev-ruby/uri/Manifest
index f320d326b560..4df89449a7cc 100644
--- a/dev-ruby/uri/Manifest
+++ b/dev-ruby/uri/Manifest
@@ -1,2 +1,3 @@
 DIST uri-1.0.1.tar.gz 48128 BLAKE2B 469a6905673cb18d5011fcc03d6570f775b5f97ee7a17dae08480cc0d46fe852ae2a5b2fecfdc1a711f97f2321af602377efb712c71a39b7ebf5a570b7867fdb SHA512 4ea0c09a26177cb37852d4f54fb833ff39245581a1a1148ecb0ec9449b17d484ae50ac964b0379a7b668e1dd924dc1c79016f512a86fb6a0731b14d0db287c2c
 DIST uri-1.0.2.tar.gz 48273 BLAKE2B cf2a04ceef2caafef1e2b953363db1e179e868c87bc50a7e2fce1334c3d83962d035fa44f7b24e862c6adbf521d72df474d35efa7871b48a1c10cf9a346d0255 SHA512 90511d801899a98b491d0187675da9cea2d18329f1115b8374ef55a3cb60d41b01576ef6a5cfdc10a7591b5824d51c3a8e53e9a2a2213a8c108e8b90feddfd4a
+DIST uri-1.0.3.tar.gz 48627 BLAKE2B 1f3b7fe41a4540f3715a597c399206245145de1701a4e1efecd76491bc9545b8284d6637ad1bf40968ad283193e6ca1bf17b152b4535aeebaac7add9fd0bbcae SHA512 b163e7cd235a6dba1ed10fcc4d198735b03e426312f821e361a68e8b0d148d6c06a07b3ae4cf4a5940613973dd98ddaa543733df95d81ebbd46f3f7d47056303

diff --git a/dev-ruby/uri/uri-1.0.3.ebuild b/dev-ruby/uri/uri-1.0.3.ebuild
new file mode 100644
index 000000000000..df1dedb4c942
--- /dev/null
+++ b/dev-ruby/uri/uri-1.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="uri.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="URI is a module providing classes to handle Uniform Resource Identifiers"
+HOMEPAGE="https://github.com/ruby/uri"
+SRC_URI="https://github.com/ruby/uri/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+	sed -e 's:_relative ": "./:' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


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

end of thread, other threads:[~2025-02-27  7:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  7:23 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/uri/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01  8:08 Hans de Graaff
2024-11-14  8:42 Hans de Graaff
2024-11-09  7:59 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