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,  7 Mar 2024 06:46:59 +0000 (UTC)	[thread overview]
Message-ID: <1709793792.7e98bb270219dd863727ddb36afaff226c45a63c.graaff@gentoo> (raw)

commit:     7e98bb270219dd863727ddb36afaff226c45a63c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 06:43:12 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 06:43:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e98bb27

dev-ruby/ttfunk: add 1.8.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ttfunk/Manifest            |  1 +
 dev-ruby/ttfunk/ttfunk-1.8.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest
index e2a4d6fc3dd1..9f26518ede30 100644
--- a/dev-ruby/ttfunk/Manifest
+++ b/dev-ruby/ttfunk/Manifest
@@ -1 +1,2 @@
 DIST ttfunk-1.7.0.tar.gz 13625349 BLAKE2B 1d401d181eb9cffea9bbb31b631b6a5d1a9c268af41baa1d976ab589111413ad02e3c32ca9c7a0493d9399dc169effa7a06e22bc9b2443afabb297cc7bb0ec03 SHA512 5b026feae0b2a32e141edc6bccd926292ddbff1569f1c11f075647e8a0e6c0fdd4d7e4ecca023bf71f08438a4782556c5f5106d067310937124ad154c7225d78
+DIST ttfunk-1.8.0.tar.gz 13640189 BLAKE2B 68e44c86aecef83dbb50f65296a9115fa870129806e59cf5a23dfd474819fba7da65637e54253522b572a19df3698250965dea5f6ac29b0ed717703fc4e2364f SHA512 af37f2ad4151bb74248156481813d700049ae68fed98aec0719636ae593e8dd3445ec2c7504072e68d07e5df340c50b29e6661a76af0fe1efbcb3469fff08777

diff --git a/dev-ruby/ttfunk/ttfunk-1.8.0.ebuild b/dev-ruby/ttfunk/ttfunk-1.8.0.ebuild
new file mode 100644
index 000000000000..d00d42937e02
--- /dev/null
+++ b/dev-ruby/ttfunk/ttfunk-1.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="ttfunk.gemspec"
+
+inherit ruby-fakegem
+
+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="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2024-03-07  6:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07  6:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-02  5: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-04-13  5:30 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=1709793792.7e98bb270219dd863727ddb36afaff226c45a63c.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