public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/r10k/
Date: Wed,  9 Oct 2019 05:47:55 +0000 (UTC)	[thread overview]
Message-ID: <1570600058.c7025cad70f5b48daea64aa5a75f5f4a18170d16.graaff@gentoo> (raw)

commit:     c7025cad70f5b48daea64aa5a75f5f4a18170d16
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 05:12:15 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 05:47:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7025cad

app-admin/r10k: add 3.3.2

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-admin/r10k/Manifest          |  1 +
 app-admin/r10k/r10k-3.3.2.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-admin/r10k/Manifest b/app-admin/r10k/Manifest
index a5aced53afe..9ba1775a846 100644
--- a/app-admin/r10k/Manifest
+++ b/app-admin/r10k/Manifest
@@ -1,3 +1,4 @@
 DIST r10k-3.2.0.gem 206336 BLAKE2B badc840ec7e6793daf205f1352899fa909e9a922a353a52841809dc80fd03758a865e0cb8210e58bb5c25968207d537b3f19c1903fbb519c50b6af2dd27eb5fb SHA512 7ea00ec28ba631877d33fa8b00b25e1c69346b787499ec7b26118c16acecf6bd39fcdc4618af016ebf5b62850b6d984510f7e9153dd4e99771def299b7d0703d
 DIST r10k-3.3.0.gem 206848 BLAKE2B 92fedb9871c6e22df3a3f8c4cf18feac1bf3ef51e2e67b3001c811bc81397eda71bc9da94ef860d6e39b989fd1c1a3b9dae402142496f17c4427ff2de62188fd SHA512 674c5c386885dd1476264d8bc047ddad0411b6344350662021ede8a5352e95fd50a72f62127b00bf6b2bc8e6b3835b017128788707610d510a64eee13b9f4d4f
 DIST r10k-3.3.1.gem 208384 BLAKE2B 81e7de3d2fabd038240478ab7ace4fba181a4370544f964b438a6b96de34a741f653aff018ece21453b119ae6b12f06934cc82be8a6b78cd5a72277195a5fe81 SHA512 20f9c92fbabed82521d452f339d9d2fd8cc438cac1cc11385a6e2874a5d55fe6425ddfcd281d8e63ee043adec5fbbfba0c37ef0c6e15d498c64ba550740ccd6e
+DIST r10k-3.3.2.gem 208384 BLAKE2B 8d5ce5d7fb2497b701fdf7cd0a742db7b221a2b327464b553b9dbd893ecfbda2498302fb14cda89df7030c6b48dfb048d23d5c271773a3974e75b115ad0e3c49 SHA512 ccc71c856f204aafe9f15b497c3881aaa3beff50c36647e06590cbbaebaed58514eb30a5d57bbee4ba071e3586083c0b07decbd68c859667e6eb6bb57a40aef5

diff --git a/app-admin/r10k/r10k-3.3.2.ebuild b/app-admin/r10k/r10k-3.3.2.ebuild
new file mode 100644
index 00000000000..1826c94b470
--- /dev/null
+++ b/app-admin/r10k/r10k-3.3.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Puppet environment and module deployment"
+HOMEPAGE="https://github.com/puppetlabs/r10k"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+git"
+
+ruby_add_rdepend "
+	~dev-ruby/colored-1.2
+	~dev-ruby/cri-2.15.6
+	>=dev-ruby/gettext-setup-0.24:0
+	~dev-ruby/log4r-1.1.10
+	>=dev-ruby/multi_json-1.10:0
+	=dev-ruby/puppet_forge-2.3*
+"
+
+ruby_add_bdepend "test? (
+	dev-ruby/archive-tar-minitar
+)"
+
+RDEPEND="${RDEPEND} git? ( >=dev-vcs/git-1.6.6 )"
+
+all_ruby_prepare() {
+	sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# Avoid specs for unpackaged rugget git provider
+	rm -rf spec/unit/git_spec.rb spec/unit/git/rugged || die
+}


             reply	other threads:[~2019-10-09  5:47 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-09  5:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18  6:24 [gentoo-commits] repo/gentoo:master commit in: app-admin/r10k/ Hans de Graaff
2024-05-03  5:49 Hans de Graaff
2024-05-03  5:49 Hans de Graaff
2024-04-05  9:42 Hans de Graaff
2023-12-09  9:11 Hans de Graaff
2023-12-09  9:11 Hans de Graaff
2023-09-09  7:10 Hans de Graaff
2023-08-19  8:03 Hans de Graaff
2023-08-19  8:03 Hans de Graaff
2023-06-25 13:53 Hans de Graaff
2022-12-17  8:37 Hans de Graaff
2022-07-20  6:01 Hans de Graaff
2022-06-18  8:40 Hans de Graaff
2020-11-21  7:36 Hans de Graaff
2020-11-21  7:33 Hans de Graaff
2020-11-20  8:04 Robin H. Johnson
2020-11-20  7:29 Robin H. Johnson
2020-09-15  6:57 Hans de Graaff
2020-07-20  6:55 Hans de Graaff
2020-04-01 16:37 Thomas Deutschmann
2020-03-08  6:38 Hans de Graaff
2020-02-14  7:18 Hans de Graaff
2020-01-23 19:13 Hans de Graaff
2019-08-23 15:35 Hans de Graaff
2019-07-13  6:14 Hans de Graaff
2019-07-13  6:14 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-01  5:31 Hans de Graaff
2019-02-10  7:25 Hans de Graaff
2019-02-09 10:44 Hans de Graaff
2018-05-06  6:37 Hans de Graaff
2018-01-22 20:34 Hans de Graaff
2017-12-21  4:53 Vikraman Choudhury
2017-09-08 19:35 Sven Wegener
2017-09-08 19:12 Sven Wegener
2017-08-05 18:49 Hans de Graaff
2017-08-01  5:50 Hans de Graaff
2017-08-01  5:50 Hans de Graaff
2017-08-01  5:50 Hans de Graaff
2016-04-10  0:18 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570600058.c7025cad70f5b48daea64aa5a75f5f4a18170d16.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox