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 D151F1584AD for ; Sun, 20 Apr 2025 07:40:21 +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 BA2E3343102 for ; Sun, 20 Apr 2025 07:40:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1B4EF1104B1; Sun, 20 Apr 2025 07:40:16 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 10C0C1104B1 for ; Sun, 20 Apr 2025 07:40:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B5B53430BA for ; Sun, 20 Apr 2025 07:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6511C78 for ; Sun, 20 Apr 2025 07:40:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745134781.f9d2efdb29027c110459c9560a7434f621cfbe5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pdf-core/Manifest dev-ruby/pdf-core/pdf-core-0.9.0-r1.ebuild X-VCS-Directories: dev-ruby/pdf-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9d2efdb29027c110459c9560a7434f621cfbe5e X-VCS-Branch: master Date: Sun, 20 Apr 2025 07:40:13 +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: 7e6b3ccf-4d5b-4e92-b5e6-145034a93f66 X-Archives-Hash: 1763c0f8f828f9332d95469b208b5c6b commit: f9d2efdb29027c110459c9560a7434f621cfbe5e Author: Sam James gentoo org> AuthorDate: Sun Apr 20 07:39:14 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 20 07:39:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2efdb Revert "dev-ruby/pdf-core: drop 0.9.0-r1" This reverts commit 10f3b597ad55aceeb9d420c0ab1cd62a2badd335. dev-ruby/prawn-2.4.0-r3 needs 0.9*. Signed-off-by: Sam James gentoo.org> dev-ruby/pdf-core/Manifest | 1 + dev-ruby/pdf-core/pdf-core-0.9.0-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/pdf-core/Manifest b/dev-ruby/pdf-core/Manifest index 13685d8a7738..0f644c5c0ee2 100644 --- a/dev-ruby/pdf-core/Manifest +++ b/dev-ruby/pdf-core/Manifest @@ -1 +1,2 @@ DIST pdf-core-0.10.0.tar.gz 51497 BLAKE2B 014c753e7adda2762862b721322679ab415b56fbadc1a82b02cf55e40eec4d1f88d3b622a2e312236187c5ec8b7d227fa4b8c73cf9fe7fb5527e8bb973b5e288 SHA512 07dbd2ea685a28933a4498e3d1e3a0d98691372d5fdd15238c74c68f49ce781535a77c055ae703ac32160e9ca35d115690cb40d26a56147a086181c0163d2e84 +DIST pdf-core-0.9.0.tar.gz 45772 BLAKE2B 860d0995af759315564b91264f5d6072b8a1530f4c994700e5d2632e0d8c09fd48c9b0991ff8026f68db07c43c412bf13ad73913a82977dad0bf6477fff81dfe SHA512 668b19cd722c56c00330ed81ad4fb8fb8bfa7290c2a8a3d23ab4ca92e7f9ea44729314aaaf68da9cb02dd73643b650ea87437d8d8aba5075342917ebd7ffa2be diff --git a/dev-ruby/pdf-core/pdf-core-0.9.0-r1.ebuild b/dev-ruby/pdf-core/pdf-core-0.9.0-r1.ebuild new file mode 100644 index 000000000000..8c15842b52e2 --- /dev/null +++ b/dev-ruby/pdf-core/pdf-core-0.9.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Implements low level PDF features for Prawn" +HOMEPAGE="https://github.com/prawnpdf/pdf-core/" +SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( Ruby GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +ruby_add_bdepend "test? ( + =dev-ruby/pdf-inspector-1* + dev-ruby/pdf-reader:2 +)" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die +}