forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST exifr-1.3.1.gem 226304 SHA256 7c88679c8b3b9075fa696ce70e4e9fbaa2c991f63590981c5771bffb14f3c08b SHA512 e2e2158bbd331525a1a784ef816ac1fc45a97c75252fb5a5e624421519184d58f74426de3f274cd827af48ff2f3dc6081e3e26a5765ef6eaf1c4545a40a58a7e WHIRLPOOL 407a03041090dbe82fcfc154707647e7de74f0bf8fc7d177a0393c6d725c1dfacf5ba6ec83a30b80cf43db1d4f5486848e77bf8db1a578d31d4acb83c820ddad | ||
DIST exifr-1.3.1.gem 226304 BLAKE2B 7c191c5985b5688529d6b0abf1bd03f5778b7322c0ee0891e978189f3707271e24064cfe9d3338a601f1079bf5477c34bfcc4bc6c62fe400c7c251a53f675674 SHA512 e2e2158bbd331525a1a784ef816ac1fc45a97c75252fb5a5e624421519184d58f74426de3f274cd827af48ff2f3dc6081e3e26a5765ef6eaf1c4545a40a58a7e | ||
DIST exifr-1.3.3.gem 231936 BLAKE2B 44958407a3f743a995b4ec28a287ea5352bf2da77362ce8e3cf61a51ef5b1d86836e64766a95697b4d3f142690d1928e11affb57fdc2568ee65e76f28787b0e8 SHA512 7362913874d4d78f8c5b7da7a5bc99a6f7bb120e58ebb67dc196e60bc7ac14243a2989a7e4e7db1853c71d09d866275d909c6407d72ec0271c34c1bb7f15ebc9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
USE_RUBY="ruby22 ruby23 ruby24" | ||
|
||
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="" |