From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-ruby/ruby-progressbar/Manifest | 1 - dev-ruby/ruby-progressbar/metadata.xml | 11 -------- .../ruby-progressbar-1.13.0-r1.ebuild | 30 ---------------------- 3 files changed, 42 deletions(-) delete mode 100644 dev-ruby/ruby-progressbar/Manifest delete mode 100644 dev-ruby/ruby-progressbar/metadata.xml delete 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 deleted file mode 100644 index 71930b4b3bd9..000000000000 --- a/dev-ruby/ruby-progressbar/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index b56870b56ab8..000000000000 --- a/dev-ruby/ruby-progressbar/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - jfelchner/ruby-progressbar - - 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 deleted file mode 100644 index 654140eae873..000000000000 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild +++ /dev/null @@ -1,30 +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_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.1