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/rmagick/
Date: Wed, 15 May 2024 05:29:40 +0000 (UTC)	[thread overview]
Message-ID: <1715750786.e2ebf267e02b7e2e23631110ec1eb36391fb7ba1.graaff@gentoo> (raw)

commit:     e2ebf267e02b7e2e23631110ec1eb36391fb7ba1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 05:26:26 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 15 05:26:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ebf267

dev-ruby/rmagick: add 6.0.1

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

 dev-ruby/rmagick/Manifest             |  1 +
 dev-ruby/rmagick/rmagick-6.0.1.ebuild | 80 +++++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)

diff --git a/dev-ruby/rmagick/Manifest b/dev-ruby/rmagick/Manifest
index 56491cce362d..ae161a77a030 100644
--- a/dev-ruby/rmagick/Manifest
+++ b/dev-ruby/rmagick/Manifest
@@ -2,3 +2,4 @@ DIST rmagick-4.3.0.tar.gz 1986554 BLAKE2B bf6afb0b19a98f45dd9f3a8261b67ad05ed774
 DIST rmagick-5.3.0.tar.gz 2018036 BLAKE2B 204ece4d3794ef43b02855cce2f11e0194d2a81e400c1c2ef2af824359b8b4566eda93caba6269ad6b283af60d99ad403ab6ba8e972153e8f20d208ce0c48ad6 SHA512 dcc9e0d7cd77ebd3859871f26449c37839f9102e7aa4f0746698cbd6fe93579c3adbe6cfefeba6cdcb53e573f5113b872d03fcd568bb80edda5c8ca9c1ab1665
 DIST rmagick-5.5.0.tar.gz 2045116 BLAKE2B 018d4e940043210238b6026a8bc0b65656633aaaf559954b666c75dda74c0f0fd33319a13fd6c494a6a51a3cfac67aac283e3e79d06dc90b6d4581464805e476 SHA512 f813104c347867b14281b044135fd626805d35d2afa3167c25d5e31179b31e985c5cc75deb630f8a64d20b877d8c42ce13e31e137f573467d3c5f3f2453d514f
 DIST rmagick-6.0.0.tar.gz 2046555 BLAKE2B 7591c8955a893d1b5d7bb6fb633c9fafbf4483cefcaf78648f21f38b4410f87bdbf061722fa31fcc97cfbf642c2741a2903bbf1abbb042c5eb558e517cd4102d SHA512 b258a15549250fa78bb8648a3c0483d8a1bafbdd2cedda3fef07f8eccb0ecae8dee198a9a3d0172de4a8c27f3eb29b1e57eb2ae1990e8793b9cf053d1df56633
+DIST rmagick-6.0.1.tar.gz 2045860 BLAKE2B e36ed9c2719df593cce32591111010a8d64e54ff4348ed22ebf9d840ca6f7ceec91b8097b5258bb0a195db63c422373e408f5995cef8944eac42e71d6fd00c4e SHA512 a6fdecd4ad6d17045438a9a14fc6c0a8b9d18224d6d3d0af2ade6fcba1bd0c889710f03d8b2f9738214023d87c504f7a7017f49b467a778fa3d97a14aa2bfeb3

