diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/pp | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/pp')
| -rw-r--r-- | dev-ruby/pp/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/pp/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-ruby/pp/pp-0.6.2.ebuild | 26 | ||||
| -rw-r--r-- | dev-ruby/pp/pp-0.6.3-r1.ebuild | 29 |
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-ruby/pp/Manifest b/dev-ruby/pp/Manifest deleted file mode 100644 index 15bfe5dba03f..000000000000 --- a/dev-ruby/pp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pp-0.6.2.tar.gz 12063 BLAKE2B 7e76e95f8fe5873c9989037bcaf2df228561ec76c38215db2e5e243fbb058359fff000b1b0f1565e3cb1cc1e4a7a17f8b9d3838d0126495e94a34d67b4591621 SHA512 37657cc53f0522dde19c8be52c8eea805e8ba8b651d233e3c1096dbd6c8722f22d012548f0972ae95c915cb64b4bf2a51ba3bae5fdc5f1b5632b6cbf1774fc5c -DIST pp-0.6.3.tar.gz 13368 BLAKE2B a9bacbc23c701d3597215f845ed90eb4b71a68fce2de8cbbef4f03c9fe58b3b82dbe9fe201a23e1e7b4eb980a6a82c95dd2806cce11749d684d8b2d465c62f27 SHA512 02074943b73cd9e47bbd5ffeeb0c3678e2d86ffdc6a5f21769428221da5fd354fa39500f40b4f2bd98fd317ebf6aab9d9369a415f3f77895d12ae2bf8f09cc09 diff --git a/dev-ruby/pp/metadata.xml b/dev-ruby/pp/metadata.xml deleted file mode 100644 index e072441d3b5e..000000000000 --- a/dev-ruby/pp/metadata.xml +++ /dev/null @@ -1,12 +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> - <upstream> - <remote-id type="github">ruby/pp</remote-id> - <remote-id type="rubygems">pp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/pp/pp-0.6.2.ebuild b/dev-ruby/pp/pp-0.6.2.ebuild deleted file mode 100644 index 0da805ea0398..000000000000 --- a/dev-ruby/pp/pp-0.6.2.ebuild +++ /dev/null @@ -1,26 +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_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="pp.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Provides a PrettyPrinter for Ruby objects" -HOMEPAGE="https://github.com/ruby/pp" -SRC_URI="https://github.com/ruby/pp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -all_ruby_prepare() { - sed -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -} diff --git a/dev-ruby/pp/pp-0.6.3-r1.ebuild b/dev-ruby/pp/pp-0.6.3-r1.ebuild deleted file mode 100644 index 15fb8ad2889f..000000000000 --- a/dev-ruby/pp/pp-0.6.3-r1.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_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="pp.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Provides a PrettyPrinter for Ruby objects" -HOMEPAGE="https://github.com/ruby/pp" -SRC_URI="https://github.com/ruby/pp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - -ruby_add_rdepend "dev-ruby/prettyprint" - -all_ruby_prepare() { - sed -e 's/__dir__/"."/' \ - -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ - -e 's/git ls-files -z/find * -print0/' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -} |
