summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-07-03 07:12:16 +0200
committerHans de Graaff <graaff@gentoo.org>2017-07-03 07:12:16 +0200
commit584c0a09ae73f67d7598e9ffce51140065c81f48 (patch)
tree6e42ef6c7178dcb7690a47647b6a66d9784448d9 /dev-ruby/exifr/exifr-1.2.6.ebuild
parentdev-python/SaltTesting: Version bump to 2017.6.1 (diff)
downloadgentoo-584c0a09ae73f67d7598e9ffce51140065c81f48.tar.gz
gentoo-584c0a09ae73f67d7598e9ffce51140065c81f48.tar.bz2
gentoo-584c0a09ae73f67d7598e9ffce51140065c81f48.zip
dev-ruby/exifr: add 1.2.6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/exifr/exifr-1.2.6.ebuild')
-rw-r--r--dev-ruby/exifr/exifr-1.2.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/exifr/exifr-1.2.6.ebuild b/dev-ruby/exifr/exifr-1.2.6.ebuild
new file mode 100644
index 000000000000..63c54ff4c253
--- /dev/null
+++ b/dev-ruby/exifr/exifr-1.2.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 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=""