diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-05-18 06:50:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-05-18 06:50:57 +0200 |
commit | 4828d0007066630510599047a78c5dba5209261e (patch) | |
tree | eabc7a8526b11d75c9d192df15f42b347377524b /dev-ruby | |
parent | dev-ruby/redcloth: add 4.3.1 (diff) | |
download | gentoo-4828d0007066630510599047a78c5dba5209261e.tar.gz gentoo-4828d0007066630510599047a78c5dba5209261e.tar.bz2 gentoo-4828d0007066630510599047a78c5dba5209261e.zip |
dev-ruby/semantic_puppet: add 0.1.2
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/semantic_puppet/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index e00129da33b5..96ab74ba6f23 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1 +1,2 @@ DIST semantic_puppet-0.1.1.gem 25088 SHA256 803dc62c61bbd7318197821590d8fe45f306ce8be4d1e54944ac7bfa1af2eff1 SHA512 9aa2ed9ae4194d85dd2c69b09ff128aef77f0fcb0ac2a3acd9dfbae970251d6ea9bf8cd7cab66f41553bc2693fb401d154e3ec4f0866d87106d39d1f347808fa WHIRLPOOL 774cb803c7e30aa341464b431d0678b7fbbff100ad4ac8b48285266dc70b5bf3f6d449db3670bcf0fdb2990635f758330b967abf47c264e59e0b468f6f1377b4 +DIST semantic_puppet-0.1.2.gem 25600 SHA256 de0f0112fc4b9412ce3295e2f9653a796ec9f88953a2cfd03617755a5a35a559 SHA512 160cfe6f649a038a5d3899ba059ce47e1cdf691d658e058968452f68c46964298b897ed63eea07aad424c7ea861ea95b3b31e398ed54a2b26e608d2a285e3600 WHIRLPOOL 29026b9db8729f04634647480b9f0f40ae71705b3ff7b693d78bd6266cea28ae47bcb15cfdd2d8d7352d07d568874477dead2997409d96c24cafc1ad51451b74 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild new file mode 100644 index 000000000000..b3deb7dc67f4 --- /dev/null +++ b/dev-ruby/semantic_puppet/semantic_puppet-0.1.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" + +inherit ruby-fakegem + +DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" +HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" |