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 E770115817D for ; Sat, 22 Jun 2024 11:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 303502BC01D; Sat, 22 Jun 2024 11:23:51 +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 0CA882BC01D for ; Sat, 22 Jun 2024 11:23:50 +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 070B433BDC5 for ; Sat, 22 Jun 2024 11:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8424A1D4B for ; Sat, 22 Jun 2024 11:23:48 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1719055362.31736eedb6625fc47940c5ba96131e6e8007a0a9.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/asciidoctor-pdf/Manifest dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild X-VCS-Directories: dev-ruby/asciidoctor-pdf/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 31736eedb6625fc47940c5ba96131e6e8007a0a9 X-VCS-Branch: dev Date: Sat, 22 Jun 2024 11:23:48 +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: e885f99a-20b3-463d-9df3-0ffd3a4bdaa4 X-Archives-Hash: 6870c9b30194506b9c96cc890f8d20d7 commit: 31736eedb6625fc47940c5ba96131e6e8007a0a9 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jun 22 11:17:40 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Jun 22 11:22:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31736eed dev-ruby/asciidoctor-pdf: drop 2.3.15 Signed-off-by: Takuya Wakazono gmail.com> dev-ruby/asciidoctor-pdf/Manifest | 1 - .../asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ruby/asciidoctor-pdf/Manifest b/dev-ruby/asciidoctor-pdf/Manifest index 4781fe203..3a18a7b0b 100644 --- a/dev-ruby/asciidoctor-pdf/Manifest +++ b/dev-ruby/asciidoctor-pdf/Manifest @@ -1,2 +1 @@ -DIST asciidoctor-pdf-2.3.15.tar.gz 6560656 BLAKE2B 08c49f3773a5a306524afcdc7efc52fd4f441f66cda4e804003670375c8649de792b4c6fbe1880e017a6ddfc21afa33cbc2f804865d4adad6c976003569edb7d SHA512 106ddb2f41f2d92dc7b116d2f0d5d9cf30886199b1fbb17e6e7ab2c8006515362c950d5ef512b5871d6851c7c0dff56d7cb0931365b3e9b1f825bead6d08e769 DIST asciidoctor-pdf-2.3.17.tar.gz 6561111 BLAKE2B ed46928cec36924257bc9d4f5604e41aa617c5595ab680c3190d95934932947e51639396e5348bbe01169ab20befe0083173cb004d3c23cb30dedcb245e986e3 SHA512 58334cc82660b6710a24dc170d35958dc9cccb2756aa114463cc7e3692e0cec2fd0ba165e093de2c1daf86690d4f64995c6d8f14e169c7586649e5562121499f diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild deleted file mode 100644 index 14acd9088..000000000 --- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.15.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc" -RUBY_FAKEGEM_EXTRAINSTALL="data" -RUBY_FAKEGEM_GEMSPEC="asciidoctor-pdf.gemspec" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A native PDF converter for AsciiDoc based on Asciidoctor and Prawn" -HOMEPAGE="https://github.com/asciidoctor/asciidoctor-pdf" -SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="test? ( app-text/poppler )" - -# prawn-2.5.0 is not compatible yet -ruby_add_rdepend " - >=dev-ruby/asciidoctor-2.0 - >=dev-ruby/concurrent-ruby-1.1 - >=dev-ruby/matrix-0.4 - ~dev-ruby/prawn-2.4.0 - >=dev-ruby/prawn-icon-3.0.0 - >=dev-ruby/prawn-svg-0.34.0 - >=dev-ruby/prawn-table-0.2.0 - >=dev-ruby/prawn-templates-0.1.0 - >=dev-ruby/treetop-1.6.0 - " -ruby_add_bdepend "test? ( - >=dev-ruby/chunky_png-1.4.0 - >=dev-ruby/coderay-1.1.0 - >=dev-ruby/pdf-inspector-1.3.0 -)" - -all_ruby_prepare() { - rm Gemfile || die - - sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install -} - -each_ruby_test() { - RSPEC_VERSION=3 ruby-ng_rspec -t ~network -t ~visual spec -}