]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
dev-ruby/fastimage: Bump and update USE_RUBY.
authorNick Bowler <nbowler@draconx.ca>
Sun, 30 Jul 2023 01:36:55 +0000 (21:36 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 30 Jul 2023 01:37:10 +0000 (21:37 -0400)
dev-ruby/fastimage/Manifest
dev-ruby/fastimage/fastimage-2.2.7.ebuild [new file with mode: 0644]

index 893fdda9ff49c340c7cd35943a596b14a8926351..5035b07d626e70786a5756c81c8789959fcf8857 100644 (file)
@@ -1,2 +1,4 @@
 DIST fastimage-2.2.6.tar.gz 21028607 BLAKE2B 607941d084be5a08d8ddf52e9aa4c629a9cc7d529c5255b6183ddf142ea147783931b37b2f712501e5650ce77564f3e33884b0ac49712af4bf0647e2c0385421 SHA512 9409a7770dd9948d1c62e6401900ee6de9b835996e28f0ad4f01dd4cd9089aff8f7f7d5285e1f18eb5614dbf8fddba6d9876db320ab0af6765dca3724dfc1632
+DIST fastimage-2.2.7.tar.gz 21067844 BLAKE2B f6f171d4512d6af8de0cce4e3324bfe9ed5470517dc9bcfc5b28830919899c246b60b4fc83e24b926dc5a9df1025f9ac1de50570181d4408a8169586e5fe3159 SHA512 2f3d25b7b7195a8650ddf03d60a2c63c1855374935244ab01b601fbbc3f12aa12bc7008ab002625bacb800c1dfb2f197a1a59d7adf4298d39059133d99f9cfeb
 EBUILD fastimage-2.2.6-r1.ebuild 584 BLAKE2B 615c62deda73d25721e24580a1bcfde57ac12d64d342ab3461568af6b6af86401f562605c2abfeb8865b700c15f0acf0d49bac052b562d6fbc8d76d560b58fa5 SHA512 e5c5dc6f7b654c76f53b2c0284308938f0db36b4880f15023b5bfbaac70066df3f3cb3c88f6102141cae012b1f61a9c5b045870ebedd72fb5b26c207bf867b2f
+EBUILD fastimage-2.2.7.ebuild 577 BLAKE2B 7edadecfbb6b306d35d8c1b50478a3ac11f3274e602f56c7c838cfb3662ee434b9106a4b03d4e6d67b7884e4ed3726c6a9b5dbd49b59819b5d03834bb22acee2 SHA512 5e84ce6a04b158d958b9462d4faa958019447cae5a2914c55451c466ce2b15b48fa80c966ab50de6ab76ad54028bcd8199172b7499c85ce79c81acdcac0dd03c
diff --git a/dev-ruby/fastimage/fastimage-2.2.7.ebuild b/dev-ruby/fastimage/fastimage-2.2.7.ebuild
new file mode 100644 (file)
index 0000000..de87a82
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright © 2019-2023 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=8
+
+USE_RUBY="ruby30 ruby31"
+
+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"