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 -}
