]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
dev-ruby/fastimage: New package
authorNick Bowler <nbowler@draconx.ca>
Tue, 19 Feb 2019 14:39:38 +0000 (09:39 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 19 Feb 2019 14:40:00 +0000 (09:40 -0500)
dev-ruby/fastimage/Manifest [new file with mode: 0644]
dev-ruby/fastimage/fastimage-2.1.5.ebuild [new file with mode: 0644]

diff --git a/dev-ruby/fastimage/Manifest b/dev-ruby/fastimage/Manifest
new file mode 100644 (file)
index 0000000..4b53abc
--- /dev/null
@@ -0,0 +1,2 @@
+DIST fastimage-2.1.5.tar.gz 7985853 BLAKE2B 7df2a152a76db42e4eb96ed3bf8d9d38baceb75499606e27489b51f1d02f63562385c0288fd0b7e2b9ab801164f662dd87835c8815adc011dadb45a00efd79b5 SHA512 4c400ac7e7ae249d08c210e6ff922374997a5225fbe9972d128668af6a8a1f937ee828488ba6d1d3060329ef4b38c43bf84bfaea8aec46def3b268d61e9050ca
+EBUILD fastimage-2.1.5.ebuild 565 BLAKE2B a0899ba6a0d8149c07ac59b2fda509c38eb25580095af27627000d19aee25291cf60f215f18a8934b2347d1ad0a07e93b414867ef3d1941fe29fe7a750568381 SHA512 9b152a004e363a9317038fa28ffa253aacdbe1585cec7609e9e0299765073590f7e81a224a6c03f5164e527646befa21b5d7cbbecd3a93069c45a3eb657189dd
diff --git a/dev-ruby/fastimage/fastimage-2.1.5.ebuild b/dev-ruby/fastimage/fastimage-2.1.5.ebuild
new file mode 100644 (file)
index 0000000..d44277f
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright © 2019 Nick Bowler
+# License GPLv3+: GNU General Public License version 3 or any later version.
+# This is free software: you are free to change and redistribute it.
+# There is NO WARRANTY, to the extent permitted by law.
+
+EAPI=6
+
+USE_RUBY="ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.textile"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library to determine format and size of image files"
+HOMEPAGE="https://github.com/sdsykes/fastimage"
+SRC_URI="https://github.com/sdsykes/fastimage/archive/v$PV.tar.gz -> $P.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"