diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-05-31 05:31:42 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-05-31 05:31:42 +0200 |
commit | cc6ebc90921a25634fc23cc30c01208b84250cdb (patch) | |
tree | 2093b068d1350c7c60f4b1c61690234bb63a762f /dev-ruby/semantic_puppet | |
parent | dev-ruby/fast_gettext: cleanup (diff) | |
download | gentoo-cc6ebc90921a25634fc23cc30c01208b84250cdb.tar.gz gentoo-cc6ebc90921a25634fc23cc30c01208b84250cdb.tar.bz2 gentoo-cc6ebc90921a25634fc23cc30c01208b84250cdb.zip |
dev-ruby/semantic_puppet: add 1.0.0
Drop ~x86 keyword due to new gettext-setup dependency, bug 620236
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/semantic_puppet')
-rw-r--r-- | dev-ruby/semantic_puppet/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index d813b808f691..a90c8f20e4e6 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1 +1,2 @@ DIST semantic_puppet-0.1.3.gem 25600 SHA256 41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061 WHIRLPOOL a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739 +DIST semantic_puppet-1.0.0.gem 32256 SHA256 04877f5777312b89d23629b21cdee7a72eed3a62da1993379fe4ea66969877c1 SHA512 b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa3cccc9d0197b9d9b0aa0015b7055dd06a887b334d WHIRLPOOL 0d50edcf01cd119213603443e09d1ef36411db1c8b3d57c19b1d36f01531aaf475fb06dccc11850cdadf2af9206e7fbeac2dd97a77e8a5fc5cbe401a022d7175 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild new file mode 100644 index 000000000000..1cfb244da2d2 --- /dev/null +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +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="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3" |