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 E59D01388C1 for ; Sat, 2 Jan 2016 06:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10E9021C00E; Sat, 2 Jan 2016 06:50:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6E6221C00E for ; Sat, 2 Jan 2016 06:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7C91340554 for ; Sat, 2 Jan 2016 06:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B00CEE for ; Sat, 2 Jan 2016 06:50:24 +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: <1451716965.c65b716e2f30fed97fc19a44ac23cfdd5d626e1f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/exifr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/exifr/Manifest dev-ruby/exifr/exifr-1.2.2.ebuild X-VCS-Directories: dev-ruby/exifr/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c65b716e2f30fed97fc19a44ac23cfdd5d626e1f X-VCS-Branch: master Date: Sat, 2 Jan 2016 06:50:24 +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: 51b59d33-071c-4996-91a4-f649fa4c382e X-Archives-Hash: 0b0c30fb7fce23dab79374ac653fec00 commit: c65b716e2f30fed97fc19a44ac23cfdd5d626e1f Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 2 06:35:28 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 2 06:42:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65b716e dev-ruby/exifr: cleanup Package-Manager: portage-2.2.24 dev-ruby/exifr/Manifest | 1 - dev-ruby/exifr/exifr-1.2.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest index c2f3aa8..e3c0b1c 100644 --- a/dev-ruby/exifr/Manifest +++ b/dev-ruby/exifr/Manifest @@ -1,2 +1 @@ -DIST exifr-1.2.2.gem 230400 SHA256 bbb0f97db4fd686894eafd0335d171f2da868ee680dbb213743ed68cf18e0508 SHA512 91f1aeb19064ca5462335046d335e7e346fe87adb8a86d09a6a4affeba835f875c8a92bf64eefa840c1fd753a9f2f1ce871eedce605274885968d8e9227325e8 WHIRLPOOL 86579dd394501724cef33b17acafa88f4fd45fd0da3998fd8088b5f5d0af6c5bb9854ca1fbda232b48d1d317dcc36b1310cee11a830976cfb4f523dca8c03000 DIST exifr-1.2.3.1.gem 225280 SHA256 c64196c00b88b8176c5c4ee2f37cebb9fcd3a9986052bb46357723b9a29633c5 SHA512 b74e27e51b65138af03d879171a9d968dee6606a609627bc4c956be4f514fa9e5f16c437cbbd0c796615246776db1f631c5c5a110c48431ae7abe3725a573982 WHIRLPOOL 52fdab70c366f31e13073f558155f294bbea25b8f439fefa998fb449002e7acd4eef65e7af1e7094c5d832210db78fe823f860dfc019e6b95fdf0c408ae5bf0b diff --git a/dev-ruby/exifr/exifr-1.2.2.ebuild b/dev-ruby/exifr/exifr-1.2.2.ebuild deleted file mode 100644 index 73ed56c..0000000 --- a/dev-ruby/exifr/exifr-1.2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_DOCDIR="doc/api" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A library to read EXIF info from JPEG and TIFF images" -HOMEPAGE="https://github.com/remvee/exifr/" - -# License is not specified in source distribution but is in the GitHub -# repository. -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""