From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5CD215800A for ; Sat, 26 Aug 2023 19:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F04E42BC046; Sat, 26 Aug 2023 19:07:59 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B72A12BC046 for ; Sat, 26 Aug 2023 19:07:59 +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 A102E340D4F for ; Sat, 26 Aug 2023 19:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15AF10B2 for ; Sat, 26 Aug 2023 19:07:55 +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: <1693076870.9ce76740b11d11b11d58fc40bafd1c6d43935c75.graaff@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/pdf-core-0.9.0.ebuild X-VCS-Directories: dev-ruby/pdf-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9ce76740b11d11b11d58fc40bafd1c6d43935c75 X-VCS-Branch: master Date: Sat, 26 Aug 2023 19:07:55 +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: 4f8ee8ba-03f9-4fa1-b314-e550a1cc7d1d X-Archives-Hash: 76f91f840cfd78262e17a0c9c40d88cf commit: 9ce76740b11d11b11d58fc40bafd1c6d43935c75 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 26 18:57:46 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 26 19:07:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce76740 dev-ruby/pdf-core: drop 0.9.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pdf-core/pdf-core-0.9.0.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild b/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild deleted file mode 100644 index 2907316a9ce0..000000000000 --- a/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -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-1.2 =dev-ruby/pdf-reader-1* )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die -}