summaryrefslogtreecommitdiff
path: root/dev-ruby/dry-core
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/dry-core
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/dry-core')
-rw-r--r--dev-ruby/dry-core/Manifest3
-rw-r--r--dev-ruby/dry-core/dry-core-1.0.1.ebuild35
-rw-r--r--dev-ruby/dry-core/dry-core-1.1.0.ebuild46
-rw-r--r--dev-ruby/dry-core/dry-core-1.2.0.ebuild46
-rw-r--r--dev-ruby/dry-core/metadata.xml12
5 files changed, 0 insertions, 142 deletions
diff --git a/dev-ruby/dry-core/Manifest b/dev-ruby/dry-core/Manifest
deleted file mode 100644
index a690cf35918d..000000000000
--- a/dev-ruby/dry-core/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dry-core-1.0.1.tar.gz 44746 BLAKE2B fb85107dd68dfb2a8d3ee2e66b4bb8b416ac325be4d28bcbbf5605e0a90992eb8aa85a8fad3cba8f228a5a7e50109cd2c1dbf920eebc3423d282055204c6b0a5 SHA512 d769795459a0ffc007eb66e2b9af9be4e635c620a5ca54a76113057b495e1126600a572761d8ff33a3ee6a4fca948f6fc29d3200e7ba0b56c1bb600a4749bbd4
-DIST dry-core-1.1.0.tar.gz 44589 BLAKE2B ec1cca6b3eba5d23c721993d681c1518e1f5466714dad0b6a7e77f1a5de5c5f805ff49ece775569fc257e5106f597e0cec610776aaa06a0cc298d79e3a9d1228 SHA512 2649b04c95b9e53048808c5df6a1346f6c54c862bac6d164aa8c4c4f5f333d778c555fa081cbbaedab83925e72027b6391418f6857936a4d8a0940005f8c0d52
-DIST dry-core-1.2.0.tar.gz 42426 BLAKE2B e55fe4c6d6272c24f1984ab5f20ff6b2319c1d14440c857908ef29cd3c2541386bbe656f9b37ea2c078bfde3af989e740ecbe94fd107465d1bec13ee84c32ef1 SHA512 55c5cbf6bfcca8aca13fdb36f409342b20c981d3d1a24dc895a2ee533cc4674869779a2d6e109e06593484e488d001333a8ab1bde4c29c81744aa77321afe210
diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild
deleted file mode 100644
index 751a711145d1..000000000000
--- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolset of small support modules used throughout the dry-rb ecosystem"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-core/"
-SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
-SLOT="$(ver_cut 1)"
-
-# Skip tests for now to avoid circular dependencies.
-RESTRICT=test
-
-ruby_add_rdepend "
- dev-ruby/concurrent-ruby:1
- >=dev-ruby/zeitwerk-2.6:2
-"
-
-#ruby_add_bdepend "test? (
-# dev-ruby/dry-types
-#)"
diff --git a/dev-ruby/dry-core/dry-core-1.1.0.ebuild b/dev-ruby/dry-core/dry-core-1.1.0.ebuild
deleted file mode 100644
index 3f3ad26c7774..000000000000
--- a/dev-ruby/dry-core/dry-core-1.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolset of small support modules used throughout the dry-rb ecosystem"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-core/"
-SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
-
-ruby_add_rdepend "
- dev-ruby/concurrent-ruby:1
- dev-ruby/logger
- >=dev-ruby/zeitwerk-2.6:2
-"
-
-ruby_add_bdepend "test? (
- <dev-ruby/activesupport-8
- dev-ruby/dry-inflector
- dev-ruby/dry-logic
- dev-ruby/dry-types
-)"
-
-all_ruby_prepare() {
- # Inflecto is not packaged
- sed -e '/with Inflecto/ s/context/xcontext/' \
- -i spec/dry/core/inflector_spec.rb || die
-
- sed -e '3igem "activesupport", "<8"' \
- -i spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/dry-core/dry-core-1.2.0.ebuild b/dev-ruby/dry-core/dry-core-1.2.0.ebuild
deleted file mode 100644
index f15aa6a4a533..000000000000
--- a/dev-ruby/dry-core/dry-core-1.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="dry-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolset of small support modules used throughout the dry-rb ecosystem"
-
-HOMEPAGE="https://dry-rb.org/gems/dry-core/"
-SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-ruby_add_rdepend "
- dev-ruby/concurrent-ruby:1
- dev-ruby/logger
- >=dev-ruby/zeitwerk-2.6:2
-"
-
-ruby_add_bdepend "test? (
- <dev-ruby/activesupport-8
- dev-ruby/dry-inflector
- dev-ruby/dry-logic
- dev-ruby/dry-types
-)"
-
-all_ruby_prepare() {
- # Inflecto is not packaged
- sed -e '/with Inflecto/ s/context/xcontext/' \
- -i spec/dry/core/inflector_spec.rb || die
-
- sed -e '3igem "activesupport", "<8"' \
- -i spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/dry-core/metadata.xml b/dev-ruby/dry-core/metadata.xml
deleted file mode 100644
index 20009da5e66c..000000000000
--- a/dev-ruby/dry-core/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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">dry-rb/dry-core</remote-id>
- <remote-id type="rubygems">dry-core</remote-id>
- </upstream>
-</pkgmetadata>