From 079f9f26ef9d7abf2d2063460121bd473bb99492 Mon Sep 17 00:00:00 2001 From: tocaro Date: Sat, 28 Mar 2015 18:30:11 +0100 Subject: small enhancements (more puppet module available) --- app-admin/tho-puppet-bootstrap/ChangeLog | 5 ++++ .../tho-puppet-bootstrap-0.2.1.ebuild | 28 -------------------- .../tho-puppet-bootstrap-0.2.2.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 28 deletions(-) delete mode 100644 app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.1.ebuild create mode 100644 app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.2.ebuild (limited to 'app-admin') diff --git a/app-admin/tho-puppet-bootstrap/ChangeLog b/app-admin/tho-puppet-bootstrap/ChangeLog index 1367b20..0e592ab 100644 --- a/app-admin/tho-puppet-bootstrap/ChangeLog +++ b/app-admin/tho-puppet-bootstrap/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2014-2015 Thomas Carrie; Distributed under the GPL v2 # $Header: $ +*tho-puppet-bootstrap-0.2.2 (28 Mar 2015) + + 14 Feb 2015; Thomas Carrie : + Small enhancements. + *tho-puppet-bootstrap-0.2.0 (14 Feb 2015) 14 Feb 2015; Thomas Carrie : diff --git a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.1.ebuild b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.1.ebuild deleted file mode 100644 index 453bc30..0000000 --- a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.1.ebuild +++ /dev/null @@ -1,28 +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 - net-dns/host - app-portage/gentoolkit" - -src_install() { - # http://devmanual.gentoo.org/function-reference/install-functions/ - dobin thoPuppetBootstrap - dobin thoFindObsoletePuppetManagedFiles - dobin thoDirectoryChildLinkSwitch -} diff --git a/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.2.ebuild b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.2.ebuild new file mode 100644 index 0000000..dad7512 --- /dev/null +++ b/app-admin/tho-puppet-bootstrap/tho-puppet-bootstrap-0.2.2.ebuild @@ -0,0 +1,30 @@ +# 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 + net-dns/host + app-admin/augeas + app-admin/sudo + app-portage/gentoolkit" + +src_install() { + # http://devmanual.gentoo.org/function-reference/install-functions/ + dobin thoPuppetBootstrap + dobin thoFindObsoletePuppetManagedFiles + dobin thoDirectoryChildLinkSwitch +} -- cgit v1.2.3-65-gdbad