diff options
Diffstat (limited to 'dev-ruby/file-tail')
-rw-r--r-- | dev-ruby/file-tail/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/file-tail/Manifest b/dev-ruby/file-tail/Manifest index 347d2550747c..edd4782bfedd 100644 --- a/dev-ruby/file-tail/Manifest +++ b/dev-ruby/file-tail/Manifest @@ -1,3 +1,3 @@ DIST file-tail-1.2.0.gem 19968 BLAKE2B 8a9ef8b73d2e7c8c21ec04e817991ebe40ba62800e565b607dbae9732b0192074cff4b3fc9dc7a495be9a2315eab63b48126e524091d72b37f7e8261cb1333f1 SHA512 ac20e5e855144f7462ef0471be08ab56e521a7b22117f1653e06624e1d81ac11d047a21a6979476bc8547dd88d90f25e51052950148acbe3ea64bdd3c35e1da3 -EBUILD file-tail-1.2.0-r1.ebuild 827 BLAKE2B 093ca0de29f9568d943fc41877a0c42fc5730f2ecdc3dcb2e79009bc4fe5759e214979d87a4c714839c3d17279f73984db9b65f60e5b2651a5d9508954ec01ee SHA512 deb8d388994b9c582e9598d1c546ec715f4fe57b7ffdb17e2339a6bb901c671e34dc067ed59007fb5d3ad8f451a754fa79b3c983ccac2c3258e366b36d4833d1 +EBUILD file-tail-1.2.0-r1.ebuild 820 BLAKE2B dc575e93577e94799b46265df9e190b37996129c6d3b265eaec9fe9ae8b93563377b01fb76a261be5bf06cbb2e7329fd08978b6e7a4de8e27c00a14e6c2a9a00 SHA512 fc65c42c6294dd6737b7de0c6c32b74df0399d157d45a71234732e7856a3b48b0b745aba37b36cb180bcd5c083eada974d8d20c0f525b8efb17a08b31c638700 MISC metadata.xml 248 BLAKE2B 0c876bde3c72e61d28284a95a837103e6d594c9f6fccbd6d7d1039f9c5a604347c20c334c9a57d80b152888fed536196f2807b477e8d0336c80affb0e28c9dc9 SHA512 b2b64178cf6cbbaa5fb4671ffe1ab88b83c920de363ae099ef74fa3e5eb8c8f0285c749cabc0cebf344951503d1b7309ae294afe9e7cf5172700182d8843fa14 diff --git a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild index 4572ac8e387d..bc921f05e439 100644 --- a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild +++ b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="none" @@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby" -HOMEPAGE="https://flori.github.com/file-tail" +HOMEPAGE="https://flori.github.io/file-tail/" LICENSE="GPL-2" SLOT="0" |