diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-31 07:46:50 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-31 08:08:40 +0200 |
commit | 97b9ef07bad39b6f044b1655290c6fd067d03cb1 (patch) | |
tree | b8dab2e8f9e9287dc538b379e4a52d3731734d37 /dev-ruby/imagesize | |
parent | dev-ruby/imagesize: mark ruby21 revision stable (diff) | |
download | gentoo-97b9ef07bad39b6f044b1655290c6fd067d03cb1.tar.gz gentoo-97b9ef07bad39b6f044b1655290c6fd067d03cb1.tar.bz2 gentoo-97b9ef07bad39b6f044b1655290c6fd067d03cb1.zip |
dev-ruby/imagesize: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/imagesize')
-rw-r--r-- | dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild b/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild deleted file mode 100644 index 35630cef24a5..000000000000 --- a/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -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 -} |