summaryrefslogtreecommitdiff
path: root/dev-ruby/optimist
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/optimist
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/optimist')
-rw-r--r--dev-ruby/optimist/Manifest2
-rw-r--r--dev-ruby/optimist/metadata.xml15
-rw-r--r--dev-ruby/optimist/optimist-3.2.0.ebuild29
-rw-r--r--dev-ruby/optimist/optimist-3.2.1.ebuild29
4 files changed, 0 insertions, 75 deletions
diff --git a/dev-ruby/optimist/Manifest b/dev-ruby/optimist/Manifest
deleted file mode 100644
index f02eb2b8eec1..000000000000
--- a/dev-ruby/optimist/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST optimist-3.2.0.gem 41472 BLAKE2B 8053099a04989f2cb82d0d7395c610d11c3f1b12a2b44cc5556525ff308757f5f5d49d3b594dea2a106d7195b6b426092395e43569b1df2644b2a3a27abbfaeb SHA512 0b7168d46dacd7b6e4e76dd5df57bbe2cf758c20fa5103f77d94bb5d1c9ff59a83c0622e14c02556bafabffcffee168bd1feb77b62ae329077d68765055cff22
-DIST optimist-3.2.1.gem 41984 BLAKE2B 44d62495ab6df69e248638d80f5663efcb5fb2140c7f5383c602f71e868e57b07fce5575bd0319d0d44441229d15322c881aa104a4cd3c093d2edaf2c8109731 SHA512 0bdd1820244ac9a40f634bc0ae1cdf26711d33c6e78e889b8e0e3326c64491274d303b070d5fb44793f221f783fbb4ee2eac247f4ee0a2e9812405ba80d9748c
diff --git a/dev-ruby/optimist/metadata.xml b/dev-ruby/optimist/metadata.xml
deleted file mode 100644
index ea1cd824407a..000000000000
--- a/dev-ruby/optimist/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- <longdescription>
- Optimist is a commandline option parser for Ruby that just gets
- out of your way. One line of code per option is all you need to
- write. For that, you get a nice automatically-generated help page,
- robust option parsing, command subcompletion, and sensible
- defaults for everything you don't specify.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-ruby/optimist/optimist-3.2.0.ebuild b/dev-ruby/optimist/optimist-3.2.0.ebuild
deleted file mode 100644
index 7859b639ba31..000000000000
--- a/dev-ruby/optimist/optimist-3.2.0.ebuild
+++ /dev/null
@@ -1,29 +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 ruby34"
-
-RUBY_FAKEGEM_EXTRADOC="FAQ.txt CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A commandline option parser for Ruby that just gets out of your way"
-HOMEPAGE="https://www.manageiq.org/optimist/"
-LICENSE="MIT"
-
-SLOT="3"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/chronic )"
-
-all_ruby_prepare() {
- sed -i -e '/bundle/ s:^:#:' Rakefile || die
- sed -i -e 's/MiniTest/Minitest/' test/*_test.rb test/optimist/*_test.rb || die
-}
-
-each_ruby_test() {
- MUTANT=true ${RUBY} -S rake test || die "Tests failed."
-}
diff --git a/dev-ruby/optimist/optimist-3.2.1.ebuild b/dev-ruby/optimist/optimist-3.2.1.ebuild
deleted file mode 100644
index 9bc8fddef691..000000000000
--- a/dev-ruby/optimist/optimist-3.2.1.ebuild
+++ /dev/null
@@ -1,29 +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="FAQ.txt CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A commandline option parser for Ruby that just gets out of your way"
-HOMEPAGE="https://www.manageiq.org/optimist/"
-LICENSE="MIT"
-
-SLOT="3"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/chronic )"
-
-all_ruby_prepare() {
- sed -i -e '/bundle/ s:^:#:' Rakefile || die
- sed -i -e 's/MiniTest/Minitest/' test/*_test.rb test/optimist/*_test.rb || die
-}
-
-each_ruby_test() {
- MUTANT=true ${RUBY} -S rake test || die "Tests failed."
-}