summaryrefslogtreecommitdiff
path: root/dev-ruby/text
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/text
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/text')
-rw-r--r--dev-ruby/text/Manifest3
-rw-r--r--dev-ruby/text/metadata.xml11
-rw-r--r--dev-ruby/text/text-1.3.1.ebuild19
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/text/Manifest b/dev-ruby/text/Manifest
new file mode 100644
index 000000000000..bc9f123e4433
--- /dev/null
+++ b/dev-ruby/text/Manifest
@@ -0,0 +1,3 @@
+DIST text-1.3.1.gem 138752 BLAKE2B 19c837d83f72787ef1a70eca74d9b2d2e8336d60eb2dc07578f07fa446919984946b1c2431efcb4a3b29770f77f9eb0ea9a40c8d74dd07972786066b67aa3e2e SHA512 0380fc77e2f0d427afd9015ed904947311139e52adf3d49b748d0e6ee32c579073ec979f0cdbc117b53e3d841f25ce9f271637dd7edb5f6e124e369cca788eb8
+EBUILD text-1.3.1.ebuild 437 BLAKE2B 0b33cb635cebd1eeab68f9fdbc483c992ef9d42c0e2d88e0822bc607b3d8a51677cbb255d11ae7835b8b0acc663a28972bc1edb705161616a46a5ff45f7f7f7d SHA512 5c201fbeaf51be95c197d5708dc79b575f797ec969471e26a532f5f9ac661d434348b9848b184f9b1f8680da98e5b9c16f6fa4cce5f9a569be1c3228ca3fc84e
+MISC metadata.xml 343 BLAKE2B 91551aa0c1cc6f29cecfa2861bfd81de4a807b0611051c48695ff417fa32d67af93d1b5b28fc0653d1723886eed0c4b3f818fa5adb55fa43ecf479b21bcad398 SHA512 892628e73011329fa421c9237bd6525b90f548ef98b297b8ca9d2394f6c11f1c2a235b4676fd126722a5381484e8f278f42a8f045e79f6ab251e2dbb16eaba7d
diff --git a/dev-ruby/text/metadata.xml b/dev-ruby/text/metadata.xml
new file mode 100644
index 000000000000..99e22457d8dd
--- /dev/null
+++ b/dev-ruby/text/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">threedaymonk/text</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/text/text-1.3.1.ebuild b/dev-ruby/text/text-1.3.1.ebuild
new file mode 100644
index 000000000000..40c54b324472
--- /dev/null
+++ b/dev-ruby/text/text-1.3.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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 ia64 ppc ppc64 ~sparc x86"
+IUSE=""