From 5ff9210f23be5c38e2b6e190e21f3c1737abc5b5 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 7 Jul 2024 11:24:39 +0200 Subject: dev-ruby/dry-core: moved to gentoo tree Signed-off-by: Hans de Graaff --- dev-ruby/dry-core/Manifest | 1 - dev-ruby/dry-core/dry-core-1.0.1.ebuild | 36 --------------------------------- dev-ruby/dry-core/metadata.xml | 8 -------- 3 files changed, 45 deletions(-) delete mode 100644 dev-ruby/dry-core/Manifest delete mode 100644 dev-ruby/dry-core/dry-core-1.0.1.ebuild delete mode 100644 dev-ruby/dry-core/metadata.xml diff --git a/dev-ruby/dry-core/Manifest b/dev-ruby/dry-core/Manifest deleted file mode 100644 index 150f22cc..00000000 --- a/dev-ruby/dry-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dry-core-1.0.1.tar.gz 44746 BLAKE2B fb85107dd68dfb2a8d3ee2e66b4bb8b416ac325be4d28bcbbf5605e0a90992eb8aa85a8fad3cba8f228a5a7e50109cd2c1dbf920eebc3423d282055204c6b0a5 SHA512 d769795459a0ffc007eb66e2b9af9be4e635c620a5ca54a76113057b495e1126600a572761d8ff33a3ee6a4fca948f6fc29d3200e7ba0b56c1bb600a4749bbd4 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 86c3cd39..00000000 --- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild +++ /dev/null @@ -1,36 +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_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" -SLOT="$(ver_cut 1)" -IUSE="" - -# 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/metadata.xml b/dev-ruby/dry-core/metadata.xml deleted file mode 100644 index eed882d4..00000000 --- a/dev-ruby/dry-core/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - graaff@gentoo.org - - dry-rb/dry-core - - -- cgit v1.2.3-65-gdbad