diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ruby/colored2 | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ruby/colored2')
| -rw-r--r-- | dev-ruby/colored2/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/colored2/colored2-3.1.2-r1.ebuild | 24 | ||||
| -rw-r--r-- | dev-ruby/colored2/colored2-4.0.3.ebuild | 25 | ||||
| -rw-r--r-- | dev-ruby/colored2/metadata.xml | 11 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-ruby/colored2/Manifest b/dev-ruby/colored2/Manifest new file mode 100644 index 000000000000..78ae1988e8b0 --- /dev/null +++ b/dev-ruby/colored2/Manifest @@ -0,0 +1,2 @@ +DIST colored2-3.1.2.gem 10240 BLAKE2B 6dbf0dd1bce8712fecb4f34b0f4480da21f97db6d5d002e1758a7131120bbd68c02588b2f05eb50b09aaf2f398761e6d281b49b2b7a021724b7f4a416ae9d2d1 SHA512 20a3d610e7ff4097129eebf8d5f6cd5618cd5763dc14ad97c2570047c4f75ff371d3bea1b528f8c1b806b102e13834fd0092f9ae50590f11e70157e4584b915b +DIST colored2-4.0.3.tar.gz 397506 BLAKE2B b86bd8680ad053e1d28fe01b0320e1c0dc69a808ea245b177c82749379fb21c8c8b9dfb58cbcd3cf2ff90519446907b9e280783ff9401c238304cf78e1a91dc3 SHA512 c5641e784c7f7dce259d947b9522b61410cfbef7195445198eb9bcef4f059b9f6ba202f4c738929cf9b36453d36cbfd993169bf5ae0ae3f7abfbb0b910c61dee diff --git a/dev-ruby/colored2/colored2-3.1.2-r1.ebuild b/dev-ruby/colored2/colored2-3.1.2-r1.ebuild new file mode 100644 index 000000000000..dbaacc2a6eab --- /dev/null +++ b/dev-ruby/colored2/colored2-3.1.2-r1.ebuild @@ -0,0 +1,24 @@ +# 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_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Console coloring" +HOMEPAGE="https://github.com/kigster/colored2" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +each_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die + + sed -i -e 's/Fixnum/Integer/' lib/colored2/numbers.rb || die +} diff --git a/dev-ruby/colored2/colored2-4.0.3.ebuild b/dev-ruby/colored2/colored2-4.0.3.ebuild new file mode 100644 index 000000000000..f871edd0188b --- /dev/null +++ b/dev-ruby/colored2/colored2-4.0.3.ebuild @@ -0,0 +1,25 @@ +# 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_GEMSPEC="colored2.gemspec" +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Console coloring" +HOMEPAGE="https://github.com/kigster/colored2" +SRC_URI="https://github.com/kigster/colored2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~x86" + +each_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die +} diff --git a/dev-ruby/colored2/metadata.xml b/dev-ruby/colored2/metadata.xml new file mode 100644 index 000000000000..a9bd1bd5bc2a --- /dev/null +++ b/dev-ruby/colored2/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="github">kigster/colored2</remote-id> + </upstream> +</pkgmetadata> |
