commit: ddf2484965b91d3377b78172216fc6421e0c359e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Nov 24 12:45:51 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Nov 24 12:46:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf24849
dev-ruby/imagesize: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../imagesize/imagesize-0.1.1_p20100902-r1.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r1.ebuild b/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r1.ebuild deleted file mode 100644 index 979c34275c9d..000000000000 --- a/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.txt" - -RUBY_FAKEGEM_VERSION="0.1.1.20100902" - -inherit ruby-fakegem - -DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)" -HOMEPAGE="http://imagesize.rubyforge.org/" -COMMIT_ID="bd5be2afb088beba3f0d863cef4eac7db56ca804" -SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RUBY_S="${PN}-${COMMIT_ID}" - -each_ruby_test() { - ${RUBY} -Ilib -S test/test_image_size.rb || die -}
