public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/exifr/
Date: Mon, 10 Jul 2017 06:04:38 +0000 (UTC)	[thread overview]
Message-ID: <1499666555.471a4e19f5b64a7098308808a71d73d485b16dae.graaff@gentoo> (raw)

commit:     471a4e19f5b64a7098308808a71d73d485b16dae
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 05:38:42 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 06:02:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471a4e19

dev-ruby/exifr: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/exifr/Manifest           |  2 --
 dev-ruby/exifr/exifr-1.2.4.ebuild | 21 ---------------------
 dev-ruby/exifr/exifr-1.2.5.ebuild | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest
index acbea008f72..21b4540d247 100644
--- a/dev-ruby/exifr/Manifest
+++ b/dev-ruby/exifr/Manifest
@@ -1,4 +1,2 @@
-DIST exifr-1.2.4.gem 225792 SHA256 8f624b88dc4919d19d708ac4dde9b25b1c80aac311a0bf6627e58683cfd4939e SHA512 b34d92a295ed74ee43d970a07e18f7d65b87ffd350fdbcc1e69c7f2156c7f52c3bfcbbad850552265c02fed06c2ae6d268e9bd8f1295345af07dfa8b55de45f0 WHIRLPOOL 90c1a78d2804972d2791ef35e6135f1739f057650d633d84466d2e8a8a99749da97d803b67635fa473db4c4a6dec881f7f8eb8b3aadcdfbbe02aa81a09415ba9
-DIST exifr-1.2.5.gem 225792 SHA256 ae864b9e3f5be89196f22ed1164ff5edb768c93db13712fde33b1d89e3f61ac8 SHA512 92ed7a06cad2df015248f739c2cad0188eeca02b517a7769275025c30c2379a5471a2884e70233fabd8b938310eeef285d42f62dda4ea05595c01b1adb0989a3 WHIRLPOOL 007a0e28da33c7abb72f277e6c127a570e163680109c2935c3d1fe7fbeaf664d616cf2e066bdda0068d25d7a7ff005ba86e07d5bf889cf68aca040fe02be961d
 DIST exifr-1.2.6.gem 225792 SHA256 d8e15d9c9b1041b102894a65d32e24e1e7a9131d4937bd096df30d7a5f9915eb SHA512 41ec6b87b9df74185d2adf401509e78cc5caa91815700c50d79dbcba5240b7c27a38b386603a9f9e8d604104ebc46822808e534d25a7646f29076702c8f149ce WHIRLPOOL aa507cc8fd1d951f17dcbaf3b966cd45e359417851459e6783f549b65936ec7b0b585b16bd0d9129a73c05c94ffe1a986bb3548e9d95fa0283aa88b455ef1ef3
 DIST exifr-1.3.0.gem 226304 SHA256 5b953dba4645d1617e61886c632913c97f323d4be2850dc5e8e9e1ce19ca310a SHA512 e8c3e47f3dabdaa89372e2744a7dac952ab4291cdf58d860a0d9452ce2bef4b6e0d5c2bfd1c8e108e42e99736a818264546f17e0094f7aa5de2025361f75e1b1 WHIRLPOOL 1cfb46d99879e7a067c4f6f77c4fe593ac34783c770acb39f448fb00d4203789fb50936408a4fd5a3a7e9d498e019158ba0c46d3463104721b2d2882ee833898

diff --git a/dev-ruby/exifr/exifr-1.2.4.ebuild b/dev-ruby/exifr/exifr-1.2.4.ebuild
deleted file mode 100644
index 82aa4d06d44..00000000000
--- a/dev-ruby/exifr/exifr-1.2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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=""

diff --git a/dev-ruby/exifr/exifr-1.2.5.ebuild b/dev-ruby/exifr/exifr-1.2.5.ebuild
deleted file mode 100644
index dd899038c66..00000000000
--- a/dev-ruby/exifr/exifr-1.2.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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=""


             reply	other threads:[~2017-07-10  6:04 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10  6:04 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11  7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/exifr/ Hans de Graaff
2025-01-11  7:30 Hans de Graaff
2024-12-30 10:31 Hans de Graaff
2023-12-27 20:12 Hans de Graaff
2023-07-12  5:41 Hans de Graaff
2023-06-03  9:41 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2022-10-03  5:24 Hans de Graaff
2020-10-20  4:59 Hans de Graaff
2020-10-20  4:59 Hans de Graaff
2020-09-25  6:09 Hans de Graaff
2020-09-13  4:55 Hans de Graaff
2020-08-21 15:02 Hans de Graaff
2019-11-16  9:13 Hans de Graaff
2019-02-11  5:59 Hans de Graaff
2019-02-02 10:36 Hans de Graaff
2018-11-17  6:59 Hans de Graaff
2018-11-17  6:59 Hans de Graaff
2018-05-09  3:58 Hans de Graaff
2018-02-03  9:58 Hans de Graaff
2018-02-03  9:58 Hans de Graaff
2017-12-05  6:11 Hans de Graaff
2017-09-11  5:47 Hans de Graaff
2017-07-10  6:04 Hans de Graaff
2017-07-07  5:35 Hans de Graaff
2017-07-03  5:35 Hans de Graaff
2016-07-29  5:36 Hans de Graaff
2016-03-13 17:39 Manuel Rüger
2016-01-02  6:50 Hans de Graaff
2016-01-02  6:50 Hans de Graaff
2015-08-29  6:25 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499666555.471a4e19f5b64a7098308808a71d73d485b16dae.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox