From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gruff/
Date: Wed, 16 Jul 2025 04:56:59 +0000 (UTC) [thread overview]
Message-ID: <1752641805.c31ae86ba1f1d2c88863e28686c86ec1e25e6a60.graaff@gentoo> (raw)
commit: c31ae86ba1f1d2c88863e28686c86ec1e25e6a60
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 04:54:12 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 04:56:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31ae86b
dev-ruby/gruff: add 0.27.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/gruff/Manifest | 1 +
dev-ruby/gruff/gruff-0.27.1.ebuild | 59 ++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-ruby/gruff/Manifest b/dev-ruby/gruff/Manifest
index f49837f61e39..f2f8ab4fd224 100644
--- a/dev-ruby/gruff/Manifest
+++ b/dev-ruby/gruff/Manifest
@@ -1,3 +1,4 @@
DIST gruff-0.25.0.tar.gz 25941069 BLAKE2B 593eecb7d0e97907c2c0fa98b7ff709b4e7357e4d5b6c37fbb334909396b7ef318f0c1d2540a7e57efae4d5f1e2314bdd85bda5027b0f38d12c1854351852ce9 SHA512 d65592c600350596e1996aff32afb8984e254a3af0bd388e47f1c18a8226d009840677032c1c69898efb555924b4c9699c85496712aa4dfcc7029f95a89aebaf
DIST gruff-0.26.0.tar.gz 25950885 BLAKE2B 4e7375a1a7ae19491204ee275c152ebfbc6f974bc1ec9c8607e21798dd364dad62791f93878ddbf5eea7d1f914478cac51f5fb7c754db1e97ef8fa257693e261 SHA512 edbc276d83434035aab038bfa4e6e4cdfd52b4b338f7d39a90ce90770111fac877eb5fa1fb9706d4ebdb84077a7303ad0e710b209e6ba7beffdf433b6e44d269
DIST gruff-0.27.0.tar.gz 26100366 BLAKE2B aa5e8ffb1b3acc232529f8b5b1b0f86683ca038fe1b8e8ba6da7722631cf296398f37d106d807c79f8a9704083f96b65ff09c8ad99a459a8e6c7e6e6043bbab6 SHA512 aa79eb3bc17f9657dda829cc8c85bc251ba2e02e3325a6b1f3ae54dc60f0a973c8834c9c1340fd0385e3a666e0ad065bd9881bba5ac4d553b6279b0022337d71
+DIST gruff-0.27.1.tar.gz 26102158 BLAKE2B bc95dd9f6624c497bc13e368af6e59d74bc98e5e510afcd8a1b1e55a8e52a65e4f9b401cbb3668e5dfcebfed2676bc261294aa774dda500f6d7c636d76c04d6a SHA512 8d7f5af82eb7b37a8ec8d4e1a02aa969c1c99549b0451f5840559c0c6c5410bf0ed2e06a508adf55bd4c44aa239101d1fdbcbf138b85e49496715d0d4c85e766
diff --git a/dev-ruby/gruff/gruff-0.27.1.ebuild b/dev-ruby/gruff/gruff-0.27.1.ebuild
new file mode 100644
index 000000000000..cf1b58212bed
--- /dev/null
+++ b/dev-ruby/gruff/gruff-0.27.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
+
+RUBY_FAKEGEM_GEMSPEC="gruff.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Beautiful graphs for one or multiple datasets"
+HOMEPAGE="https://github.com/topfunky/gruff"
+SRC_URI="https://github.com/topfunky/gruff/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# imagemagick is an indirect dependency through rmagick. However, for
+# gruff to work properly imagemagick needs to be compiled with truetype
+# support and this cannot be expressed in the rmagick dependency. Tests
+# also require imagemagick to have jpeg and png support.
+DEPEND="test? ( media-gfx/imagemagick[jpeg,png,truetype,webp] )"
+RDEPEND="media-gfx/imagemagick[truetype]"
+
+ruby_add_rdepend "
+ >=dev-ruby/bigdecimal-3.0
+ dev-ruby/histogram
+ >=dev-ruby/rmagick-5.5:*
+"
+
+ruby_add_bdepend "
+ test? (
+ dev-ruby/test-unit
+ )"
+
+all_ruby_prepare() {
+ sed -i -e '/\(reporters\|simplecov\)/I s:^:#:' test/gruff_test_case.rb || die
+ sed -i -e '2irequire "date"' test/test_scatter.rb || die
+
+ sed -e 's/git ls-files/find * -print/' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+ # Skip the image comparison checks since the images are not
+ # pixel-perfect identical, most likely due to the use of a slightly
+ # different font.
+ SKIP_CHECK=true ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
+}
next reply other threads:[~2025-07-16 4:57 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-16 4:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-24 5:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gruff/ Hans de Graaff
2025-07-20 6:12 Hans de Graaff
2025-05-25 5:42 Hans de Graaff
2025-04-30 15:31 Hans de Graaff
2025-04-03 5:45 Hans de Graaff
2024-11-08 8:59 Hans de Graaff
2024-10-06 11:36 Sam James
2024-05-09 4:59 Hans de Graaff
2024-03-14 6:05 Hans de Graaff
2024-01-01 9:32 Hans de Graaff
2023-08-29 17:19 Hans de Graaff
2023-07-20 12:24 Sam James
2023-07-20 12:19 Sam James
2023-07-20 6:22 Hans de Graaff
2023-06-18 4:22 Hans de Graaff
2023-06-05 5:29 Hans de Graaff
2023-03-18 16:29 Hans de Graaff
2023-03-13 16:35 Sam James
2023-03-13 16:35 Sam James
2022-08-22 5:33 Hans de Graaff
2022-08-22 5:32 Hans de Graaff
2022-07-30 7:46 Hans de Graaff
2022-06-27 4:56 Hans de Graaff
2022-06-13 5:20 Hans de Graaff
2022-05-05 5:50 Hans de Graaff
2022-04-19 5:09 Hans de Graaff
2021-10-23 7:05 Hans de Graaff
2021-10-20 0:21 Sam James
2021-10-18 23:49 Sam James
2021-10-18 9:28 Hans de Graaff
2021-07-29 4:41 Hans de Graaff
2021-07-07 8:31 Hans de Graaff
2021-05-23 7:16 Hans de Graaff
2021-04-28 4:53 Hans de Graaff
2021-04-01 12:30 Thomas Deutschmann
2021-03-13 7:08 Hans de Graaff
2020-05-23 5:28 Hans de Graaff
2020-04-06 9:28 Hans de Graaff
2020-04-06 9:28 Hans de Graaff
2019-07-29 8:12 Hans de Graaff
2019-07-14 7:18 Hans de Graaff
2019-07-14 6:32 Hans de Graaff
2019-07-12 13:48 Hans de Graaff
2019-02-16 12:02 Hans de Graaff
2018-12-13 8:09 Hans de Graaff
2018-04-26 4:57 Hans de Graaff
2018-02-25 6:47 Hans de Graaff
2018-01-23 6:53 Hans de Graaff
2017-05-04 4:31 Hans de Graaff
2016-06-02 5:16 Hans de Graaff
2016-05-25 6:08 Hans de Graaff
2015-12-25 18:26 Manuel Rüger
2015-12-11 10:06 Agostino Sarubbo
2015-08-11 5:18 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=1752641805.c31ae86ba1f1d2c88863e28686c86ec1e25e6a60.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