From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-ruby/ruby-progressbar/Manifest | 1 + dev-ruby/ruby-progressbar/metadata.xml | 9 +++++++ .../ruby-progressbar-1.13.0-r1.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-ruby/ruby-progressbar/Manifest create mode 100644 dev-ruby/ruby-progressbar/metadata.xml create mode 100644 dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild (limited to 'dev-ruby/ruby-progressbar') diff --git a/dev-ruby/ruby-progressbar/Manifest b/dev-ruby/ruby-progressbar/Manifest new file mode 100644 index 000000000000..71930b4b3bd9 --- /dev/null +++ b/dev-ruby/ruby-progressbar/Manifest @@ -0,0 +1 @@ +DIST ruby-progressbar-1.13.0.tar.gz 67185 BLAKE2B 27ea25e4caeb70aefb2523a4f4399056bdb9973deb567fc80eb9daeab6193ecc3693c8364bb43fc94906e6b63a0db1ace6bbd9b00defa0e02177983371b54ad3 SHA512 64723422d6216f2640bc60c8068c8d0437fbc5f315343b13c3167130d868a0aa978f098554ace3ea71406688c0b3c0ed94296adc6b9229ea14df5dbcb56322a3 diff --git a/dev-ruby/ruby-progressbar/metadata.xml b/dev-ruby/ruby-progressbar/metadata.xml new file mode 100644 index 000000000000..c685ebad7e3a --- /dev/null +++ b/dev-ruby/ruby-progressbar/metadata.xml @@ -0,0 +1,9 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + baldeagleos-repo + diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild new file mode 100644 index 000000000000..654140eae873 --- /dev/null +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild @@ -0,0 +1,30 @@ +# 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="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_GEMSPEC="ruby-progressbar.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A Text Progress Bar Library for Ruby" +HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" +SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="ruby-progressbar-releases-v${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~x64-macos ~x64-solaris" + +ruby_add_bdepend "test? ( dev-ruby/timecop )" + +all_ruby_prepare() { + sed -e '/warning_filter/ s:^:#:' \ + -e '/rspectacular/arequire "ruby-progressbar"; require "timecop"' \ + -e '/rspectacular/ s:^:#:' \ + -i spec/spec_helper.rb || die +} -- cgit v1.3