From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2BA6E59CAB for ; Thu, 31 Mar 2016 06:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C40821C018; Thu, 31 Mar 2016 06:10:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07FC021C001 for ; Thu, 31 Mar 2016 06:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A021340D6E for ; Thu, 31 Mar 2016 06:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF07872 for ; Thu, 31 Mar 2016 06:09:56 +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: <1459404520.97b9ef07bad39b6f044b1655290c6fd067d03cb1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/imagesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild X-VCS-Directories: dev-ruby/imagesize/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 97b9ef07bad39b6f044b1655290c6fd067d03cb1 X-VCS-Branch: master Date: Thu, 31 Mar 2016 06:09:56 +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-Archives-Salt: 48b64131-082a-4ebc-8980-83951eb3d1ef X-Archives-Hash: 5d55278a3f8cabd5dfa380444273552e commit: 97b9ef07bad39b6f044b1655290c6fd067d03cb1 Author: Hans de Graaff gentoo org> AuthorDate: Thu Mar 31 05:46:50 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Mar 31 06:08:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b9ef07 dev-ruby/imagesize: cleanup Package-Manager: portage-2.2.26 .../imagesize/imagesize-0.1.1_p20100902.ebuild | 28 ---------------------- 1 file changed, 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 35630ce..0000000 --- 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 -}