Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/imagesize/
Date: Thu, 31 Mar 2016 06:10:04
Message-Id: 1459404520.97b9ef07bad39b6f044b1655290c6fd067d03cb1.graaff@gentoo
1 commit: 97b9ef07bad39b6f044b1655290c6fd067d03cb1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 05:46:50 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 06:08:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b9ef07
7
8 dev-ruby/imagesize: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 .../imagesize/imagesize-0.1.1_p20100902.ebuild | 28 ----------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild b/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
16 deleted file mode 100644
17 index 35630ce..0000000
18 --- a/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -RUBY_FAKEGEM_EXTRADOC="README.txt"
30 -
31 -RUBY_FAKEGEM_VERSION="0.1.1.20100902"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)"
36 -HOMEPAGE="http://imagesize.rubyforge.org/"
37 -COMMIT_ID="bd5be2afb088beba3f0d863cef4eac7db56ca804"
38 -SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
39 -LICENSE="Ruby"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~ppc x86"
42 -IUSE=""
43 -
44 -RUBY_S="${PN}-${COMMIT_ID}"
45 -
46 -each_ruby_test() {
47 - ${RUBY} -Ilib -S test/test_image_size.rb || die
48 -}