Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/axiom-types/
Date: Thu, 13 Apr 2017 15:29:14
Message-Id: 1492097326.af1a215d81f7869eea83d3b84505be14cdfba919.graaff@gentoo
1 commit: af1a215d81f7869eea83d3b84505be14cdfba919
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 13 15:03:32 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 15:28:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a215d
7
8 dev-ruby/axiom-types: initial import of 0.1.1 from mrueg overlay
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/axiom-types/Manifest | 1 +
13 dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 30 +++++++++++++++++++++++++++
14 dev-ruby/axiom-types/metadata.xml | 11 ++++++++++
15 3 files changed, 42 insertions(+)
16
17 diff --git a/dev-ruby/axiom-types/Manifest b/dev-ruby/axiom-types/Manifest
18 new file mode 100644
19 index 00000000000..2eb7cf3ed95
20 --- /dev/null
21 +++ b/dev-ruby/axiom-types/Manifest
22 @@ -0,0 +1 @@
23 +DIST axiom-types-0.1.1.gem 23552 SHA256 c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383 SHA512 1d1eb7680cc7370e81506acf8a3a5ca2e40e8c375cc6e91176fca2b5ba388b87792b0e0872e6847b7f8ab27f3fc52f4cd4792875c97f579ffa4578e3c414d2e5 WHIRLPOOL 8b7504a27cd0c1e0c0abe2f145c3ae0b109901630f3b0ebd106f932b3b5d85375350060d6416650b295b37db9c65ebe68f5d7017c4f1139d7bd8c78ea522a992
24
25 diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
26 new file mode 100644
27 index 00000000000..9b79fff132e
28 --- /dev/null
29 +++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +USE_RUBY="ruby21 ruby22 ruby23"
38 +
39 +RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
40 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 +RUBY_FAKEGEM_RECIPE_DOC="yard"
42 +
43 +inherit ruby-fakegem
44 +
45 +DESCRIPTION="Define types with optional constraints for use within axiom and other libraries"
46 +HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE=""
52 +
53 +ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4
54 + <dev-ruby/descendants_tracker-0.1
55 + >=dev-ruby/ice_nine-0.11.0
56 + <dev-ruby/ice_nine-0.12
57 + >=dev-ruby/thread_safe-0.3.1
58 + <dev-ruby/thread_safe-1"
59 +
60 +RESTRICT="test"
61
62 diff --git a/dev-ruby/axiom-types/metadata.xml b/dev-ruby/axiom-types/metadata.xml
63 new file mode 100644
64 index 00000000000..7ceea691da4
65 --- /dev/null
66 +++ b/dev-ruby/axiom-types/metadata.xml
67 @@ -0,0 +1,11 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="project">
72 + <email>ruby@g.o</email>
73 + <name>Gentoo Ruby Project</name>
74 + </maintainer>
75 + <upstream>
76 + <remote-id type="github">dkubb/axiom-types</remote-id>
77 + </upstream>
78 +</pkgmetadata>