public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-util/puppet-module/
@ 2011-11-21  6:25 Tiziano Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Tiziano Müller @ 2011-11-21  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     10538831c26e053dc815f84433ec3649b425fa43
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Thu Nov 17 10:43:32 2011 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 11:59:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=10538831

added initial ebuild for puppet-module-tools

---
 dev-util/puppet-module/Manifest                   |    2 +
 dev-util/puppet-module/puppet-module-0.3.4.ebuild |   28 +++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/dev-util/puppet-module/Manifest b/dev-util/puppet-module/Manifest
new file mode 100644
index 0000000..e481993
--- /dev/null
+++ b/dev-util/puppet-module/Manifest
@@ -0,0 +1,2 @@
+EBUILD puppet-module-0.3.4.ebuild 536 RMD160 70837e0e6e59dd8266d7764bcd02729984aa8706 SHA1 70f4148c9ed123c582a5efb040f31ea853c06621 SHA256 f2902df1e1780e78e891cd901b33148e4f9b48376f3db41042d7cde249e39805
+DIST puppet-module-0.3.4.gem 98816 RMD160 6c985262d43050bfb7affabda1ecc82813fca791 SHA1 90e7dd34bdb67ce4a7f58ca47e3b4518c380c8c6 SHA256 10c95bc779bb5c2139a7f565f908ec0f60361e6a68baa2dfccb0b050f1bd621d

diff --git a/dev-util/puppet-module/puppet-module-0.3.4.ebuild b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
new file mode 100644
index 0000000..3c06a33
--- /dev/null
+++ b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools for managing Puppet modules."
+HOMEPAGE="https://github.com/puppetlabs/puppet-module-tool"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+	>=app-admin/puppet-0.25.0
+	>=dev-ruby/facets-2.8.4
+	dev-ruby/multipart-post
+	dev-ruby/thor"
+
+DEPEND="${DEPEND}"
+RDEPEND="${RDEPEND}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: dev-util/puppet-module/
@ 2011-12-07 15:27 Tiziano Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Tiziano Müller @ 2011-12-07 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     670260b2a90093f68c2c565afefe1f6397302985
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Wed Dec  7 15:27:48 2011 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 15:27:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=670260b2

forgot template directory

---
 dev-util/puppet-module/Manifest                    |    3 ++-
 dev-util/puppet-module/puppet-module-0.3.4.ebuild  |    2 ++
 ...dule-0.3.4.ebuild => puppet-module-9999.ebuild} |   14 +++++++++++---
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-util/puppet-module/Manifest b/dev-util/puppet-module/Manifest
index e481993..0174a61 100644
--- a/dev-util/puppet-module/Manifest
+++ b/dev-util/puppet-module/Manifest
@@ -1,2 +1,3 @@
-EBUILD puppet-module-0.3.4.ebuild 536 RMD160 70837e0e6e59dd8266d7764bcd02729984aa8706 SHA1 70f4148c9ed123c582a5efb040f31ea853c06621 SHA256 f2902df1e1780e78e891cd901b33148e4f9b48376f3db41042d7cde249e39805
 DIST puppet-module-0.3.4.gem 98816 RMD160 6c985262d43050bfb7affabda1ecc82813fca791 SHA1 90e7dd34bdb67ce4a7f58ca47e3b4518c380c8c6 SHA256 10c95bc779bb5c2139a7f565f908ec0f60361e6a68baa2dfccb0b050f1bd621d
+EBUILD puppet-module-0.3.4.ebuild 575 RMD160 1b98528459a4623503a65ea8db3e002af7b239b9 SHA1 661721a6945d5010f4434ac712c2cd78f9442ce0 SHA256 3129a1669e112c8f4a42ddfb849658feda5c5ad27cf0fd2c9f2b5306e25c5f2f
+EBUILD puppet-module-9999.ebuild 715 RMD160 fed2396cab1c86a8a91f9d507f82124602ca7ec1 SHA1 6b36858c9f7f9ef7070de9730a3bd06dd0f695a0 SHA256 1ab4ef0cbe1067c5c30973125c8390dcdb4f272f806d4eed2d9dec13ac8f7ffe

diff --git a/dev-util/puppet-module/puppet-module-0.3.4.ebuild b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
index 3c06a33..eb6771c 100644
--- a/dev-util/puppet-module/puppet-module-0.3.4.ebuild
+++ b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
@@ -26,3 +26,5 @@ ruby_add_rdepend "
 
 DEPEND="${DEPEND}"
 RDEPEND="${RDEPEND}"
+
+RUBY_FAKEGEM_EXTRAINSTALL="templates"

