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

2024-02-14 Thread Hans de Graaff
commit: db80ba741530b96c78092db3743fb29a54a737f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb 15 07:10:31 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb 15 07:14:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db80ba74

dev-ruby/pairing_heap: enable ruby33

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

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

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild
index 7bebc219b1bc..fc19294ce516 100644
--- a/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild
+++ b/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2024-02-12 Thread Hans de Graaff
commit: 56ff372d67201d680ccff44b8865e4442b0fde05
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 13 07:12:56 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 13 07:12:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ff372d

dev-ruby/pairing_heap: add 3.1.0

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

 dev-ruby/pairing_heap/Manifest  |  1 +
 dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pairing_heap/Manifest b/dev-ruby/pairing_heap/Manifest
index 52df2cec258c..21e6162b7005 100644
--- a/dev-ruby/pairing_heap/Manifest
+++ b/dev-ruby/pairing_heap/Manifest
@@ -1 +1,2 @@
 DIST pairing_heap-3.0.1.tar.gz 16965 BLAKE2B 
80200dd98676c8ee9258ef96d296a4169b56d104875368bb8401b0f7d53494e3bbff8cfc5a536bdb24d844893ebe6962af709614b399c8c56980ee578ec2740b
 SHA512 
0d22ccd42275aec54ff6960094c7ef14ad487835ba23217882a649c66585fc6c21af8a2f27f7a0a410fba6daf157ffdae6b74f1fdd798903ac597851945dee41
+DIST pairing_heap-3.1.0.tar.gz 17034 BLAKE2B 
45d093df803b02109b2f8c339ac2f138606c3f2edf6c0430acedec0691c938d9bc38ff6c822267c7bceaa0ff9537070411db1ffba2c9565aaa7427a39d9b242e
 SHA512 
b41f11d31c92bc9946bafe9d2be9d13df2cc3b67d7266e6bc7efa1c28c4a7a1ad6f4809070ba874594beb3146cc07a928034d29fd4247f139039bf03cf0c4809

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild
new file mode 100644
index ..7bebc219b1bc
--- /dev/null
+++ b/dev-ruby/pairing_heap/pairing_heap-3.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="pairing_heap.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performant priority queue with support for changing priority"
+HOMEPAGE="https://github.com/mhib/pairing_heap;
+SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+
+# We normally patch out simplecov but the test suite does not work
+# correctly without it.
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/simplecov )"
+
+all_ruby_prepare() {
+   sed -i -e '/require.*\(bundler\|standard\)/ s:^:#:' Rakefile || die
+
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-12-27 Thread Hans de Graaff
commit: cf4e0b569f3a92b47c11580d97c18ddf84f981ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 13:55:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 13:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4e0b56

dev-ruby/pairing_heap: drop 3.0.1

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

 dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild | 31 -
 1 file changed, 31 deletions(-)

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
deleted file mode 100644
index 7f77523824d5..
--- a/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="pairing_heap.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Performant priority queue with support for changing priority"
-HOMEPAGE="https://github.com/mhib/pairing_heap;
-SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i -e '/require.*\(bundler\|standard\)/ s:^:#:' Rakefile || die
-
-   sed -e 's:_relative ": "./:' \
-   -e 's/__dir__/"."/' \
-   -e 's/git ls-files -z/find * -print0/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2023-09-10 Thread Sam James
commit: 2e59cc388ec025dddfa1d03efac8ce2f7851fa52
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 14:26:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 14:26:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e59cc38

dev-ruby/pairing_heap: Keyword 3.0.1-r1 arm64, #913930

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

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

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild
index 146c90eeb3a9..9e71f07dc62b 100644
--- a/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild
+++ b/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 # We normally patch out simplecov but the test suite does not work



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

2023-09-10 Thread Hans de Graaff
commit: e8813ba31b801b8c5c790790667654c4bf751312
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 10 09:49:24 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 10 09:53:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8813ba3

dev-ruby/pairing_heap: add missing test dependency

Closes: https://bugs.gentoo.org/912576
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild
new file mode 100644
index ..146c90eeb3a9
--- /dev/null
+++ b/dev-ruby/pairing_heap/pairing_heap-3.0.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="pairing_heap.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performant priority queue with support for changing priority"
+HOMEPAGE="https://github.com/mhib/pairing_heap;
+SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# We normally patch out simplecov but the test suite does not work
+# correctly without it.
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/simplecov )"
+
+all_ruby_prepare() {
+   sed -i -e '/require.*\(bundler\|standard\)/ s:^:#:' Rakefile || die
+
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-08-27 Thread Arthur Zamarin
commit: 6ed3edbdffa1f1df57c84720851a12374b22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 27 18:55:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 27 18:55:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed3edbd

dev-ruby/pairing_heap: Keyword 3.0.1 arm64, #913117

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
index 81b8a228b8ab..7f77523824d5 100644
--- a/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
+++ b/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest )"



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

2023-08-18 Thread Hans de Graaff
commit: a1bcd2ce3c2be423fa94b49520a35857d635027b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 18 16:04:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 18 16:04:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bcd2ce

dev-ruby/pairing_heap: new package, add 3.0.1

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

 dev-ruby/pairing_heap/Manifest  |  1 +
 dev-ruby/pairing_heap/metadata.xml  | 14 +++
 dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild | 31 +
 3 files changed, 46 insertions(+)

diff --git a/dev-ruby/pairing_heap/Manifest b/dev-ruby/pairing_heap/Manifest
new file mode 100644
index ..52df2cec258c
--- /dev/null
+++ b/dev-ruby/pairing_heap/Manifest
@@ -0,0 +1 @@
+DIST pairing_heap-3.0.1.tar.gz 16965 BLAKE2B 
80200dd98676c8ee9258ef96d296a4169b56d104875368bb8401b0f7d53494e3bbff8cfc5a536bdb24d844893ebe6962af709614b399c8c56980ee578ec2740b
 SHA512 
0d22ccd42275aec54ff6960094c7ef14ad487835ba23217882a649c66585fc6c21af8a2f27f7a0a410fba6daf157ffdae6b74f1fdd798903ac597851945dee41

diff --git a/dev-ruby/pairing_heap/metadata.xml 
b/dev-ruby/pairing_heap/metadata.xml
new file mode 100644
index ..dfe26ba04abc
--- /dev/null
+++ b/dev-ruby/pairing_heap/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+Performant priority queue in pure ruby with support for changing priority 
using pairing heap data structure
+  
+  
+mhib/pairing_heap
+  
+

diff --git a/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild 
b/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
new file mode 100644
index ..81b8a228b8ab
--- /dev/null
+++ b/dev-ruby/pairing_heap/pairing_heap-3.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="pairing_heap.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performant priority queue with support for changing priority"
+HOMEPAGE="https://github.com/mhib/pairing_heap;
+SRC_URI="https://github.com/mhib/pairing_heap/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/require.*\(bundler\|standard\)/ s:^:#:' Rakefile || die
+
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}