From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode/
Date: Wed, 17 Mar 2021 05:51:01 +0000 (UTC) [thread overview]
Message-ID: <1615960193.c8a08e302245ad2a193806b637c1f2cd607997b0.graaff@gentoo> (raw)
commit: c8a08e302245ad2a193806b637c1f2cd607997b0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 05:49:45 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 05:49:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a08e30
dev-ruby/rqrcode: add 1.2.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rqrcode/Manifest | 1 +
dev-ruby/rqrcode/rqrcode-1.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/rqrcode/Manifest b/dev-ruby/rqrcode/Manifest
index 1b9c8f91f83..873b1aa79a2 100644
--- a/dev-ruby/rqrcode/Manifest
+++ b/dev-ruby/rqrcode/Manifest
@@ -1,2 +1,3 @@
DIST rqrcode-0.10.1.gem 27136 BLAKE2B 7fea719d6e76d340dd6db386994bffc5e7002afbc61e0b476dc639003757f5932598b81274a5ab74bc6dd25d10c61bc023668c8271e9387f7bcc02c6f4dc879b SHA512 5b2d6e63bc069a1cf436d2df159bef673ef621a73d72c52bbdec1c2d820f4553172d5c3499b9347e0939d422bffa8f39ecaae123ce0be360d25ab6c08a6eb583
DIST rqrcode-1.1.1.tar.gz 101325 BLAKE2B 0ba4a7cf50a45387ebf96e29e1bcc9042ac091582fa0859b95d85a5f112213cdde1f6df8f954219e22501a01729916cc8d4ab7a7ae6562cc770e63515a9a0d75 SHA512 b7d746780bc20c8b3fc59a74f00aab17b5d4a5db458c8f79a8e85146ec2d1b4bd16873792bf7970dede083afd0bc0c54ef4f5d58736b4c9847b644cbe470d0f2
+DIST rqrcode-1.2.0.tar.gz 101432 BLAKE2B 98e7c6d98436d759e5d08575ca98fa292320545e69b63a06422bdeff9a64f5514d0d74c85c7c10941d334ea6168c3b392ac68c8aee19f0c58b6f7d3c125e13b2 SHA512 8a434c72fc43f04dfc92cd7cb6e0423cae94aa24d83a1a6015a170136f1aa3b010b652546b349f15f18e48c85b06a7260ae4babf19907955e0d1b4c2207e6ebc
diff --git a/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild b/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild
new file mode 100644
index 00000000000..291fc43e388
--- /dev/null
+++ b/dev-ruby/rqrcode/rqrcode-1.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="rqrcode.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for encoding QR Codes"
+HOMEPAGE="https://whomwah.github.com/rqrcode/"
+SRC_URI="https://github.com/whomwah/rqrcode/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+ dev-ruby/chunky_png:0
+ >=dev-ruby/rqrcode_core-0.2:0
+"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2021-03-17 5:51 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 5:51 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-01 8:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rqrcode/ Hans de Graaff
2023-12-09 8:28 Hans de Graaff
2023-09-17 6:08 Hans de Graaff
2023-08-29 8:49 Hans de Graaff
2023-06-03 9:41 Hans de Graaff
2023-04-01 23:19 Sam James
2022-07-30 6:43 Hans de Graaff
2022-04-23 9:43 Hans de Graaff
2022-04-23 9:43 Hans de Graaff
2022-02-23 5:53 Hans de Graaff
2021-09-12 10:31 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2021-07-04 6:12 Hans de Graaff
2020-08-04 3:40 Hans de Graaff
2019-11-27 6:11 Hans de Graaff
2019-07-10 4:58 Hans de Graaff
2019-01-26 16:45 Hans de Graaff
2018-12-12 15:00 Hans de Graaff
2018-02-10 7:42 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2016-12-02 7:29 Hans de Graaff
2016-02-14 6:53 Hans de Graaff
2016-02-14 6:53 Hans de Graaff
2016-01-04 6:21 Hans de Graaff
2015-08-19 5:26 Hans de Graaff
2015-08-19 5:26 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=1615960193.c8a08e302245ad2a193806b637c1f2cd607997b0.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