summaryrefslogtreecommitdiff
path: root/dev-ruby/filigree
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-ruby/filigree
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-ruby/filigree')
-rw-r--r--dev-ruby/filigree/Manifest3
-rw-r--r--dev-ruby/filigree/filigree-0.4.1.ebuild22
-rw-r--r--dev-ruby/filigree/metadata.xml11
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/filigree/Manifest b/dev-ruby/filigree/Manifest
new file mode 100644
index 000000000000..01ffec86e887
--- /dev/null
+++ b/dev-ruby/filigree/Manifest
@@ -0,0 +1,3 @@
+DIST filigree-0.4.1.gem 31232 BLAKE2B edcffb0b98192205c19b401babc4320c6550d3683460827425269ea8090b7dc4164582d1e73fd251a6d4e21225fc0ffaeab1eb52e7ff571631981835aab9b8ea SHA512 068ada1cac6c79cbaed150ac6168951894b3d76fd82764afc6aa9322f406a26b59777b83e1deae9348b1c20cca56db36e6acedcc92446847746d923f21009b82
+EBUILD filigree-0.4.1.ebuild 453 BLAKE2B f8a880aa64499a5b4d26e7cc89c05659ad552b84879d5e4096ebb05af0fe4bb6cf35959cf001b70e8b625c5fd5daefad508f941c770b7393e51ceffd5a992972 SHA512 0806cde889c98cbbb7f6e46cc35a7d79a7d46c4e562004f7a7107b01e7c1b137b5ed9bd36d579426f33a69edf3c75eb83537c7b7ae882488af361a5bfd2fd5d8
+MISC metadata.xml 346 BLAKE2B c6e281231d49d58d8dcaa6e14b7dcfba4eca878b3386e7f55161708582fb28e40072e3dcd8a70d0a6372166067061a87e5741c791f56539d621a3a273e5c64f4 SHA512 cd71c54d9844b523a779389dc61d2f1784e5d95146d5a5eb1e5fa7bd5376005e8b6b08a5ea57207d88a3559410a608f9a0af315948496191acd264d3d479976f
diff --git a/dev-ruby/filigree/filigree-0.4.1.ebuild b/dev-ruby/filigree/filigree-0.4.1.ebuild
new file mode 100644
index 000000000000..b60cc04a73d2
--- /dev/null
+++ b/dev-ruby/filigree/filigree-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="New classes and extensions to core library classes."
+HOMEPAGE="https://github.com/chriswailes/filigree"
+LICENSE="UoI-NCSA"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test test/ts_filigree.rb || die
+}
diff --git a/dev-ruby/filigree/metadata.xml b/dev-ruby/filigree/metadata.xml
new file mode 100644
index 000000000000..3e4006e2373c
--- /dev/null
+++ b/dev-ruby/filigree/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">chriswailes/filigree</remote-id>
+ </upstream>
+</pkgmetadata>