public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbpdf-font/
Date: Mon, 14 Dec 2015 22:37:39 +0000 (UTC)	[thread overview]
Message-ID: <1450132640.d544b4ff6bdaea87d68bc824c2b20c3c8ee1c3a5.mrueg@gentoo> (raw)

commit:     d544b4ff6bdaea87d68bc824c2b20c3c8ee1c3a5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 22:36:51 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 22:37:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d544b4ff

dev-ruby/rbpdf-font: Initial version

Package-Manager: portage-2.2.26

 dev-ruby/rbpdf-font/Manifest                 |  1 +
 dev-ruby/rbpdf-font/metadata.xml             |  8 ++++++++
 dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild | 29 ++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/rbpdf-font/Manifest b/dev-ruby/rbpdf-font/Manifest
new file mode 100644
index 0000000..55d3a3f
--- /dev/null
+++ b/dev-ruby/rbpdf-font/Manifest
@@ -0,0 +1 @@
+DIST rbpdf-font-1.19.0.gem 9559040 SHA256 2304ff2605dd7bce2334aacee8526a9c865bb4c28e9ec8338a60f5d62017e89b SHA512 215a2c99f90ba76a4b1da93a59787557bd326fe8a3e41bfe31bd8c9d7e9b763667f70e781b3bc47b2ae2c2d463836d034315bf2583cc8a6da48cbcde461322ec WHIRLPOOL a1587565b8b21b72fcc9bc49f9ab1e37af330e0e0c1a727b00bd89eb929734d88992f2353a2191944fbd9c25a1ea0411fdd4af17ad88e36abc090b4ff56b49c7

diff --git a/dev-ruby/rbpdf-font/metadata.xml b/dev-ruby/rbpdf-font/metadata.xml
new file mode 100644
index 0000000..108f2ed
--- /dev/null
+++ b/dev-ruby/rbpdf-font/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>ruby</herd>
+  <upstream>
+    <remote-id type="github">naitoh/rbpdf</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
new file mode 100644
index 0000000..714be22
--- /dev/null
+++ b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ruby22 support waiting on dev-ruby/action{pack,view}.
+USE_RUBY="ruby20 ruby21"
+
+# Avoid the complexity of the "rake" recipe and run the tests manually.
+#RUBY_FAKEGEM_RECIPE_TEST=none
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby on Rails RBPDF plugin"
+HOMEPAGE="https://github.com/naitoh/rbpdf"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e "/bundler/d" Rakefile || die
+}
+
+RESTRICT="test"


             reply	other threads:[~2015-12-14 22:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 22:37 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-14 22:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbpdf-font/ Manuel Rüger
2016-08-10  6:01 Hans de Graaff
2016-09-20  5:07 Hans de Graaff
2017-03-30  6:08 Hans de Graaff
2018-02-08 18:45 Hans de Graaff
2018-06-17  7:16 Hans de Graaff
2019-01-21  6:49 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2021-11-24  7:29 Hans de Graaff
2021-11-24  7:29 Hans de Graaff
2022-04-09  7:38 Hans de Graaff
2023-03-21  5:21 Hans de Graaff
2023-07-20 10:50 Hans de Graaff
2023-12-27 13:55 Hans de Graaff
2023-12-27 13:55 Hans de Graaff
2023-12-28 13:53 Hans de Graaff
2024-12-31  8:53 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=1450132640.d544b4ff6bdaea87d68bc824c2b20c3c8ee1c3a5.mrueg@gentoo \
    --to=mrueg@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