public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prawn/
Date: Mon, 22 May 2017 05:08:10 +0000 (UTC)	[thread overview]
Message-ID: <1495427990.390bbc07875c2885990786fbce20c750af81b247.graaff@gentoo> (raw)

commit:     390bbc07875c2885990786fbce20c750af81b247
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 04:39:50 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 22 04:39:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390bbc07

dev-ruby/prawn: add 2.2.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/prawn/Manifest           |  1 +
 dev-ruby/prawn/prawn-2.2.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/prawn/Manifest b/dev-ruby/prawn/Manifest
index 0a3ded6ccdf..01e30ff85ad 100644
--- a/dev-ruby/prawn/Manifest
+++ b/dev-ruby/prawn/Manifest
@@ -1,3 +1,4 @@
 DIST prawn-1.3.0.tar.gz 4126581 SHA256 a24c32f6425c1d2a3bfffc487a1302024ac7c3a2fea5bff1f28b9d92c36f20fa SHA512 0440b1a8b342c1682408dcdec2207b3f4c05bd1405b5d992ee5f7b1ca18bbebd0f42a561cda64981658cd42d79d5d63120b5973c4b6949884134fcac80b47061 WHIRLPOOL 3e72d656c64ea2d3a46912bce02b30e617206b1731d7af49d0995485b4849fd3b1ad62f36f19a7c7294a2b9a3223e40882039a273d64875a1c36bd4ee8d4148f
 DIST prawn-2.0.2.tar.gz 4523832 SHA256 eb08c0d61d510c806599fba99cb4073f926efedaf119e837a4183ea8be35bb97 SHA512 9b576862663351a9a5eb20c72bd2986c54ad8cbbccab74f2a17212012ce09c001466ef5eee668527d60809eccf1e4ce4b236d9220c6c952970bb1ab84a400a7c WHIRLPOOL 91f0810a3a8c3e8bcfbdf92594063daa7afc94e4ec5773c1b162f3e66e97abb5ce9f75ab4ef32b2bd832a58940507326ce0e5e168d0b76d6f69bba54c1d91eea
 DIST prawn-2.1.0.tar.gz 4687290 SHA256 bf2870328a6e5d7bf946f80c76c44e52e71852a65f2f335843958353062d03fb SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e WHIRLPOOL 7a2f9f2ec8ee34c25dfb3fdd1d8f0ec0623b39ff97eae0455046666b9d56cc7c7ee7b74808f2cbc9111bcc878abb4302718bcb8f406cfc84d7be7a89f27e80c8
+DIST prawn-2.2.0.tar.gz 5215662 SHA256 6acdd1a0d28ea97535b594c02191bf48a397a59a6c87ce27cb945a97217c31f7 SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06 WHIRLPOOL 8814fc397ec6ee1b7af0904405d36007af59cf46a9537bbaeb6c585c062ff032b1312547300ab3d4f2c2d4df787e5cb6ea1101a41f3b59c579cb45498bdabd63

diff --git a/dev-ruby/prawn/prawn-2.2.0.ebuild b/dev-ruby/prawn/prawn-2.2.0.ebuild
new file mode 100644
index 00000000000..0d43a1530c9
--- /dev/null
+++ b/dev-ruby/prawn/prawn-2.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+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 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pdf-core-0.7.0
+	>=dev-ruby/ttfunk-1.5"
+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 test that needs unpackaged dependency
+	rm -f spec/manual_spec.rb || die
+}


             reply	other threads:[~2017-05-22  5:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22  5:08 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08  8:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prawn/ Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-08-25 17:12 Hans de Graaff
2023-07-05  0:43 Sam James
2023-03-25  7:12 Sam James
2022-07-30  7:46 Hans de Graaff
2022-04-30  9:08 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-02-27  6:23 Hans de Graaff
2020-07-31  6:28 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2018-12-12 15:00 Hans de Graaff
2018-04-14  6:48 Hans de Graaff
2018-01-24 16:43 Hans de Graaff
2018-01-24 16:43 Hans de Graaff
2017-06-23  7:44 Hans de Graaff
2017-01-22  2:00 Manuel Rüger
2016-04-16 22:04 Manuel Rüger
2016-03-02 21:43 Manuel Rüger
2016-03-02 21:43 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1495427990.390bbc07875c2885990786fbce20c750af81b247.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox