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/ttfunk/
Date: Thu, 13 Apr 2017 05:30:18 +0000 (UTC)	[thread overview]
Message-ID: <1492061087.0f96c2808b6ea81174b7c6fa4e8216e77ec18e73.graaff@gentoo> (raw)

commit:     0f96c2808b6ea81174b7c6fa4e8216e77ec18e73
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 05:24:47 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 05:24:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f96c280

dev-ruby/ttfunk: add 1.5.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ttfunk/Manifest            |  1 +
 dev-ruby/ttfunk/ttfunk-1.5.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest
index 97ddaa893dc..435c5d9987e 100644
--- a/dev-ruby/ttfunk/Manifest
+++ b/dev-ruby/ttfunk/Manifest
@@ -1,3 +1,4 @@
 DIST ttfunk-1.2.1.tar.gz 733233 SHA256 49eddc8bc69ea2d829a08f0f753590291b3ac88b7e5e57c58cb2080aa70c0b9f SHA512 81e468a298ed0b4574573f0b6f5b23db73a32b8070520d5d143bc178d8e20cb4af4064476d7377d98301941765f24d6eeeb8ab3590878bf89531c1f729b7e97b WHIRLPOOL e3aee071bca615fd580cf21ec5f2ad3a5f44419a67d723c9aca1d1a3cb25cd22c0eee00d3aeaf8ef53361aa1588a3b0ffdf4c6cc61ddf37cf402c3048d4910c2
 DIST ttfunk-1.4.0.tar.gz 784076 SHA256 866abb6e808ef9ef92b2e9560e03913f613104dd60a2fbe7f6d1a66a2f41f8c7 SHA512 369c7230c3e1eee57f0fba77cf2bc67c3ef6c6a1d2ba0280e1c6776ea1a6aaffafd2cb1f1d410f7be9d594c640d6afa4fc985c4eea85938d2feb37c3c7886295 WHIRLPOOL e48d02eda78af068e99bea403b80f41328b160a29752738990df23596ad83b0b3c226434d3039aa70cabe0ce9f7f59cacb6193cc43b34a8baef1571c22a11444
 DIST ttfunk-1.5.0.tar.gz 1454334 SHA256 cc333734b200d22fec8363167ac28d186ce2b0c919249353227e5ca0eb125666 SHA512 824cbed423144b2057d9f1ae6d268d2aa43bffef3b35e076a660cf9359c1751276672b2892cd75b7cdecb71df511d18daf123e6c6885b63553ef847f674d5f72 WHIRLPOOL a84eb3d21175d96054e4b318480d09c01f767f6a39be1ad0d0ee29b236ec25bf46d7793429562332c69422e6bdde19b933a2370b1351ebb1e07babc8d0d5677e
+DIST ttfunk-1.5.1.tar.gz 1454516 SHA256 857d99e08337011c59d69f8d807173a3989c91d47f80ef03209ac76245b0acfa SHA512 6f2ffb30200b5b5d36150fe8e81e376e8f4ceec3ac4b1bfe9363191f37616f7a22849a826c19a87458ea5ca70c381e6f976311964bac113bfe5aa767d9e459d4 WHIRLPOOL 1eb7ddc52b4abb59670853f0f1ce83e7b4e9b417fb8626eade795deb0307553d357893049cef3135125994bfbea34d892d311f552376cab47c79aa4d29390259

diff --git a/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild b/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
new file mode 100644
index 00000000000..a367b348f15
--- /dev/null
+++ b/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="A TrueType font parser written in pure ruby"
+HOMEPAGE="https://github.com/prawnpdf/ttfunk/"
+SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 Ruby )"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2017-04-13  5:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13  5:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ttfunk/ Hans de Graaff
2023-12-31  8:45 Hans de Graaff
2023-03-25  7:14 Sam James
2023-03-25  7:12 Sam James
2022-07-19  6:14 Hans de Graaff
2022-04-18  6:20 Hans de Graaff
2021-06-10  6:13 Hans de Graaff
2021-01-15  7:08 Hans de Graaff
2020-02-18  5:36 Hans de Graaff
2020-01-14  7:05 Hans de Graaff
2019-05-18  5:36 Hans de Graaff
2019-01-19  8:54 Hans de Graaff
2018-07-04 20:56 Hans de Graaff
2018-04-10 20:21 Hans de Graaff
2018-03-05  6:28 Hans de Graaff
2018-02-20  6:49 Hans de Graaff
2017-02-14  5:36 Hans de Graaff
2016-12-16 21:06 Hans de Graaff
2016-05-14  5:21 Hans de Graaff
2016-04-14 23:37 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=1492061087.0f96c2808b6ea81174b7c6fa4e8216e77ec18e73.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