* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2017-04-13 15:29 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-04-13 15:29 UTC (permalink / raw
To: gentoo-commits
commit: af1a215d81f7869eea83d3b84505be14cdfba919
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 15:03:32 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 15:28:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a215d
dev-ruby/axiom-types: initial import of 0.1.1 from mrueg overlay
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/axiom-types/Manifest | 1 +
dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 30 +++++++++++++++++++++++++++
dev-ruby/axiom-types/metadata.xml | 11 ++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-ruby/axiom-types/Manifest b/dev-ruby/axiom-types/Manifest
new file mode 100644
index 00000000000..2eb7cf3ed95
--- /dev/null
+++ b/dev-ruby/axiom-types/Manifest
@@ -0,0 +1 @@
+DIST axiom-types-0.1.1.gem 23552 SHA256 c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383 SHA512 1d1eb7680cc7370e81506acf8a3a5ca2e40e8c375cc6e91176fca2b5ba388b87792b0e0872e6847b7f8ab27f3fc52f4cd4792875c97f579ffa4578e3c414d2e5 WHIRLPOOL 8b7504a27cd0c1e0c0abe2f145c3ae0b109901630f3b0ebd106f932b3b5d85375350060d6416650b295b37db9c65ebe68f5d7017c4f1139d7bd8c78ea522a992
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
new file mode 100644
index 00000000000..9b79fff132e
--- /dev/null
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define types with optional constraints for use within axiom and other libraries"
+HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4
+ <dev-ruby/descendants_tracker-0.1
+ >=dev-ruby/ice_nine-0.11.0
+ <dev-ruby/ice_nine-0.12
+ >=dev-ruby/thread_safe-0.3.1
+ <dev-ruby/thread_safe-1"
+
+RESTRICT="test"
diff --git a/dev-ruby/axiom-types/metadata.xml b/dev-ruby/axiom-types/metadata.xml
new file mode 100644
index 00000000000..7ceea691da4
--- /dev/null
+++ b/dev-ruby/axiom-types/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">dkubb/axiom-types</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2018-03-05 19:25 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-03-05 19:25 UTC (permalink / raw
To: gentoo-commits
commit: d62214656ddd5c51835997879e23db78670f457d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 19:24:32 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 19:25:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6221465
dev-ruby/axiom-types: add ruby24
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
index 0cbbd0250d8..ee5ffa99775 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.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=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2018-08-05 20:37 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-08-05 20:37 UTC (permalink / raw
To: gentoo-commits
commit: adefbb3858dc91832736684799393e2f52af446d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 5 20:14:25 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 20:36:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adefbb38
dev-ruby/axiom-types: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
index ee5ffa99775..e809adc5795 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2019-05-10 5:40 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2019-05-10 5:40 UTC (permalink / raw
To: gentoo-commits
commit: 9fcd9e51c9aab9469171f7976f11fec30ab84619
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 05:12:11 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 10 05:38:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcd9e51
dev-ruby/axiom-types: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
index e809adc5795..befa36c7d67 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2020-07-22 9:38 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2020-07-22 9:38 UTC (permalink / raw
To: gentoo-commits
commit: becc26e0d035c4e5ad0781f1325165667a6b6aea
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 09:38:26 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 09:38:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becc26e0
dev-ruby/axiom-types: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
index befa36c7d67..7f06ee1e45d 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2021-11-23 11:28 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-11-23 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 8be816d0d9c30775206b7680f4d09cf21ee0843b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 11:02:31 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 11:28:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be816d0
dev-ruby/axiom-types: add ruby30
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild | 29 ++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
new file mode 100644
index 000000000000..d2a557a913ef
--- /dev/null
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define types with optional constraints for use within axiom and other libraries"
+HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4
+ <dev-ruby/descendants_tracker-0.1
+ >=dev-ruby/ice_nine-0.11.0
+ <dev-ruby/ice_nine-0.12
+ >=dev-ruby/thread_safe-0.3.1
+ <dev-ruby/thread_safe-1"
+
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2022-07-01 12:57 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2022-07-01 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 5c7049135bf6256c0cb3728995008c2bae68d174
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 1 12:52:20 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 1 12:57:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c704913
dev-ruby/axiom-types: enable ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
index d2a557a913ef..75baaf1ac354 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2023-07-08 8:59 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2023-07-08 8:59 UTC (permalink / raw
To: gentoo-commits
commit: c5e07dfecbe4a8f7bd7327d754101fabb28abb6f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 08:32:11 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 08:32:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e07dfe
dev-ruby/axiom-types: enable ruby32
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
index 75baaf1ac354..c86e2b35f41c 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
@ 2024-03-17 6:13 Hans de Graaff
0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2024-03-17 6:13 UTC (permalink / raw
To: gentoo-commits
commit: 04de987a305ecc7d8f8175dffa255bfa84488150
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 06:06:03 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:12:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04de987a
dev-ruby/axiom-types: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
index c86e2b35f41c..153ff3095542 100644
--- a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
+++ b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-03-17 6:13 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-17 6:13 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-07-08 8:59 Hans de Graaff
2022-07-01 12:57 Hans de Graaff
2021-11-23 11:28 Hans de Graaff
2020-07-22 9:38 Hans de Graaff
2019-05-10 5:40 Hans de Graaff
2018-08-05 20:37 Hans de Graaff
2018-03-05 19:25 Hans de Graaff
2017-04-13 15:29 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