summaryrefslogtreecommitdiff
path: root/dev-ruby/mash
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/mash
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r--dev-ruby/mash/Manifest3
-rw-r--r--dev-ruby/mash/mash-0.1.1-r2.ebuild20
-rw-r--r--dev-ruby/mash/metadata.xml11
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/mash/Manifest b/dev-ruby/mash/Manifest
new file mode 100644
index 000000000000..68ee0b70d27a
--- /dev/null
+++ b/dev-ruby/mash/Manifest
@@ -0,0 +1,3 @@
+DIST mash-0.1.1.gem 8704 BLAKE2B 071559e64bc6b4be639f854405bed695a9e8136e9e20d2793a47336f4fc68acdf587051f920c3429b882c2941b9d0396adaf12352b4306d64af5cdefec3aae83 SHA512 5d3a0997b9a98e3228f6e838e449597f88c53f3f310b1c19b40dd1d5439887afc8e47710f0062b6bf0ab776aa6a9563b21b2fb402667701b215edd9d2ccb7e8e
+EBUILD mash-0.1.1-r2.ebuild 460 BLAKE2B 5a908d272b852b260f617b9fd66439e5baf4fabad715ffd03db3045f505707c3b283124a63ebbada949d43904fb5f7431b3485df8fb791f838ab03a6d29ca836 SHA512 adf9c31f471e7dc15a404af6386cc74fe64f9f034b2d35421a555863c6ddbbd1f02adfb1285d3985301a2008e43b42105efac29e62e3cca53b8dc9bfcbca71d7
+MISC metadata.xml 338 BLAKE2B b97d8b2698a1bbffbcd29b4e9ee96bf8cbceee7b317adec462230d979ebeef2edc7865f336ffb2a9e712596cbcb8ac308f1d23aaffa774b43278442b7cddf1c0 SHA512 924a32d980f01b8a3da22f72fc87e799929dd8c8e13102189a348bfbe4fe8a03fb1f4028322771007f33ed9fc9ca8ed9b179d25f008a9da722640e6ac49659fd
diff --git a/dev-ruby/mash/mash-0.1.1-r2.ebuild b/dev-ruby/mash/mash-0.1.1-r2.ebuild
new file mode 100644
index 000000000000..c5b58ef234f9
--- /dev/null
+++ b/dev-ruby/mash/mash-0.1.1-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality"
+HOMEPAGE="https://github.com/mbleigh/mash"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-ruby/mash/metadata.xml b/dev-ruby/mash/metadata.xml
new file mode 100644
index 000000000000..b4de8743d329
--- /dev/null
+++ b/dev-ruby/mash/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">mbleigh/mash</remote-id>
+ </upstream>
+</pkgmetadata>