diff --git a/dev-ruby/rmagick/rmagick-6.0.1.ebuild b/dev-ruby/rmagick/rmagick-6.0.1.ebuild
new file mode 100644
index 000000000000..69d24bc1d18b
--- /dev/null
+++ b/dev-ruby/rmagick/rmagick-6.0.1.ebuild
@@ -0,0 +1,80 @@
+# 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_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rmagick.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/RMagick/extconf.rb)
+
+MY_PV=RMagick_${PV//\./-}
+
+inherit ruby-fakegem
+
+DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library"
+HOMEPAGE="https://github.com/rmagick/rmagick"
+SRC_URI="https://github.com/rmagick/rmagick/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="rmagick-${MY_PV}"
+
+LICENSE="Artistic"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND+=" >=media-gfx/imagemagick-6.9.0:="
+DEPEND+=" >=media-gfx/imagemagick-6.9.0 test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp,xml] media-fonts/dejavu )"
+
+# observer is a default gem packaged with ruby
+
+ruby_add_bdepend "dev-ruby/pkg-config"
+
+all_ruby_prepare() {
+	# Avoid unused dependency on rake-compiler. This also avoids an
+	# extra compile during tests.
+	sed -i -e '/extensiontask/ s:^:#:' \
+		-e '/ExtensionTask/,/end/ s:^:#:' \
+		-e '/compile/ s:^:#:' Rakefile || die
+	sed -i -e '/pry/ s:^:#:' -e '5irequire "tempfile"' spec/spec_helper.rb || die
+	sed -i -e 's/git ls-files/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# Squelch harmless warning about imagemagick installation.
+	sed -i -e '/prefix/ s:ImageMagick:ImageMagick-6:' ext/RMagick/extconf.rb || die
+
+	# Create directory used for a test
+	mkdir tmp
+}
+
+each_ruby_test() {
+	# Borrowed from media-gfx/gscan2pdf
+	# Needed to avoid test failures on e.g. ppc, bug #815856
+	# (Unclear why it doesn't manifest on amd64 here at least)
+	local confdir="${HOME}/.config/ImageMagick"
+	mkdir -p "${confdir}" || die
+	cat > "${confdir}/policy.xml" <<-EOT || die
+		<policymap>
+			<policy domain="coder" rights="read|write" pattern="PDF" />
+			<policy domain="coder" rights="read" pattern="PS" />
+		</policymap>
+	EOT
+
+	RSPEC_VERSION="3" ruby-ng_rspec
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	docinto examples
+	dodoc examples/*
+
+	if use doc ; then
+		docinto .
+		dodoc -r doc
+	fi
+}


             reply	other threads:[~2024-05-15  5:29 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15  5:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09  2:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rmagick/ Jakov Smolić
2024-10-06 12:01 Sam James
2024-10-06 12:01 Sam James
2024-10-06 11:35 Sam James
2024-07-17  9:38 Hans de Graaff
2024-06-18 18:12 Arthur Zamarin
2024-06-18 18:12 Arthur Zamarin
2024-06-18 18:12 Arthur Zamarin
2024-06-18 18:12 Arthur Zamarin
2024-06-18 12:18 Hans de Graaff
2024-05-03  6:36 Sam James
2024-05-03  6:36 Sam James
2024-05-03  5:11 Hans de Graaff
2024-05-03  5:11 Hans de Graaff
2024-05-03  5:11 Hans de Graaff
2024-04-13  6:24 Hans de Graaff
2024-02-18 10:24 Hans de Graaff
2024-02-17 21:17 Sam James
2024-02-16  7:11 Hans de Graaff
2024-02-13 10:32 Hans de Graaff
2024-02-08 10:21 Arthur Zamarin
2024-02-07 10:24 Hans de Graaff
2024-02-07 10:24 Hans de Graaff
2024-02-07  7:36 Hans de Graaff
2024-02-05  7:21 Hans de Graaff
2023-12-31 10:29 Hans de Graaff
2023-08-31  5:05 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-07-20  6:22 Hans de Graaff
2023-03-29  0:48 Sam James
2023-03-29  0:48 Sam James
2023-03-29  0:16 Sam James
2023-03-28 22:54 Sam James
2023-03-14  6:33 Hans de Graaff
2023-03-14  6:33 Hans de Graaff
2022-12-03 15:29 Hans de Graaff
2022-11-15  6:24 Hans de Graaff
2022-10-07  6:12 Hans de Graaff
2022-10-07  6:12 Hans de Graaff
2022-10-07  6:12 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-07-17  9:11 Agostino Sarubbo
2022-07-17  9:10 Agostino Sarubbo
2022-07-16  8:44 Arthur Zamarin
2022-07-16  8:17 Arthur Zamarin
2022-07-16  6:26 Hans de Graaff
2022-07-16  6:26 Hans de Graaff
2021-12-30  6:34 Hans de Graaff
2021-12-01 13:36 Jakov Smolić
2021-10-12  5:44 Hans de Graaff
2021-10-08 10:49 Hans de Graaff
2021-10-03  6:30 Hans de Graaff
2021-10-02 20:41 Sam James
2021-10-02 20:38 Sam James
2021-10-02 20:37 Sam James
2021-10-02 20:37 Sam James
2021-10-02 20:29 Sam James
2021-09-18  8:14 Sam James
2021-07-18  5:40 Hans de Graaff
2021-07-15  8:17 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2020-05-16  5:46 Hans de Graaff
2020-05-14  8:03 Agostino Sarubbo
2020-05-13 14:52 Agostino Sarubbo
2020-05-02  6:53 Hans de Graaff
2020-04-14  5:31 Hans de Graaff
2020-04-02  2:11 Matt Turner
2020-04-02  2:11 Matt Turner
2020-03-29  7:43 Hans de Graaff
2020-03-28  7:05 Hans de Graaff
2019-09-02 17:12 Hans de Graaff
2019-08-28  7:22 Sergei Trofimovich
2019-08-28  6:54 Sergei Trofimovich
2019-07-12  5:07 Hans de Graaff
2019-06-19  5:22 Hans de Graaff
2019-06-19  5:22 Hans de Graaff
2019-06-18 18:24 Thomas Deutschmann
2019-06-17  5:32 Hans de Graaff
2019-06-17  5:32 Hans de Graaff
2019-04-17  5:48 Hans de Graaff
2019-02-16 12:02 Hans de Graaff
2018-12-13  8:09 Hans de Graaff
2018-08-06 19:11 Hans de Graaff
2018-04-26  4:57 Hans de Graaff
2018-04-26  4:21 Matt Turner
2018-04-16 15:37 Hans de Graaff
2018-04-15  5:38 Hans de Graaff
2018-02-25  6:47 Hans de Graaff
2017-11-10  7:35 Hans de Graaff
2017-08-06  6:28 Hans de Graaff
2017-05-27 16:39 Agostino Sarubbo
2017-05-26  7:14 Hans de Graaff
2017-05-03  5:35 Hans de Graaff
2016-11-29 23:47 Manuel Rüger
2015-12-13  7:52 Hans de Graaff
2015-11-12  9:40 Agostino Sarubbo
2015-11-12  7:58 Jeroen Roovers
2015-11-11  9:12 Agostino Sarubbo
2015-11-09 10:31 Agostino Sarubbo
2015-10-25  8:30 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=1715750786.e2ebf267e02b7e2e23631110ec1eb36391fb7ba1.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