summaryrefslogtreecommitdiff
path: root/dev-ruby/tins
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ruby/tins
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ruby/tins')
-rw-r--r--dev-ruby/tins/Manifest4
-rw-r--r--dev-ruby/tins/metadata.xml11
-rw-r--r--dev-ruby/tins/tins-1.43.0.ebuild35
-rw-r--r--dev-ruby/tins/tins-1.47.0.ebuild39
-rw-r--r--dev-ruby/tins/tins-1.48.0.ebuild39
-rw-r--r--dev-ruby/tins/tins-1.49.0.ebuild39
6 files changed, 167 insertions, 0 deletions
diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
new file mode 100644
index 000000000000..f09a279d1af3
--- /dev/null
+++ b/dev-ruby/tins/Manifest
@@ -0,0 +1,4 @@
+DIST tins-1.43.0.gem 316928 BLAKE2B 14df072e4f71406ebacad42683eec2ef6b28e017d41ca608d5d91247218be99848a787787d5d2168737f68deed38ea7f24e04cf2787463f99ad0c5c0bf65b2a1 SHA512 a79a393e96fdf32c9cbfc1a11fb91ae0197dddf39941519b09fec715075893fe15ff29f3e6dd63fd4ffe870a25cd62e91de35d150be3854424d14d69f1dd9474
+DIST tins-1.47.0.gem 350208 BLAKE2B af838376cf0526f725380c982fcafc83526aff1036ec64f91ca6d5817e833950a6bc23217984f8453c6f007b942a8011548f90b38ba5ff64c32e9b54d8c83891 SHA512 1f31ab74258c33c2b3f82ca7aaddaa254186b3e090c521b8864871dcd9049099e9f6cc7529986172df344c66c725ad1986f26ba7ab471d5ae5af2ce66706de93
+DIST tins-1.48.0.gem 351232 BLAKE2B dae9e647fb25ee328f8e013313819753c698e86a6c49a719bcd3907b593cbadd5b6c212edddf24856148610858c3e8608836b1ca79ea44f56f32b33ae17c9a01 SHA512 f1d1c3e28241b0956fd0f747711aa4ffb2506cddd58d65557bfcae5fe59c851b83159c00660ee400ec7ecc493ca876393ba5d433f0bf25804a7a3c22857fc81a
+DIST tins-1.49.0.gem 351232 BLAKE2B 89f65516953691e2e774f40b7c4889f7f5385cf5b215f55740dd8c14e4d3197f4a4c22217f0f551b94e878422e19f9f49511da45096e1a445df2f3469554afd7 SHA512 4f786d835cedea91355435a8bd103334810f12699a73162289de99910c97f259ddd3e6054adcf6c2d08e143a083d02f52746d79b3bc3ce5ec0c4d95634f618e2
diff --git a/dev-ruby/tins/metadata.xml b/dev-ruby/tins/metadata.xml
new file mode 100644
index 000000000000..b9c41230c09f
--- /dev/null
+++ b/dev-ruby/tins/metadata.xml
@@ -0,0 +1,11 @@
+<?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">flori/tins</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/tins/tins-1.43.0.ebuild b/dev-ruby/tins/tins-1.43.0.ebuild
new file mode 100644
index 000000000000..3d83359b36aa
--- /dev/null
+++ b/dev-ruby/tins/tins-1.43.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/bigdecimal dev-ruby/sync"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+ sed -e '/simplecov/I s:^:#:' \
+ -i tests/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}
diff --git a/dev-ruby/tins/tins-1.47.0.ebuild b/dev-ruby/tins/tins-1.47.0.ebuild
new file mode 100644
index 000000000000..93f1cf101748
--- /dev/null
+++ b/dev-ruby/tins/tins-1.47.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend "
+ dev-ruby/bigdecimal
+ >=dev-ruby/mize-0.6:0
+ dev-ruby/sync
+"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+ sed -e '/simplecov/I s:^:#:' \
+ -i tests/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}
diff --git a/dev-ruby/tins/tins-1.48.0.ebuild b/dev-ruby/tins/tins-1.48.0.ebuild
new file mode 100644
index 000000000000..93f1cf101748
--- /dev/null
+++ b/dev-ruby/tins/tins-1.48.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend "
+ dev-ruby/bigdecimal
+ >=dev-ruby/mize-0.6:0
+ dev-ruby/sync
+"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+ sed -e '/simplecov/I s:^:#:' \
+ -i tests/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}
diff --git a/dev-ruby/tins/tins-1.49.0.ebuild b/dev-ruby/tins/tins-1.49.0.ebuild
new file mode 100644
index 000000000000..38ba2555754c
--- /dev/null
+++ b/dev-ruby/tins/tins-1.49.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34 ruby40"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend "
+ dev-ruby/bigdecimal
+ >=dev-ruby/mize-0.6:0
+ dev-ruby/sync
+"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+ sed -e '/simplecov/I s:^:#:' \
+ -i tests/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}