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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25E2138331 for ; Wed, 24 Jan 2018 16:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7CEE08DC; Wed, 24 Jan 2018 16:43:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88831E08DC for ; Wed, 24 Jan 2018 16:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8895F335C3E for ; Wed, 24 Jan 2018 16:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBBCF1CF for ; Wed, 24 Jan 2018 16:43: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: <1516812185.137c996e0c88425ccfb4f70df041db103319c89f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/prawn/Manifest dev-ruby/prawn/prawn-2.1.0.ebuild X-VCS-Directories: dev-ruby/prawn/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 137c996e0c88425ccfb4f70df041db103319c89f X-VCS-Branch: master Date: Wed, 24 Jan 2018 16:43: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-Archives-Salt: d970593a-a8b4-4141-b7d0-086a78dad1d6 X-Archives-Hash: 50aa6afe0165e2f7d4d4598ae7d782d2 commit: 137c996e0c88425ccfb4f70df041db103319c89f Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 24 16:26:56 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 24 16:43:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137c996e dev-ruby/prawn: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/prawn/Manifest | 1 - dev-ruby/prawn/prawn-2.1.0.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-ruby/prawn/Manifest b/dev-ruby/prawn/Manifest index 976ba0fb395..fa0294f1b91 100644 --- a/dev-ruby/prawn/Manifest +++ b/dev-ruby/prawn/Manifest @@ -1,2 +1 @@ -DIST prawn-2.1.0.tar.gz 4687290 BLAKE2B 25b544078fe540cc3cd7f223e15da92e2b8b3de6751821f24fb81547a49c1bda27a2b0403fd61747294229deb5a693695ceb1939c64dea9b9e1d59aaab2fdf0f SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e DIST prawn-2.2.0.tar.gz 5215662 BLAKE2B 7130aaa4e9e9de2f15148f9c3a7a713ebb9808047e59fc156566f3a44705055b907284ce6690ff2e803702ddc3eb304b32e8f8c0049badda348bf4242df7e14c SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06 diff --git a/dev-ruby/prawn/prawn-2.1.0.ebuild b/dev-ruby/prawn/prawn-2.1.0.ebuild deleted file mode 100644 index 7ca5b1a6414..00000000000 --- a/dev-ruby/prawn/prawn-2.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Fast, Nimble PDF Generation For Ruby" -HOMEPAGE="http://prawn.majesticseacreature.com/" -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="|| ( GPL-2 Ruby )" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/pdf-core-0.6.1 - >=dev-ruby/ttfunk-1.4.0" -ruby_add_bdepend "test? ( dev-ruby/coderay - >=dev-ruby/pdf-inspector-1.2.1 - >=dev-ruby/pdf-reader-1.2 - )" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die - # Remove failing tests - # https://github.com/prawnpdf/prawn/pull/693 - # https://github.com/prawnpdf/prawn/issues/603 - sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" spec/line_wrap_spec.rb || die - sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" spec/text_spec.rb || die -}