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: Tue, 14 Apr 2020 05:31:55 +0000 (UTC) [thread overview]
Message-ID: <1586842308.90745fedc7a2af5ba6390aba17bb1adb17189e12.graaff@gentoo> (raw)
commit: 90745fedc7a2af5ba6390aba17bb1adb17189e12
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 05:30:41 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 05:31:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90745fed
dev-ruby/rmagick: add 4.1.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rmagick/Manifest | 1 +
dev-ruby/rmagick/rmagick-4.1.2.ebuild | 67 +++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/dev-ruby/rmagick/Manifest b/dev-ruby/rmagick/Manifest
index f3f0276b533..b740542fbcc 100644
--- a/dev-ruby/rmagick/Manifest
+++ b/dev-ruby/rmagick/Manifest
@@ -3,3 +3,4 @@ DIST rmagick-3.2.0.gem 1950208 BLAKE2B 5d4255fec8fcfb8ec2f6f361fd54a3371935dbae3
DIST rmagick-4.0.0.gem 1946624 BLAKE2B f1cec7bf1dffa94ca2803dfd64eb4a7b1cb269c935482ed42df3a8d9e3f9599b24e6d07f7268e5c641734c8e8a8984f2f0cf2a80ced0f29ee36d154a4eb1a341 SHA512 2b9e72a3f8560b8530397406d086c0d3ffa6c6ec0b8d3ec0eb9d05528f108da6023462948738bd1f420f130250fa4bf8757a9c94335b223ad1ea3e279797b0ae
DIST rmagick-4.1.0.tar.gz 1977887 BLAKE2B 08d55b9bd154ced069dfd3bf58edd3d6ea9fb56fc99985fbe805bde8027e11439f27c8b4422c38ea6da8361ca7fb53189fd9b7bdd1b65e12a5b807a04f64859e SHA512 5354f4430b2bad7bcb07c75dffae680ad7773f9bdd1635485c947fa82a80e8a7708071933437722df475563be3d94f0bac832178eadcf1616d81ee4e78dd8ebe
DIST rmagick-4.1.1.tar.gz 1978761 BLAKE2B 489d355237379b7efb5e1d82b71cb2e6f8607cd644933c4d1d1116f464604262388aaf8534ed322c6b44291aadc3abb75e1bca94110c01fcde228b6fd9bb9ab4 SHA512 08d5a730281e7aa44fa955c8af06649efc77702dbc979f5de34f2f3b39798d494a0df8860a25746d89256c7ecaeaa140e4e5d5cd60017ed4412075a790976a5e
+DIST rmagick-4.1.2.tar.gz 1978867 BLAKE2B f89aadb3d0dc5274376c2fef335cbcef3bdfec3fa9aa2f9e0d1982c9d2b5568689a427c3b2f7536c0585316c0f53ca7111c3da30f8136df4c878782668830847 SHA512 671ce8ef0d2387d6f0091a7a7a79a5ee9a5c5cd9340f5d29b4a35227c2293eae5e0e5c9ef16a83dc24ed0cb59cc7258427f8880484f7bb49dfaccb00d280e2b4
diff --git a/dev-ruby/rmagick/rmagick-4.1.2.ebuild b/dev-ruby/rmagick/rmagick-4.1.2.ebuild
new file mode 100644
index 00000000000..60b8e1d9509
--- /dev/null
+++ b/dev-ruby/rmagick/rmagick-4.1.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rmagick.gemspec"
+
+MY_PV=RMagick_${PV//\./-}
+
+inherit multilib 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="4"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
+IUSE="doc"
+
+RDEPEND+=" >=media-gfx/imagemagick-6.9.0:="
+DEPEND+=" >=media-gfx/imagemagick-6.9.0:=[jpeg]"
+
+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:^:#:' 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
+
+ # Reading PDFs is not allowed by the default Gentoo security policy for imagemagick
+ sed -i -e '/can read PDF file/askip "Not allowed by Gentoo security policy"' spec/rmagick/image/read_spec.rb || die
+}
+
+each_ruby_configure() {
+ ${RUBY} -Cext/RMagick extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+ emake -Cext/RMagick V=1
+ cp ext/RMagick/RMagick2$(get_modname) lib/ || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ docinto examples
+ dodoc examples/*
+
+ if use doc ; then
+ docinto .
+ dodoc -r doc
+ fi
+}
next reply other threads:[~2020-04-14 5:32 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 5:31 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-15 5:29 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-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=1586842308.90745fedc7a2af5ba6390aba17bb1adb17189e12.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