diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-10-08 23:06:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-10-08 23:06:07 +0100 |
commit | e23a08d0c97a0cc415aaa165da840b056f93c997 (patch) | |
tree | 4c5f7db60483518201fef36f8cc0712789a08db2 /dev-ruby/text | |
parent | 391b5b359a346aff490103da7dddc85047f83830 (diff) |
gentoo resync : 08.10.2021
Diffstat (limited to 'dev-ruby/text')
-rw-r--r-- | dev-ruby/text/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/text/text-1.3.1-r1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/text/Manifest b/dev-ruby/text/Manifest index 374f0bd4dc37..720389b7a86d 100644 --- a/dev-ruby/text/Manifest +++ b/dev-ruby/text/Manifest @@ -1,3 +1,4 @@ DIST text-1.3.1.gem 138752 BLAKE2B 19c837d83f72787ef1a70eca74d9b2d2e8336d60eb2dc07578f07fa446919984946b1c2431efcb4a3b29770f77f9eb0ea9a40c8d74dd07972786066b67aa3e2e SHA512 0380fc77e2f0d427afd9015ed904947311139e52adf3d49b748d0e6ee32c579073ec979f0cdbc117b53e3d841f25ce9f271637dd7edb5f6e124e369cca788eb8 +EBUILD text-1.3.1-r1.ebuild 398 BLAKE2B 120f51b01014545f379aa2c8ff6f03936b1c6459676ef05b9a497fb5a380ac08373f89f1a0360d5363ecf08e45334003e5bc3cf3ba26080abbeb3c9ff04672f9 SHA512 30bf6a40d9bc4ed2b894207a2dadc80d7cb57983897ef81a67a874b74b740c53df18b464856c85c1f48a632516053fb6be059a2f635d9f352bad99d092a48713 EBUILD text-1.3.1.ebuild 429 BLAKE2B ef761d3251ee38830ba233990bbf8069611b2fa66d7dcd80ff427cfe849409a8543d258214e14bcd42283c42da97ee27587040068d67184ddc06d47776f3ad01 SHA512 2b892246fa9962e2145a490a83343dc61593e73d9564c62fb62c4ca119b78cfed1d1aeff9ca45e21cad9f57f61561c71189c4b40d028216b3701728c5e29e57b MISC metadata.xml 344 BLAKE2B 6a1b407c9fbef40e4a1b79982bbf7de3b2459c6b1726d7be04500a3d1d2926fd6a697830c66c47e3d2a63f432f8d3b0b76775bf5dde17a4ad803c99390cd3b20 SHA512 0a076cc71bd6ca52aa2d418469f5d6cb6b3c3ccffc7061a9418d9face99188e33e37d07c59edaf1d211c5b3e90b06fd6352509a44d437a6f0c2f61200a68473f diff --git a/dev-ruby/text/text-1.3.1-r1.ebuild b/dev-ruby/text/text-1.3.1-r1.ebuild new file mode 100644 index 000000000000..bdb24da28420 --- /dev/null +++ b/dev-ruby/text/text-1.3.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="A collection of text algorithms" +HOMEPAGE="https://github.com/threedaymonk/text" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |