Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-util/puppet-module/
Date: Mon, 21 Nov 2011 06:25:34
Message-Id: 10538831c26e053dc815f84433ec3649b425fa43.dev-zero@gentoo
1 commit: 10538831c26e053dc815f84433ec3649b425fa43
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Nov 17 10:43:32 2011 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 17 11:59:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=10538831
7
8 added initial ebuild for puppet-module-tools
9
10 ---
11 dev-util/puppet-module/Manifest | 2 +
12 dev-util/puppet-module/puppet-module-0.3.4.ebuild | 28 +++++++++++++++++++++
13 2 files changed, 30 insertions(+), 0 deletions(-)
14
15 diff --git a/dev-util/puppet-module/Manifest b/dev-util/puppet-module/Manifest
16 new file mode 100644
17 index 0000000..e481993
18 --- /dev/null
19 +++ b/dev-util/puppet-module/Manifest
20 @@ -0,0 +1,2 @@
21 +EBUILD puppet-module-0.3.4.ebuild 536 RMD160 70837e0e6e59dd8266d7764bcd02729984aa8706 SHA1 70f4148c9ed123c582a5efb040f31ea853c06621 SHA256 f2902df1e1780e78e891cd901b33148e4f9b48376f3db41042d7cde249e39805
22 +DIST puppet-module-0.3.4.gem 98816 RMD160 6c985262d43050bfb7affabda1ecc82813fca791 SHA1 90e7dd34bdb67ce4a7f58ca47e3b4518c380c8c6 SHA256 10c95bc779bb5c2139a7f565f908ec0f60361e6a68baa2dfccb0b050f1bd621d
23
24 diff --git a/dev-util/puppet-module/puppet-module-0.3.4.ebuild b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
25 new file mode 100644
26 index 0000000..3c06a33
27 --- /dev/null
28 +++ b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2011 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header: $
33 +
34 +EAPI=4
35 +USE_RUBY="ruby18"
36 +
37 +RUBY_FAKEGEM_TASK_DOC=""
38 +RUBY_FAKEGEM_TASK_TEST=""
39 +
40 +inherit ruby-fakegem
41 +
42 +DESCRIPTION="Tools for managing Puppet modules."
43 +HOMEPAGE="https://github.com/puppetlabs/puppet-module-tool"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE=""
49 +
50 +ruby_add_rdepend "
51 + >=app-admin/puppet-0.25.0
52 + >=dev-ruby/facets-2.8.4
53 + dev-ruby/multipart-post
54 + dev-ruby/thor"
55 +
56 +DEPEND="${DEPEND}"
57 +RDEPEND="${RDEPEND}"