diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ruby/test-unit-ruby-core | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-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/test-unit-ruby-core')
6 files changed, 89 insertions, 0 deletions
diff --git a/dev-ruby/test-unit-ruby-core/Manifest b/dev-ruby/test-unit-ruby-core/Manifest new file mode 100644 index 000000000000..497554a58e5d --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/Manifest @@ -0,0 +1,4 @@ +DIST test-unit-ruby-core-1.0.10.gem 19456 BLAKE2B 9424f69e3fb8b4470a78b74a10164ccf6732acb5c202cc0c081c894e428f75f3c45371e3113a2300cb2628e48754af27ceaa560469c4fe12400b2f3260e1d9ca SHA512 29561035113bb3a42e4bb7c04a7e03e86274732e0d8cd79b90c57895fd146471dcb2b48d3bc17c2d4c0b1027a1435edfe89c5e26d28974dd423b1f26341ae7ed +DIST test-unit-ruby-core-1.0.13.gem 19456 BLAKE2B 00571c242256b1de223c90cd9c133f77dee4a11762b3d0cf389dd66edaf31cbf9b3de684d8bac2f9fde5ad7fdd2ceae86ac72c908a9ab7652208ee1fd1299211 SHA512 6440b6a1af7116e8e832f90e336e0dbe94beb6c9e034e667c069cb5ffb9d15e5b79f93a124277fa8f0140da4e641d73fd49cea34634ca01f092b3af4e6a97186 +DIST test-unit-ruby-core-1.0.14.gem 19456 BLAKE2B d40987172811ba57784e8e658824b220ba1ee470df6f985ae09ad91f15b93e16a477de0ce6a43a39736fab7629221a8e8373e7ab3668f9a5c9a6030f67501518 SHA512 03e877630903a3e2536d682a64bf555ead8dfd9a535db82a3f48cd3e931a4e3a4926b246f5221767fe07fdbe3b22b3dcaff83d19a8cf673c074e044f780aae2c +DIST test-unit-ruby-core-1.0.6.gem 16384 BLAKE2B f2da08854a09a570bb42b0793e4acbe85b061d11b5bb7b3360caa0feeaedc9e7a04f1b1746401082bf6fe63d8dfe49c993365649de75f4cf2241e5274c3dfa0c SHA512 0fdf7cd9d3154c4c708ff3936bc8200cc3ba3cc169c9dee068634382874615a47f4f866e4f22914bb741f6c00b0401c1911b7758283863787ac1a6c43a96f17e diff --git a/dev-ruby/test-unit-ruby-core/metadata.xml b/dev-ruby/test-unit-ruby-core/metadata.xml new file mode 100644 index 000000000000..4b7391de962e --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/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="rubygems">test-unit</remote-id> + <remote-id type="github">test-unit/test-unit</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.10.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.10.ebuild new file mode 100644 index 000000000000..0ae30b5c4473 --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.10.ebuild @@ -0,0 +1,19 @@ +# 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" + +inherit ruby-fakegem + +DESCRIPTION="Additional test assertions for Ruby standard libraries" +HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" + +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" +SLOT="2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" + +ruby_add_rdepend "dev-ruby/test-unit" diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.13.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.13.ebuild new file mode 100644 index 000000000000..36a6db02ec8c --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.13.ebuild @@ -0,0 +1,19 @@ +# 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" + +inherit ruby-fakegem + +DESCRIPTION="Additional test assertions for Ruby standard libraries" +HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" + +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" + +ruby_add_rdepend "dev-ruby/test-unit" diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.14.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.14.ebuild new file mode 100644 index 000000000000..2657f6e411bc --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 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" + +inherit ruby-fakegem + +DESCRIPTION="Additional test assertions for Ruby standard libraries" +HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" + +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" + +ruby_add_rdepend "dev-ruby/test-unit" diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.6.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.6.ebuild new file mode 100644 index 000000000000..69712ac024b7 --- /dev/null +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.6.ebuild @@ -0,0 +1,16 @@ +# 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_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Additional test assertions for Ruby standard libraries" +HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" + +LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" +SLOT="2" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" |
