diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2013-03-01 19:17:15 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2013-03-01 19:17:15 +0000 |
commit | f15aa2ea4ac4ce1b2c4b64a01bda674e4bf73680 (patch) | |
tree | 54cbe984db04af4ad6fc0cc2a274dd03a078c123 /app-admin | |
parent | Remove old (diff) | |
download | gentoo-2-f15aa2ea4ac4ce1b2c4b64a01bda674e4bf73680.tar.gz gentoo-2-f15aa2ea4ac4ce1b2c4b64a01bda674e4bf73680.tar.bz2 gentoo-2-f15aa2ea4ac4ce1b2c4b64a01bda674e4bf73680.zip |
version bump; remove broken versions
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/chef/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/chef/chef-10.12.0.ebuild | 78 | ||||
-rw-r--r-- | app-admin/chef/chef-10.16.4.ebuild | 89 | ||||
-rw-r--r-- | app-admin/chef/chef-10.20.0.ebuild | 89 | ||||
-rw-r--r-- | app-admin/chef/chef-10.24.0.ebuild (renamed from app-admin/chef/chef-10.22.0.ebuild) | 2 |
5 files changed, 9 insertions, 258 deletions
diff --git a/app-admin/chef/ChangeLog b/app-admin/chef/ChangeLog index ebd901b5ddd3..05654f66a58c 100644 --- a/app-admin/chef/ChangeLog +++ b/app-admin/chef/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/chef # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.21 2013/02/14 08:23:19 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.22 2013/03/01 19:17:14 hollow Exp $ + +*chef-10.24.0 (01 Mar 2013) + + 01 Mar 2013; Benedikt Böhm <hollow@gentoo.org> -chef-10.12.0.ebuild, + -chef-10.16.4.ebuild, -chef-10.20.0.ebuild, -chef-10.22.0.ebuild, + +chef-10.24.0.ebuild: + version bump; remove broken versions *chef-10.22.0 (14 Feb 2013) diff --git a/app-admin/chef/chef-10.12.0.ebuild b/app-admin/chef/chef-10.12.0.ebuild deleted file mode 100644 index a7e610c24135..000000000000 --- a/app-admin/chef/chef-10.12.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.12.0.ebuild,v 1.1 2012/08/11 12:16:13 hollow Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="spec" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem user - -DESCRIPTION="Chef is a systems integration framework" -HOMEPAGE="http://wiki.opscode.com/display/chef" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# specs have various indempotency issues which result in the global Chef::Config -# object to be replaced and subsequently fails other specs. Revisit this later. -RESTRICT="test" - -ruby_add_rdepend ">=dev-ruby/bunny-0.6.0 - dev-ruby/erubis - >=dev-ruby/highline-1.6.9 - >=dev-ruby/json-1.4.4 - <=dev-ruby/json-1.6.1 - >=dev-ruby/mixlib-authentication-1.1.0 - >=dev-ruby/mixlib-cli-1.1.0 - >=dev-ruby/mixlib-config-1.1.2 - >=dev-ruby/mixlib-log-1.3.0 - dev-ruby/mixlib-shellout - dev-ruby/moneta - >=dev-ruby/net-ssh-2.2.2 - <dev-ruby/net-ssh-2.3 - >=dev-ruby/net-ssh-multi-1.1 - <dev-ruby/net-ssh-multi-1.2 - >=dev-ruby/ohai-0.6.0 - >=dev-ruby/rest-client-1.0.4 - <dev-ruby/rest-client-1.7 - dev-ruby/ruby-shadow - >=dev-ruby/treetop-1.4.9 - <dev-ruby/treetop-1.5 - dev-ruby/uuidtools - >=dev-ruby/yajl-ruby-1.1 - <dev-ruby/yajl-ruby-2" - -all_ruby_install() { - all_fakegem_install - - keepdir /etc/chef /var/lib/chef /var/log/chef /var/run/chef - - doinitd "${FILESDIR}/initd/chef-client" - doconfd "${FILESDIR}/confd/chef-client" - - insinto /etc/chef - doins "${FILESDIR}/client.rb" - doins "${FILESDIR}/solo.rb" - - doman distro/common/man/man1/*.1 - doman distro/common/man/man8/*.8 -} - -pkg_setup() { - enewgroup chef - enewuser chef -1 -1 /var/lib/chef chef -} - -pkg_postinst() { - elog - elog "You should edit /etc/chef/client.rb before starting the service with" - elog "/etc/init.d/chef-client start" - elog -} diff --git a/app-admin/chef/chef-10.16.4.ebuild b/app-admin/chef/chef-10.16.4.ebuild deleted file mode 100644 index 3d5ee40c7ac9..000000000000 --- a/app-admin/chef/chef-10.16.4.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.16.4.ebuild,v 1.2 2012/12/27 07:13:11 hollow Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="spec" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC=${RUBY_FAKEGEM_NAME}.gemspec - -inherit ruby-fakegem user - -DESCRIPTION="Chef is a systems integration framework" -HOMEPAGE="http://wiki.opscode.com/display/chef" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# specs have various indempotency issues which result in the global Chef::Config -# object to be replaced and subsequently fails other specs. Revisit this later. -RESTRICT="test" - -ruby_add_rdepend ">=dev-ruby/bunny-0.6.0 - dev-ruby/erubis - >=dev-ruby/highline-1.6.9 - >=dev-ruby/json-1.4.4 - >=dev-ruby/mixlib-authentication-1.3.0 - >=dev-ruby/mixlib-cli-1.1.0 - >=dev-ruby/mixlib-config-1.1.2 - >=dev-ruby/mixlib-log-1.3.0 - dev-ruby/mixlib-shellout - <dev-ruby/moneta-0.7.0 - >=dev-ruby/net-ssh-2.2.2 - <dev-ruby/net-ssh-2.3 - >=dev-ruby/net-ssh-multi-1.1 - <dev-ruby/net-ssh-multi-1.2 - >=dev-ruby/ohai-0.6.0 - >=dev-ruby/rest-client-1.0.4 - <dev-ruby/rest-client-1.7 - dev-ruby/ruby-shadow - >=dev-ruby/treetop-1.4.9 - <dev-ruby/treetop-1.5 - dev-ruby/uuidtools - >=dev-ruby/yajl-ruby-1.1 - <dev-ruby/yajl-ruby-2" - -each_ruby_prepare() { - ruby_fakegem_metadata_gemspec ../metadata ${RUBY_FAKEGEM_GEMSPEC} - - # bunny - sed -i -e 's/"< 0.8.0", //' ${RUBY_FAKEGEM_GEMSPEC} || die "Unable to fix up dependencies." - - # json - sed -i -e 's/"<= 1.6.1", //' ${RUBY_FAKEGEM_GEMSPEC} || die "Unable to fix up dependencies." -} - -all_ruby_install() { - all_fakegem_install - - keepdir /etc/chef /var/lib/chef /var/log/chef /var/run/chef - - doinitd "${FILESDIR}/initd/chef-client" - doconfd "${FILESDIR}/confd/chef-client" - - insinto /etc/chef - doins "${FILESDIR}/client.rb" - doins "${FILESDIR}/solo.rb" - - doman distro/common/man/man1/*.1 - doman distro/common/man/man8/*.8 -} - -pkg_setup() { - enewgroup chef - enewuser chef -1 -1 /var/lib/chef chef -} - -pkg_postinst() { - elog - elog "You should edit /etc/chef/client.rb before starting the service with" - elog "/etc/init.d/chef-client start" - elog -} diff --git a/app-admin/chef/chef-10.20.0.ebuild b/app-admin/chef/chef-10.20.0.ebuild deleted file mode 100644 index e2b77991042a..000000000000 --- a/app-admin/chef/chef-10.20.0.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.20.0.ebuild,v 1.2 2013/02/10 21:08:24 hollow Exp $ - -EAPI=4 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="spec" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC=${RUBY_FAKEGEM_NAME}.gemspec - -inherit ruby-fakegem user - -DESCRIPTION="Chef is a systems integration framework" -HOMEPAGE="http://wiki.opscode.com/display/chef" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# specs have various indempotency issues which result in the global Chef::Config -# object to be replaced and subsequently fails other specs. Revisit this later. -RESTRICT="test" - -ruby_add_rdepend ">=dev-ruby/bunny-0.6.0 - dev-ruby/erubis - >=dev-ruby/highline-1.6.9 - >=dev-ruby/json-1.4.4 - >=dev-ruby/mixlib-authentication-1.3.0 - >=dev-ruby/mixlib-cli-1.1.0 - >=dev-ruby/mixlib-config-1.1.2 - >=dev-ruby/mixlib-log-1.3.0 - dev-ruby/mixlib-shellout - <dev-ruby/moneta-0.7.0 - >=dev-ruby/net-ssh-2.6 - <dev-ruby/net-ssh-2.7 - >=dev-ruby/net-ssh-multi-1.1 - <dev-ruby/net-ssh-multi-1.2 - >=dev-ruby/ohai-0.6.0 - >=dev-ruby/rest-client-1.0.4 - <dev-ruby/rest-client-1.7 - dev-ruby/ruby-shadow - >=dev-ruby/treetop-1.4.9 - <dev-ruby/treetop-1.5 - dev-ruby/uuidtools - >=dev-ruby/yajl-ruby-1.1 - <dev-ruby/yajl-ruby-2" - -each_ruby_prepare() { - ruby_fakegem_metadata_gemspec ../metadata ${RUBY_FAKEGEM_GEMSPEC} - - # bunny - sed -i -e 's/"< 0.8.0", //' ${RUBY_FAKEGEM_GEMSPEC} || die "Unable to fix up dependencies." - - # json - sed -i -e 's/"<= 1.6.1", //' ${RUBY_FAKEGEM_GEMSPEC} || die "Unable to fix up dependencies." -} - -all_ruby_install() { - all_fakegem_install - - keepdir /etc/chef /var/lib/chef /var/log/chef - - doinitd "${FILESDIR}/initd/chef-client" - doconfd "${FILESDIR}/confd/chef-client" - - insinto /etc/chef - doins "${FILESDIR}/client.rb" - doins "${FILESDIR}/solo.rb" - - doman distro/common/man/man1/*.1 - doman distro/common/man/man8/*.8 -} - -pkg_setup() { - enewgroup chef - enewuser chef -1 -1 /var/lib/chef chef -} - -pkg_postinst() { - elog - elog "You should edit /etc/chef/client.rb before starting the service with" - elog "/etc/init.d/chef-client start" - elog -} diff --git a/app-admin/chef/chef-10.22.0.ebuild b/app-admin/chef/chef-10.24.0.ebuild index 304045eed7be..699e972cfbef 100644 --- a/app-admin/chef/chef-10.22.0.ebuild +++ b/app-admin/chef/chef-10.24.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.22.0.ebuild,v 1.1 2013/02/14 08:23:19 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.24.0.ebuild,v 1.1 2013/03/01 19:17:14 hollow Exp $ EAPI=4 USE_RUBY="ruby19" |