diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-ruby/coercible | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/coercible')
| -rw-r--r-- | dev-ruby/coercible/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/coercible/coercible-1.0.1.ebuild | 33 | ||||
| -rw-r--r-- | dev-ruby/coercible/metadata.xml | 12 |
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ruby/coercible/Manifest b/dev-ruby/coercible/Manifest deleted file mode 100644 index ed59a2a02245..000000000000 --- a/dev-ruby/coercible/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST coercible-1.0.1.tar.gz 18949 BLAKE2B 92c4b2a38ac662d270aacd2d46216c188fef12b99f0a54c2642d96f72e5d45fac895c8e0c1d4300784e754f384eb86a9731c32a9780af9877668251fa39eca57 SHA512 27c563a70a028af0fdcf72200b47e29b4eb312539d16634b9533140903504a42284ff31fe73286b0944129b6481614184c2966f47b82d08ac419bdadb862f5ea diff --git a/dev-ruby/coercible/coercible-1.0.1.ebuild b/dev-ruby/coercible/coercible-1.0.1.ebuild deleted file mode 100644 index 861913cbf584..000000000000 --- a/dev-ruby/coercible/coercible-1.0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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_EXTRADOC="README.md Changelog.md" -RUBY_FAKEGEM_GEMSPEC="coercible.gemspec" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -COMMIT=c076869838531abb5783280da108aa3cbddbd61a - -inherit ruby-fakegem - -DESCRIPTION="Powerful, flexible and configurable coercion library" -HOMEPAGE="https://github.com/solnic/coercible https://rubygems.org/gems/coercible" -SRC_URI="https://github.com/solnic/coercible/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -RUBY_S="${PN}-${COMMIT}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1 - <dev-ruby/descendants_tracker-0.1" - -ruby_add_bdepend "test? ( dev-ruby/rspec-its )" - -all_ruby_prepare() { - sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/coercible/metadata.xml b/dev-ruby/coercible/metadata.xml deleted file mode 100644 index a648ad79db50..000000000000 --- a/dev-ruby/coercible/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="rubygems">coercible</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
