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 AE5021382C5 for ; Tue, 1 May 2018 04:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A77B4E0856; Tue, 1 May 2018 04:45:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8090CE0856 for ; Tue, 1 May 2018 04:45:13 +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 A41BC335C78 for ; Tue, 1 May 2018 04:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2F102A7 for ; Tue, 1 May 2018 04:45:10 +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: <1525149808.7c00eef79213a2275ea57ee1e3faba95f24df349.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/Manifest dev-ruby/pdf-core/pdf-core-0.8.1.ebuild X-VCS-Directories: dev-ruby/pdf-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7c00eef79213a2275ea57ee1e3faba95f24df349 X-VCS-Branch: master Date: Tue, 1 May 2018 04:45:10 +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: 237fbef5-0bb2-4f5f-be2d-8df9c6c51354 X-Archives-Hash: 48e3aab478feedf7bcb9c0a357fd3ab2 commit: 7c00eef79213a2275ea57ee1e3faba95f24df349 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 1 04:43:28 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue May 1 04:43:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c00eef7 dev-ruby/pdf-core: add 0.8.1 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/pdf-core/Manifest | 1 + dev-ruby/pdf-core/pdf-core-0.8.1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/pdf-core/Manifest b/dev-ruby/pdf-core/Manifest index 7c45450450d..ef1ff37254b 100644 --- a/dev-ruby/pdf-core/Manifest +++ b/dev-ruby/pdf-core/Manifest @@ -1 +1,2 @@ DIST pdf-core-0.7.0.tar.gz 43382 BLAKE2B 55116d0d997d5e76d94fab0be9bbea273bcd677fee951a71e3209bd764560c4f14fcd55ccb11748041582a12d4a06819a6203453f0e440718533a92287dfcad7 SHA512 c99409284e9f7f929902d88ff7943b3dc6b37c32d67ceaa15ad79e1f9a02b561af59889dae4344a1a7749edbb6705e06f6ca356f08ca38742a2623168d53d29d +DIST pdf-core-0.8.1.tar.gz 44159 BLAKE2B 9f199a76434ba1813a9d23f1d489a7aa9eea2bb76dcaccbf35323b1d36beb88ee2a2d642eeab872c3ae4911ff461cb3335d8a5d7a90b880c3b5bf52fa40a15ed SHA512 83d5adfb77938caa1458c262ea466377bc5185ff35e18eb365ce8e20f4f317fe17cc50043c2eb76d863bbadcf13f91cd792b2bbb4828d5383fa0e8b8c20cc8d0 diff --git a/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild new file mode 100644 index 00000000000..50cf1a76a97 --- /dev/null +++ b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24" + +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 +}