]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
dev-ruby/fastimage: Update USE_RUBY.
authorNick Bowler <nbowler@draconx.ca>
Sat, 1 Apr 2023 21:54:59 +0000 (17:54 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 1 Apr 2023 21:54:59 +0000 (17:54 -0400)
And remove old ebuilds that cannot be installed anymore.

dev-ruby/fastimage/Manifest
dev-ruby/fastimage/fastimage-2.2.6-r1.ebuild [moved from dev-ruby/fastimage/fastimage-2.2.1.ebuild with 88% similarity]
dev-ruby/fastimage/fastimage-2.2.6.ebuild [deleted file]

index 41cef0819d32eabbb98e6edecc5ef5b29d87f622..893fdda9ff49c340c7cd35943a596b14a8926351 100644 (file)
@@ -1,4 +1,2 @@
-DIST fastimage-2.2.1.tar.gz 8985002 BLAKE2B 6f79fce6dfbd70ab9de5a09cce618c8605bed0fe4222612cecfd9ea1508630b3aef257ea9d86b8aad21fd9773687fa8602346bd49ca09670dd98d1eac69ba926 SHA512 3663e51ffa00a1a51b6b38a544ed8256f8675bb2cce4af0ce65d8ecbaa40049eaf7187ba1ee53735383b367cc976f7e88a7a16e86f8587b6e3d17f6bb8f5bec2
 DIST fastimage-2.2.6.tar.gz 21028607 BLAKE2B 607941d084be5a08d8ddf52e9aa4c629a9cc7d529c5255b6183ddf142ea147783931b37b2f712501e5650ce77564f3e33884b0ac49712af4bf0647e2c0385421 SHA512 9409a7770dd9948d1c62e6401900ee6de9b835996e28f0ad4f01dd4cd9089aff8f7f7d5285e1f18eb5614dbf8fddba6d9876db320ab0af6765dca3724dfc1632
-EBUILD fastimage-2.2.1.ebuild 584 BLAKE2B b234714b032542517c76ee19cbef7aaebfff5f0f8232e9a68a78fc9fdb4c5ac2dd3f270794e608335a3829276f3946f42b5885c893e42ff7036d13a4991fdce9 SHA512 0c4f26acac4a77615c70a6e8837910ae963ad40c7121146c3b535f0f1fa3bfb7644282f0a8e7e27658803a6fc59429fc4d22e99dc7f75ad8216d389b55d96b76
-EBUILD fastimage-2.2.6.ebuild 577 BLAKE2B de531c2c78faa20a6954e5093b782bf7945de81fb7afa0f6342780b86e7abcdcfe983b6eee65e0f76b774c8d13535ca55e9192bd9b1de22d7dbda9909a144e94 SHA512 90974522126420442cefc0b7674e0decd8f6dc3dffc503c92e67c9d302001fb9098af6cde36de9b3a955b8605699bbf99370d91f0fc4f5159ee10feea9f4d952
+EBUILD fastimage-2.2.6-r1.ebuild 584 BLAKE2B 615c62deda73d25721e24580a1bcfde57ac12d64d342ab3461568af6b6af86401f562605c2abfeb8865b700c15f0acf0d49bac052b562d6fbc8d76d560b58fa5 SHA512 e5c5dc6f7b654c76f53b2c0284308938f0db36b4880f15023b5bfbaac70066df3f3cb3c88f6102141cae012b1f61a9c5b045870ebedd72fb5b26c207bf867b2f
similarity index 88%
rename from dev-ruby/fastimage/fastimage-2.2.1.ebuild
rename to dev-ruby/fastimage/fastimage-2.2.6-r1.ebuild
index a1ba50e072175b1c546776bcd964e8505630a2cb..14579bcabcb383b3c69e2cceca0748b9af3921f5 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright © 2019-2021 Nick Bowler
+# 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=7
 
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.textile"
 
diff --git a/dev-ruby/fastimage/fastimage-2.2.6.ebuild b/dev-ruby/fastimage/fastimage-2.2.6.ebuild
deleted file mode 100644 (file)
index 570d6ac..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright © 2019-2022 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=7
-
-USE_RUBY="ruby26 ruby27"
-
-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"