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/semantic_puppet/
Date: Wed, 31 May 2017 03:34:51
Message-Id: 1496201502.cc6ebc90921a25634fc23cc30c01208b84250cdb.graaff@gentoo
1 commit: cc6ebc90921a25634fc23cc30c01208b84250cdb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 03:31:42 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 03:31:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6ebc90
7
8 dev-ruby/semantic_puppet: add 1.0.0
9
10 Drop ~x86 keyword due to new gettext-setup dependency, bug 620236
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.1
13
14 dev-ruby/semantic_puppet/Manifest | 1 +
15 .../semantic_puppet/semantic_puppet-1.0.0.ebuild | 22 ++++++++++++++++++++++
16 2 files changed, 23 insertions(+)
17
18 diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest
19 index d813b808f69..a90c8f20e4e 100644
20 --- a/dev-ruby/semantic_puppet/Manifest
21 +++ b/dev-ruby/semantic_puppet/Manifest
22 @@ -1 +1,2 @@
23 DIST semantic_puppet-0.1.3.gem 25600 SHA256 41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061 WHIRLPOOL a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739
24 +DIST semantic_puppet-1.0.0.gem 32256 SHA256 04877f5777312b89d23629b21cdee7a72eed3a62da1993379fe4ea66969877c1 SHA512 b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa3cccc9d0197b9d9b0aa0015b7055dd06a887b334d WHIRLPOOL 0d50edcf01cd119213603443e09d1ef36411db1c8b3d57c19b1d36f01531aaf475fb06dccc11850cdadf2af9206e7fbeac2dd97a77e8a5fc5cbe401a022d7175
25
26 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
27 new file mode 100644
28 index 00000000000..1cfb244da2d
29 --- /dev/null
30 +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +USE_RUBY="ruby21 ruby22 ruby23"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 +
41 +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
42 +
43 +inherit ruby-fakegem
44 +
45 +DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies"
46 +HOMEPAGE="https://github.com/puppetlabs/semantic_puppet"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE=""
52 +
53 +ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3"