From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C40B51584F2 for ; Mon, 17 Mar 2025 12:07:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AF91E3432B2 for ; Mon, 17 Mar 2025 12:07:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AF681110105; Mon, 17 Mar 2025 12:07:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A57CB110105 for ; Mon, 17 Mar 2025 12:07:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56FCA343252 for ; Mon, 17 Mar 2025 12:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6BFA11A8 for ; Mon, 17 Mar 2025 12:07:19 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1742213226.640bc9b24afd1f653285f42db2cfeff8c0b7239f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pp/Manifest dev-ruby/pp/metadata.xml dev-ruby/pp/pp-0.6.2.ebuild X-VCS-Directories: dev-ruby/pp/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 640bc9b24afd1f653285f42db2cfeff8c0b7239f X-VCS-Branch: master Date: Mon, 17 Mar 2025 12:07:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fa0ccfc-2fb2-414f-84c8-15f62c5203ed X-Archives-Hash: 76800cd6139243b693d80204b4cbebf2 commit: 640bc9b24afd1f653285f42db2cfeff8c0b7239f Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 17 12:06:55 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 17 12:07:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640bc9b2 dev-ruby/pp: new package, add 0.6.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pp/Manifest | 1 + dev-ruby/pp/metadata.xml | 12 ++++++++++++ dev-ruby/pp/pp-0.6.2.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/pp/Manifest b/dev-ruby/pp/Manifest new file mode 100644 index 000000000000..f2ca7cb513aa --- /dev/null +++ b/dev-ruby/pp/Manifest @@ -0,0 +1 @@ +DIST pp-0.6.2.tar.gz 12063 BLAKE2B 7e76e95f8fe5873c9989037bcaf2df228561ec76c38215db2e5e243fbb058359fff000b1b0f1565e3cb1cc1e4a7a17f8b9d3838d0126495e94a34d67b4591621 SHA512 37657cc53f0522dde19c8be52c8eea805e8ba8b651d233e3c1096dbd6c8722f22d012548f0972ae95c915cb64b4bf2a51ba3bae5fdc5f1b5632b6cbf1774fc5c diff --git a/dev-ruby/pp/metadata.xml b/dev-ruby/pp/metadata.xml new file mode 100644 index 000000000000..e072441d3b5e --- /dev/null +++ b/dev-ruby/pp/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ruby/pp + pp + + diff --git a/dev-ruby/pp/pp-0.6.2.ebuild b/dev-ruby/pp/pp-0.6.2.ebuild new file mode 100644 index 000000000000..d02dac173df9 --- /dev/null +++ b/dev-ruby/pp/pp-0.6.2.ebuild @@ -0,0 +1,26 @@ +# 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 ~amd64-linux ~x86-linux ~ppc-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 +}