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/image_processing/
Date: Fri, 22 Aug 2025 13:02:27 +0000 (UTC)	[thread overview]
Message-ID: <1755867737.72fd7179d4b11c60e22ff134bf51d37de9e7a880.graaff@gentoo> (raw)

commit:     72fd7179d4b11c60e22ff134bf51d37de9e7a880
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 22 11:24:05 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 22 13:02:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fd7179

dev-ruby/image_processing: add 1.14.0

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

 dev-ruby/image_processing/Manifest                 |  1 +
 .../image_processing-1.14.0.ebuild                 | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/image_processing/Manifest b/dev-ruby/image_processing/Manifest
index c000fb6cb75a..f6bffa6c44a7 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1 +1,2 @@
 DIST image_processing-1.13.0.tar.gz 1166646 BLAKE2B 9ce172f9cfe7d212165fe95f58b4b20e434803992c4cabcee963818f4e35201d9962aceddf7c3647325e99930f5ae2cb069ab8ca7b7ac1c74428953dd1710076 SHA512 92fbd94db66abf7ea6256f9c475fd05b84ba1791bc00d4b03774ba22ebea2fb56fa75bc18fd7d39330e13d6b03460df60a3aebeaf1227834c854c458d6d99d7a
+DIST image_processing-1.14.0.tar.gz 9326866 BLAKE2B 374a09c39ce2ea3b0d7f8e2197fa0ecf902cc1c94d75e912cf94afdc9d8b433e46052766829023386febbe1b6a8b15142ea29f05ca8943cfecd19ce1b56c2cb3 SHA512 6beb6b097fb3af6899fac6805875f03d3bbe8b10ec5fdd9af65caa50ef09697f60b65108f1edb6a4e119a659a748021c5c4ad4a9573d48dcd00b13ca09ea9e58

diff --git a/dev-ruby/image_processing/image_processing-1.14.0.ebuild b/dev-ruby/image_processing/image_processing-1.14.0.ebuild
new file mode 100644
index 000000000000..04e9b912d541
--- /dev/null
+++ b/dev-ruby/image_processing/image_processing-1.14.0.ebuild
@@ -0,0 +1,50 @@
+# 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_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
+
+RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="High-level image processing helper methods with libvips and ImageMagick"
+HOMEPAGE="https://github.com/janko/image_processing"
+SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff,xml] )"
+
+ruby_add_rdepend "
+	>=dev-ruby/mini_magick-4.9.5:0
+"
+
+ruby_add_bdepend "test? (
+	>=dev-ruby/minitest-5.8:5
+	>=dev-ruby/minitest-hooks-1.4.2
+	dev-ruby/minispec-metadata
+)"
+
+all_ruby_prepare() {
+	# Only support imagemagick for now since vips is not packaged
+	sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+	rm -f test/{builder,pipeline,vips}_test.rb || die
+	sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
+
+	# phash is not packaged
+	sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
+
+	sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile test/test_helper.rb || die
+
+	# Avoid tests using obsolete "strip" option (fixed upstream)
+	sed -e '/applies \(loader\|saver\) options/askip "Uses obsolete strip option"' \
+		-i test/mini_magick_test.rb || die
+}


             reply	other threads:[~2025-08-22 13:02 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 13:02 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-02 13:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/ Hans de Graaff
2025-06-03 13:27 Hans de Graaff
2024-07-25  4:38 Hans de Graaff
2024-05-19  5:33 Hans de Graaff
2023-09-10 16:57 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-05  3:17 Sam James
2023-03-28 20:20 Sam James
2023-03-28 20:16 Sam James
2023-03-18  1:22 Sam James
2023-01-19  7:29 Hans de Graaff
2022-06-13  8:06 Yixun Lan
2022-04-09  7:38 Hans de Graaff
2022-03-14  6:34 Hans de Graaff
2022-03-14  6:34 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-02-19  6:47 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-11-08  6:33 Hans de Graaff
2020-09-22  4:37 Hans de Graaff
2020-07-21  7:30 Hans de Graaff
2020-07-20  6:15 Hans de Graaff
2020-07-20  2:26 Sam James
2020-05-23 17:41 Hans de Graaff
2020-05-23 17:41 Hans de Graaff
2020-04-12  6:22 Hans de Graaff
2019-12-20  7:21 Hans de Graaff
2019-12-04  6:42 Hans de Graaff
2019-09-07 23:18 Thomas Deutschmann
2019-08-30 10:20 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=1755867737.72fd7179d4b11c60e22ff134bf51d37de9e7a880.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