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: Wed,  7 Jul 2021 08:31:09 +0000 (UTC)	[thread overview]
Message-ID: <1625646662.7e62b53567297400daaf0c264e7d7d535534f86c.graaff@gentoo> (raw)

commit:     7e62b53567297400daaf0c264e7d7d535534f86c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  7 08:25:16 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 08:31:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e62b535

dev-ruby/image_processing: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/image_processing/Manifest                 |  3 --
 .../image_processing-1.10.3.ebuild                 | 45 ----------------------
 .../image_processing-1.11.0.ebuild                 | 45 ----------------------
 .../image_processing-1.12.0.ebuild                 | 45 ----------------------
 4 files changed, 138 deletions(-)

diff --git a/dev-ruby/image_processing/Manifest b/dev-ruby/image_processing/Manifest
index b20691d87db..7bc2b2d42ab 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1,4 +1 @@
-DIST image_processing-1.10.3.tar.gz 985090 BLAKE2B 9626dd41ae97cd0c68b857ccce2dd2b5eebbc04a5a3fc145cfde681b8ba9cc78806ddf1e7542afa2799ad707ced592149304216875297fc1bac112501dfcdbbb SHA512 7883199b2ccd693ae91a5d028a7c7bf5834cb36c7a48b4d02d1d92d7681e382a4e6605ca80cb0ca2f9949bfa95d8dafac3057e2508bb2932c5c3c0c3dee99b12
-DIST image_processing-1.11.0.tar.gz 985565 BLAKE2B 2ab1cfcdb0637dfbba50558cdb0b778cbb2f7bccf2a12aff5515171e252b0f41624d1867a2cb825d7200b5c09eb57d4f002cd086fdb987a9513a2ef3401a2db3 SHA512 2978ab351f6afaa9bb4ff08be6f89a27a634ac49a239a88c59cd40c877ffe4da57bdfe0d02af31577be113f04d7dc736e891b1edebc09fd4829bbe89085c4282
-DIST image_processing-1.12.0.tar.gz 986331 BLAKE2B 765906d2cfcb63ef8257144bc54744d9a43f4673fb5d1f99d7230bee52534ebae1e6d39009203a1fa080e42889c55885e8e828be1d282d8d2de7358cf69ad2ca SHA512 b1bd8b8da8aedc348591c900dfc0f6a862acfb7f12f10640ce4db181b738a145efc8c1ce8d6f0863930fdd7989670e1114dc8d91581a22e7f9093cf6ae9ad61c
 DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03 SHA512 c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b

diff --git a/dev-ruby/image_processing/image_processing-1.10.3.ebuild b/dev-ruby/image_processing/image_processing-1.10.3.ebuild
deleted file mode 100644
index 04f40b5f8a5..00000000000
--- a/dev-ruby/image_processing/image_processing-1.10.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )"
-
-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/{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
-}

diff --git a/dev-ruby/image_processing/image_processing-1.11.0.ebuild b/dev-ruby/image_processing/image_processing-1.11.0.ebuild
deleted file mode 100644
index 04f40b5f8a5..00000000000
--- a/dev-ruby/image_processing/image_processing-1.11.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-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 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( media-gfx/imagemagick[jpeg,tiff] )"
-
-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/{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
-}

diff --git a/dev-ruby/image_processing/image_processing-1.12.0.ebuild b/dev-ruby/image_processing/image_processing-1.12.0.ebuild
deleted file mode 100644
index b5cac1d4884..00000000000
--- a/dev-ruby/image_processing/image_processing-1.12.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26"
-
-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 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )"
-
-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
-}


             reply	other threads:[~2021-07-07  8:31 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  8:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-25  4:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/ 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-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=1625646662.7e62b53567297400daaf0c264e7d7d535534f86c.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