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 996C6138336 for ; Sat, 9 Feb 2019 10:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3770E0A4F; Sat, 9 Feb 2019 10:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BF3EE0A07 for ; Sat, 9 Feb 2019 10:45:01 +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 E931B335D93 for ; Sat, 9 Feb 2019 10:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 203D653B for ; Sat, 9 Feb 2019 10:44:58 +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: <1549709078.959cc930bcf64cbc03256f437685f4f79d18fd91.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/puppet_forge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/puppet_forge/Manifest dev-ruby/puppet_forge/metadata.xml dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild X-VCS-Directories: dev-ruby/puppet_forge/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 959cc930bcf64cbc03256f437685f4f79d18fd91 X-VCS-Branch: master Date: Sat, 9 Feb 2019 10:44:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 997d6ea9-e459-4817-b317-201d8c4ad9fb X-Archives-Hash: abb3b9974ca022c59e30598ef68f9622 commit: 959cc930bcf64cbc03256f437685f4f79d18fd91 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 9 10:44:11 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 9 10:44:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959cc930 dev-ruby/puppet_forge: initial import of 2.2.9 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/puppet_forge/Manifest | 1 + dev-ruby/puppet_forge/metadata.xml | 16 ++++++++++++ dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild | 33 +++++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-ruby/puppet_forge/Manifest b/dev-ruby/puppet_forge/Manifest new file mode 100644 index 00000000000..583e1a86edc --- /dev/null +++ b/dev-ruby/puppet_forge/Manifest @@ -0,0 +1 @@ +DIST puppet_forge-2.2.9.gem 772608 BLAKE2B 15cad2cc183688262b96a35af46324a3264b8a615fa414bddb6b55587ac30f4fdcc64ddaa0f18b66571bde1a1eb17339bf1fad1630f3a06b6c1575cdbf1c9140 SHA512 753ad4b95db25c1ad284ceb802b03db9724f2a1c1f4522f252428f8ae7c6771361b6a38d070c2ce989bec9538471529cdd92c925501a0f8f4f1bb5e6d8ef3733 diff --git a/dev-ruby/puppet_forge/metadata.xml b/dev-ruby/puppet_forge/metadata.xml new file mode 100644 index 00000000000..4c2806a19ef --- /dev/null +++ b/dev-ruby/puppet_forge/metadata.xml @@ -0,0 +1,16 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + Tools that can be used to access Forge API information on Modules, + Users, and Releases. As well as download, unpack, and install + Releases to a directory. + + + puppetlabs/semantic_puppet + + diff --git a/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild b/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild new file mode 100644 index 00000000000..7223fbcbc0f --- /dev/null +++ b/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" + +inherit ruby-fakegem + +DESCRIPTION="Tools to access Forge API information on Modules, Users, and Releases" +HOMEPAGE="https://github.com/puppetlabs/forge-ruby" + +LICENSE="Apache-2.0" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/faraday-0.9.0:0 + >=dev-ruby/faraday_middleware-0.9.0:0 + >=dev-ruby/gettext-setup-0.11:0 + dev-ruby/archive-tar-minitar + =dev-ruby/semantic_puppet-1* +" + +all_ruby_prepare() { + # Avoid integration and user specs since they all require network access + rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die +}