diff --git a/dev-util/puppet-module/puppet-module-0.3.4.ebuild b/dev-util/puppet-module/puppet-module-9999.ebuild
similarity index 69%
copy from dev-util/puppet-module/puppet-module-0.3.4.ebuild
copy to dev-util/puppet-module/puppet-module-9999.ebuild
index 3c06a33..fae1462 100644
--- a/dev-util/puppet-module/puppet-module-0.3.4.ebuild
+++ b/dev-util/puppet-module/puppet-module-9999.ebuild
@@ -8,14 +8,15 @@ USE_RUBY="ruby18"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
 
-inherit ruby-fakegem
+inherit ruby-ng git-2
 
 DESCRIPTION="Tools for managing Puppet modules."
 HOMEPAGE="https://github.com/puppetlabs/puppet-module-tool"
-
+EGIT_REPO_URI="git://github.com/puppetlabs/puppet-module-tool.git"
+SRC_URI=""
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE=""
 
 ruby_add_rdepend "
@@ -23,6 +24,13 @@ ruby_add_rdepend "
 	>=dev-ruby/facets-2.8.4
 	dev-ruby/multipart-post
 	dev-ruby/thor"
+ruby_add_bdepend "dev-ruby/rake"
 
 DEPEND="${DEPEND}"
 RDEPEND="${RDEPEND}"
+
+EGIT_SOURCEDIR="${WORKDIR}/all"
+
+all_ruby_unpack() {
+	git-2_src_unpack
+}



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/dev-zero:master commit in: dev-util/puppet-module/
@ 2015-05-10 14:46 Tiziano Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Tiziano Müller @ 2015-05-10 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     96cbb38f09ef6252c8dc0c1bd2d90ab832b34f52
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:31:43 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun May 10 14:31:43 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=96cbb38f

remove deprecated package

 dev-util/puppet-module/Manifest                   |  3 --
 dev-util/puppet-module/puppet-module-0.3.4.ebuild | 30 -------------------
 dev-util/puppet-module/puppet-module-9999.ebuild  | 36 -----------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-util/puppet-module/Manifest b/dev-util/puppet-module/Manifest
deleted file mode 100644
index 0174a61..0000000
--- a/dev-util/puppet-module/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST puppet-module-0.3.4.gem 98816 RMD160 6c985262d43050bfb7affabda1ecc82813fca791 SHA1 90e7dd34bdb67ce4a7f58ca47e3b4518c380c8c6 SHA256 10c95bc779bb5c2139a7f565f908ec0f60361e6a68baa2dfccb0b050f1bd621d
-EBUILD puppet-module-0.3.4.ebuild 575 RMD160 1b98528459a4623503a65ea8db3e002af7b239b9 SHA1 661721a6945d5010f4434ac712c2cd78f9442ce0 SHA256 3129a1669e112c8f4a42ddfb849658feda5c5ad27cf0fd2c9f2b5306e25c5f2f
-EBUILD puppet-module-9999.ebuild 715 RMD160 fed2396cab1c86a8a91f9d507f82124602ca7ec1 SHA1 6b36858c9f7f9ef7070de9730a3bd06dd0f695a0 SHA256 1ab4ef0cbe1067c5c30973125c8390dcdb4f272f806d4eed2d9dec13ac8f7ffe

diff --git a/dev-util/puppet-module/puppet-module-0.3.4.ebuild b/dev-util/puppet-module/puppet-module-0.3.4.ebuild
deleted file mode 100644
index eb6771c..0000000
--- a/dev-util/puppet-module/puppet-module-0.3.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools for managing Puppet modules."
-HOMEPAGE="https://github.com/puppetlabs/puppet-module-tool"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=app-admin/puppet-0.25.0
-	>=dev-ruby/facets-2.8.4
-	dev-ruby/multipart-post
-	dev-ruby/thor"
-
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND}"
-
-RUBY_FAKEGEM_EXTRAINSTALL="templates"

diff --git a/dev-util/puppet-module/puppet-module-9999.ebuild b/dev-util/puppet-module/puppet-module-9999.ebuild
deleted file mode 100644
index fae1462..0000000
--- a/dev-util/puppet-module/puppet-module-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-ng git-2
-
-DESCRIPTION="Tools for managing Puppet modules."
-HOMEPAGE="https://github.com/puppetlabs/puppet-module-tool"
-EGIT_REPO_URI="git://github.com/puppetlabs/puppet-module-tool.git"
-SRC_URI=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-ruby_add_rdepend "
-	>=app-admin/puppet-0.25.0
-	>=dev-ruby/facets-2.8.4
-	dev-ruby/multipart-post
-	dev-ruby/thor"
-ruby_add_bdepend "dev-ruby/rake"
-
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND}"
-
-EGIT_SOURCEDIR="${WORKDIR}/all"
-
-all_ruby_unpack() {
-	git-2_src_unpack
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-10 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 15:27 [gentoo-commits] dev/dev-zero:master commit in: dev-util/puppet-module/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2015-05-10 14:46 Tiziano Müller
2011-11-21  6:25 Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox