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/pdf-reader/
Date: Sat, 25 Feb 2017 07:19:01 +0000 (UTC)	[thread overview]
Message-ID: <1488006830.b4b4b117065ccc212d0296467d5f8d82ddcc21f4.graaff@gentoo> (raw)

commit:     b4b4b117065ccc212d0296467d5f8d82ddcc21f4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 07:13:50 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 07:13:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b4b117

dev-ruby/pdf-reader: add 2.0.0

Package-Manager: portage-2.3.3

 dev-ruby/pdf-reader/Manifest                |  1 +
 dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild | 46 +++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/pdf-reader/Manifest b/dev-ruby/pdf-reader/Manifest
index 12bb8d3976..c5470ccca8 100644
--- a/dev-ruby/pdf-reader/Manifest
+++ b/dev-ruby/pdf-reader/Manifest
@@ -1 +1,2 @@
 DIST pdf-reader-1.4.1.tar.gz 10236680 SHA256 e1898c975e18b0a59abad36e0a4f2d28309cf5983e00989e4c843362edf047ae SHA512 aaa53dafc2d58dc591f708941907ecf14b1ee73362a7bd6d34659103d51effa90888560733747ca1bfe3d217cb6834109e06b024f40a95214880ca42f54054e5 WHIRLPOOL 025c42faf57470626492284fc21be8f83b8902a903a04edb5d3fb9064e7a8ed4a328e8f5c6be165a1dd50c3f215eeb1972c1bf91295d78a0c13f78d4ced863f2
+DIST pdf-reader-2.0.0.tar.gz 10382893 SHA256 29640764ae52830e647ca26c478f4f081112c601b9b9db86de48a3e6de85523f SHA512 29a0e4ad83f2ef603ac60e4bf2a2fdc71e816e9c5b4bac052bd47322bfb91b2da6fb97901fbf0318ffa5cb3b43161978ffd2c08e72c658ee36802b8f5bbf88bd WHIRLPOOL 542ba19e9957c72ff804dcc8cf3b360ce2c464d5a684409a2d14fe5161f384e80dc8e0606c8c7b7b73538bd390417ee913db1e35d3bb1ed10a0f9fbd0cda384a

diff --git a/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild b/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild
new file mode 100644
index 0000000000..ad4fc4c73c
--- /dev/null
+++ b/dev-ruby/pdf-reader/pdf-reader-2.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+GITHUB_USER=yob
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PDF parser conforming as much as possible to the PDF specification from Adobe"
+HOMEPAGE="https://github.com/yob/pdf-reader/"
+
+# We cannot use the gem distributions because they don't contain the
+# tests' data, we have to rely on the git tags.
+SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/afm-0.2.1
+	=dev-ruby/ascii85-1*
+	=dev-ruby/hashery-2*
+	dev-ruby/ttfunk:*
+	dev-ruby/ruby-rc4"
+
+all_ruby_prepare() {
+	# Remove bundler support
+	sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	docinto examples
+	dodoc examples/* || die
+}


             reply	other threads:[~2017-02-25  7:19 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25  7:19 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 16:19 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-reader/ Hans de Graaff
2024-02-15  7:14 Hans de Graaff
2023-12-27  7:23 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-08-26 19:07 Hans de Graaff
2023-07-02  4:38 Hans de Graaff
2022-11-04  7:48 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-06-18  5:48 Hans de Graaff
2022-04-30  9:08 Hans de Graaff
2022-02-11  7:43 Hans de Graaff
2022-01-30  8:19 Hans de Graaff
2022-01-08 11:47 Hans de Graaff
2021-11-13  5:24 Hans de Graaff
2021-11-13  5:24 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-06-10  6:13 Hans de Graaff
2021-02-06  6:59 Hans de Graaff
2020-11-21  8:32 Hans de Graaff
2020-10-02  5:15 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2019-11-22  9:03 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-07-28  5:06 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2018-12-20  6:40 Hans de Graaff
2018-07-03  5:15 Hans de Graaff
2018-05-01  4:45 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-04-17  4:28 Hans de Graaff
2018-04-10 20:21 Hans de Graaff
2018-03-24  8:35 Hans de Graaff
2018-01-22 19:04 Hans de Graaff
2018-01-22 19:04 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2017-02-25  7:19 Hans de Graaff
2017-01-22  1:39 Manuel Rüger
2017-01-02  6:59 Hans de Graaff
2016-04-07 22:41 Manuel Rüger
2016-02-24  6:45 Hans de Graaff
2015-12-12  7:35 Hans de Graaff

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=1488006830.b4b4b117065ccc212d0296467d5f8d82ddcc21f4.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