commit: af1a215d81f7869eea83d3b84505be14cdfba919 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Apr 13 15:03:32 2017 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Apr 13 15:28:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a215d
dev-ruby/axiom-types: initial import of 0.1.1 from mrueg overlay Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/axiom-types/Manifest | 1 + dev-ruby/axiom-types/axiom-types-0.1.1.ebuild | 30 +++++++++++++++++++++++++++ dev-ruby/axiom-types/metadata.xml | 11 ++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-ruby/axiom-types/Manifest b/dev-ruby/axiom-types/Manifest new file mode 100644 index 00000000000..2eb7cf3ed95 --- /dev/null +++ b/dev-ruby/axiom-types/Manifest @@ -0,0 +1 @@ +DIST axiom-types-0.1.1.gem 23552 SHA256 c1ff113f3de516fa195b2db7e0a9a95fd1b08475a502ff660d04507a09980383 SHA512 1d1eb7680cc7370e81506acf8a3a5ca2e40e8c375cc6e91176fca2b5ba388b87792b0e0872e6847b7f8ab27f3fc52f4cd4792875c97f579ffa4578e3c414d2e5 WHIRLPOOL 8b7504a27cd0c1e0c0abe2f145c3ae0b109901630f3b0ebd106f932b3b5d85375350060d6416650b295b37db9c65ebe68f5d7017c4f1139d7bd8c78ea522a992 diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild new file mode 100644 index 00000000000..9b79fff132e --- /dev/null +++ b/dev-ruby/axiom-types/axiom-types-0.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +inherit ruby-fakegem + +DESCRIPTION="Define types with optional constraints for use within axiom and other libraries" +HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4 + <dev-ruby/descendants_tracker-0.1 + >=dev-ruby/ice_nine-0.11.0 + <dev-ruby/ice_nine-0.12 + >=dev-ruby/thread_safe-0.3.1 + <dev-ruby/thread_safe-1" + +RESTRICT="test" diff --git a/dev-ruby/axiom-types/metadata.xml b/dev-ruby/axiom-types/metadata.xml new file mode 100644 index 00000000000..7ceea691da4 --- /dev/null +++ b/dev-ruby/axiom-types/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>r...@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">dkubb/axiom-types</remote-id> + </upstream> +</pkgmetadata>