commit: 4828d0007066630510599047a78c5dba5209261e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed May 18 04:50:57 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed May 18 04:50:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828d000
dev-ruby/semantic_puppet: add 0.1.2 Package-Manager: portage-2.2.28 dev-ruby/semantic_puppet/Manifest | 1 + .../semantic_puppet/semantic_puppet-0.1.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index e00129d..96ab74b 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 0000000..b3deb7d --- /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=""
