From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C028139695 for ; Wed, 31 May 2017 03:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BCC21C06A; Wed, 31 May 2017 03:34:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E695621C06B for ; Wed, 31 May 2017 03:34:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9906634172A for ; Wed, 31 May 2017 03:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4068F746E for ; Wed, 31 May 2017 03:34:46 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1496201502.cc6ebc90921a25634fc23cc30c01208b84250cdb.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/semantic_puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/semantic_puppet/Manifest dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild X-VCS-Directories: dev-ruby/semantic_puppet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cc6ebc90921a25634fc23cc30c01208b84250cdb X-VCS-Branch: master Date: Wed, 31 May 2017 03:34:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3ca77c7-8eb9-4cd5-9524-077470c315cd X-Archives-Hash: c564bb1e7c8ccc0004cb70bc03eedd24 commit: cc6ebc90921a25634fc23cc30c01208b84250cdb Author: Hans de Graaff gentoo org> AuthorDate: Wed May 31 03:31:42 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 31 03:31:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6ebc90 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 dev-ruby/semantic_puppet/Manifest | 1 + .../semantic_puppet/semantic_puppet-1.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index d813b808f69..a90c8f20e4e 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 00000000000..1cfb244da2d --- /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"