From d778d154020820be614f91eeab16d33072323a03 Mon Sep 17 00:00:00 2001 From: tocaro Date: Sat, 10 Jan 2015 19:50:30 +0100 Subject: support for hiera in puppet bootstrap --- .../tho-puppet-bootstrap-0.1.0.ebuild | 24 ---------------------- .../tho-puppet-bootstrap-0.2.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.1.0.ebuild create mode 100644 app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild diff --git a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.1.0.ebuild b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.1.0.ebuild deleted file mode 100644 index b04caf8..0000000 --- a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2013-2014 Thomas Carrie -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="If you want to use puppet without the puppet server, you can use it via git with a recent puppet setup via rubygems" -HOMEPAGE="http://thocar.org/tarballs/" -SRC_URI="http://thocar.org/tarballs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm x86" -IUSE="" -DEPEND="" -RDEPEND=">=dev-vcs/git-1.7.0 - virtual/rubygems" - -src_install() { - # http://devmanual.gentoo.org/function-reference/install-functions/ - dobin thoPuppetBootstrap -} diff --git a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild new file mode 100644 index 0000000..b04caf8 --- /dev/null +++ b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2013-2014 Thomas Carrie +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="If you want to use puppet without the puppet server, you can use it via git with a recent puppet setup via rubygems" +HOMEPAGE="http://thocar.org/tarballs/" +SRC_URI="http://thocar.org/tarballs/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm x86" +IUSE="" +DEPEND="" +RDEPEND=">=dev-vcs/git-1.7.0 + virtual/rubygems" + +src_install() { + # http://devmanual.gentoo.org/function-reference/install-functions/ + dobin thoPuppetBootstrap +} -- cgit v1.2.3-65-gdbad