From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3C1215808C for ; Mon, 14 Mar 2022 06:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CA6E089A; Mon, 14 Mar 2022 06:34:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F17B0E089C for ; Mon, 14 Mar 2022 06:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5527B34304D for ; Mon, 14 Mar 2022 06:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE29327 for ; Mon, 14 Mar 2022 06:34:04 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1647239638.6ed5e399b4a80a2bcb33d7b62e9c910986c7c84b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/image_processing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/image_processing/Manifest dev-ruby/image_processing/image_processing-1.12.1.ebuild X-VCS-Directories: dev-ruby/image_processing/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6ed5e399b4a80a2bcb33d7b62e9c910986c7c84b X-VCS-Branch: master Date: Mon, 14 Mar 2022 06:34:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 020f306e-7d8d-4353-8f18-e2363f32cd76 X-Archives-Hash: 38f59caa016700687303eee2046f3ba8 commit: 6ed5e399b4a80a2bcb33d7b62e9c910986c7c84b Author: Hans de Graaff gentoo org> AuthorDate: Sun Mar 13 08:54:49 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 14 06:33:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5e399 dev-ruby/image_processing: cleanup Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/image_processing/Manifest | 1 - .../image_processing-1.12.1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/dev-ruby/image_processing/Manifest b/dev-ruby/image_processing/Manifest index ca6d9bb37bfa..79c86a5b9ae3 100644 --- a/dev-ruby/image_processing/Manifest +++ b/dev-ruby/image_processing/Manifest @@ -1,2 +1 @@ -DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03 SHA512 c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b DIST image_processing-1.12.2.tar.gz 986474 BLAKE2B 5e2ec69dde4964f2d4d814130c0f7b9401c75cda87b25fd29a2009921c4b9fe7f8a8aac209387b2d6702c5809196c00afb318337a48a7c672de2122bf55e242b SHA512 58067eff4c28893d6ac774a49b95183d2c294db283eb489fe9a201c93a8d3402bcd348027f5ebffcd11e5c4be2f527d233e0023a55d8713a81ebbc8b9536e0c1 diff --git a/dev-ruby/image_processing/image_processing-1.12.1.ebuild b/dev-ruby/image_processing/image_processing-1.12.1.ebuild deleted file mode 100644 index d983c4e2111d..000000000000 --- a/dev-ruby/image_processing/image_processing-1.12.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -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 ~ppc ~ppc64 ~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 -}