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 9516A158094 for ; Tue, 6 Sep 2022 03:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7F1E0817; Tue, 6 Sep 2022 03:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A54BBE0817 for ; Tue, 6 Sep 2022 03:23:27 +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 ACA35340FC0 for ; Tue, 6 Sep 2022 03:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026375B2 for ; Tue, 6 Sep 2022 03:23:25 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1662434596.9e11e9baddaa6470615828c75600bdc2bc04108d.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-icon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/prawn-icon/Manifest dev-ruby/prawn-icon/prawn-icon-3.0.0.ebuild X-VCS-Directories: dev-ruby/prawn-icon/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 9e11e9baddaa6470615828c75600bdc2bc04108d X-VCS-Branch: dev Date: Tue, 6 Sep 2022 03:23:25 +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: 82212e54-d53b-41e1-80e4-ff232f5e0bfb X-Archives-Hash: c8260c54ea009f30a682e9e030f6504e commit: 9e11e9baddaa6470615828c75600bdc2bc04108d Author: Huang Rui gmail com> AuthorDate: Tue Sep 6 03:23:16 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Sep 6 03:23:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e11e9ba dev-ruby/prawn-icon: drop 3.0.0 Signed-off-by: Huang Rui gmail.com> dev-ruby/prawn-icon/Manifest | 1 - dev-ruby/prawn-icon/prawn-icon-3.0.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/prawn-icon/Manifest b/dev-ruby/prawn-icon/Manifest index 810828397..5a7825a23 100644 --- a/dev-ruby/prawn-icon/Manifest +++ b/dev-ruby/prawn-icon/Manifest @@ -1,2 +1 @@ -DIST prawn-icon-3.0.0.gem 736256 BLAKE2B c62cec3c32e514cb413ea1c3fe151b5c0cb86ca7867888e9f297e1b4d10c5db2b542f319ec9a9a5caef98bc31972542dd7970bc2cb3e2a97b027848c844ba8c0 SHA512 60ea150338008167107c22a0cf8e8c263415f030151e01acc84ee3d02f231623e3c5d786c76655f244e90354d901f8c7dfe82cc77c03aa7c4a1f7d9529da7344 DIST prawn-icon-3.1.0.gem 1351680 BLAKE2B e3aae452f16c460e660f0c312b3ddf66dac911dfba55a8a330dd6262b13f6721ee3dcd8132a86af3376810b3c0f15dca0bb6d0b1610975f7ec3e024f968c92dd SHA512 138461a9e4ace3a110877e1492c75c8183f638d71daaa1bb89e2f5b750725527a1ae5c84af7b392a6ce77fd046e6d3f33a57499fe0e2f8d328c93f0acdc8fe68 diff --git a/dev-ruby/prawn-icon/prawn-icon-3.0.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.0.0.ebuild deleted file mode 100644 index 7c59754f2..000000000 --- a/dev-ruby/prawn-icon/prawn-icon-3.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Provides support for icons in Prawn" -HOMEPAGE="https://github.com/jessedoyle/prawn-icon" -LICENSE="|| ( GPL-2+ GPL-3 Ruby )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/prawn-1.1.0" - -ruby_add_bdepend "test? ( dev-ruby/mocha - >=dev-ruby/pdf-inspector-1.1.0 - >=dev-ruby/pdf-reader-1.2 - >=dev-ruby/prawn-1.3.0 - )"