summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2013-03-01 19:18:43 +0000
committerBenedikt Boehm <hollow@gentoo.org>2013-03-01 19:18:43 +0000
commit41c3901367381c3ed1926739ec42b4a4fc6f46c9 (patch)
treea70d35e044437acfbc255e74bec931778c032bfe /app-admin
parentversion bump; remove broken versions (diff)
downloadgentoo-2-41c3901367381c3ed1926739ec42b4a4fc6f46c9.tar.gz
gentoo-2-41c3901367381c3ed1926739ec42b4a4fc6f46c9.tar.bz2
gentoo-2-41c3901367381c3ed1926739ec42b4a4fc6f46c9.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-expander/ChangeLog10
-rw-r--r--app-admin/chef-expander/chef-expander-10.12.0.ebuild53
-rw-r--r--app-admin/chef-expander/chef-expander-10.16.4.ebuild50
-rw-r--r--app-admin/chef-expander/chef-expander-10.22.0.ebuild50
-rw-r--r--app-admin/chef-expander/chef-expander-10.24.0.ebuild (renamed from app-admin/chef-expander/chef-expander-10.20.0.ebuild)5
5 files changed, 10 insertions, 158 deletions
diff --git a/app-admin/chef-expander/ChangeLog b/app-admin/chef-expander/ChangeLog
index 49957ce17195..dd1ba3bf88c8 100644
--- a/app-admin/chef-expander/ChangeLog
+++ b/app-admin/chef-expander/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-admin/chef-expander
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chef-expander/ChangeLog,v 1.12 2013/02/14 08:24:06 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chef-expander/ChangeLog,v 1.13 2013/03/01 19:18:43 hollow Exp $
+
+*chef-expander-10.24.0 (01 Mar 2013)
+
+ 01 Mar 2013; Benedikt Böhm <hollow@gentoo.org>
+ -chef-expander-10.12.0.ebuild, -chef-expander-10.16.4.ebuild,
+ -chef-expander-10.20.0.ebuild, -chef-expander-10.22.0.ebuild,
+ +chef-expander-10.24.0.ebuild:
+ version bump; remove broken versions
*chef-expander-10.22.0 (14 Feb 2013)
diff --git a/app-admin/chef-expander/chef-expander-10.12.0.ebuild b/app-admin/chef-expander/chef-expander-10.12.0.ebuild
deleted file mode 100644
index 7d1006f7994b..000000000000
--- a/app-admin/chef-expander/chef-expander-10.12.0.ebuild
+++ /dev/null
@@ -1,53 +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-expander/chef-expander-10.12.0.ebuild,v 1.1 2012/08/11 12:25:35 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
-
-DESCRIPTION="Configuration management tool"
-HOMEPAGE="http://wiki.opscode.com/display/chef"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# specs require a live rabbitmq server
-RESTRICT="test"
-
-ruby_add_rdepend "~app-admin/chef-${PV}
- >=dev-ruby/amqp-0.6.7
- <dev-ruby/amqp-0.7
- >=dev-ruby/bunny-0.6.0
- <dev-ruby/bunny-0.7
- >=dev-ruby/em-http-request-0.2.11
- <dev-ruby/em-http-request-0.3
- >=dev-ruby/eventmachine-0.12.10
- <dev-ruby/eventmachine-0.13
- >=dev-ruby/fast_xs-0.7.3
- <dev-ruby/fast_xs-0.8
- >=dev-ruby/highline-1.6.1
- <dev-ruby/highline-1.7
- >=dev-ruby/mixlib-log-1.2.0
- >=dev-ruby/uuidtools-2.1.1
- <dev-ruby/uuidtools-2.2
- >=dev-ruby/yajl-ruby-1.0
- <dev-ruby/yajl-ruby-2"
-
-all_ruby_install() {
- all_fakegem_install
-
- doinitd "${FILESDIR}/initd/chef-expander"
- doconfd "${FILESDIR}/confd/chef-expander"
-
- keepdir /etc/chef /var/{lib,log,run}/chef
- fowners chef:chef /var/{lib,log,run}/chef
-}
diff --git a/app-admin/chef-expander/chef-expander-10.16.4.ebuild b/app-admin/chef-expander/chef-expander-10.16.4.ebuild
deleted file mode 100644
index cf30f4c9627c..000000000000
--- a/app-admin/chef-expander/chef-expander-10.16.4.ebuild
+++ /dev/null
@@ -1,50 +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-expander/chef-expander-10.16.4.ebuild,v 1.1 2012/12/27 07:07:17 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
-
-DESCRIPTION="Configuration management tool"
-HOMEPAGE="http://wiki.opscode.com/display/chef"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# specs require a live rabbitmq server
-RESTRICT="test"
-
-ruby_add_rdepend "~app-admin/chef-${PV}
- >=dev-ruby/amqp-0.6.7
- <dev-ruby/amqp-0.7
- >=dev-ruby/bunny-0.6.0
- >=dev-ruby/em-http-request-0.2.11
- <dev-ruby/em-http-request-0.3
- >=dev-ruby/eventmachine-0.12.10
- >=dev-ruby/fast_xs-0.7.3
- >=dev-ruby/highline-1.6.1
- <dev-ruby/highline-1.7
- >=dev-ruby/mixlib-log-1.2.0
- >=dev-ruby/uuidtools-2.1.1
- <dev-ruby/uuidtools-2.2
- >=dev-ruby/yajl-ruby-1.0
- <dev-ruby/yajl-ruby-2"
-
-all_ruby_install() {
- all_fakegem_install
-
- doinitd "${FILESDIR}/initd/chef-expander"
- doconfd "${FILESDIR}/confd/chef-expander"
-
- keepdir /etc/chef /var/{lib,log,run}/chef
- fowners chef:chef /var/{lib,log,run}/chef
-}
diff --git a/app-admin/chef-expander/chef-expander-10.22.0.ebuild b/app-admin/chef-expander/chef-expander-10.22.0.ebuild
deleted file mode 100644
index 68999ae9352c..000000000000
--- a/app-admin/chef-expander/chef-expander-10.22.0.ebuild
+++ /dev/null
@@ -1,50 +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-expander/chef-expander-10.22.0.ebuild,v 1.1 2013/02/14 08:24:06 hollow Exp $
-
-EAPI=4
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Configuration management tool"
-HOMEPAGE="http://wiki.opscode.com/display/chef"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# specs require a live rabbitmq server
-RESTRICT="test"
-
-ruby_add_rdepend "~app-admin/chef-${PV}
- >=dev-ruby/amqp-0.6.7
- <dev-ruby/amqp-0.7
- >=dev-ruby/bunny-0.6.0
- >=dev-ruby/em-http-request-0.2.11
- <dev-ruby/em-http-request-0.3
- >=dev-ruby/eventmachine-0.12.10
- >=dev-ruby/fast_xs-0.7.3
- >=dev-ruby/highline-1.6.1
- <dev-ruby/highline-1.7
- >=dev-ruby/mixlib-log-1.2.0
- >=dev-ruby/uuidtools-2.1.1
- <dev-ruby/uuidtools-2.2
- >=dev-ruby/yajl-ruby-1.0
- <dev-ruby/yajl-ruby-2"
-
-all_ruby_install() {
- all_fakegem_install
-
- doinitd "${FILESDIR}/initd/chef-expander"
- doconfd "${FILESDIR}/confd/chef-expander"
-
- keepdir /etc/chef /var/{lib,log,run}/chef
- fowners chef:chef /var/{lib,log,run}/chef
-}
diff --git a/app-admin/chef-expander/chef-expander-10.20.0.ebuild b/app-admin/chef-expander/chef-expander-10.24.0.ebuild
index 9ccf08c2ce93..85ff49bfdf5d 100644
--- a/app-admin/chef-expander/chef-expander-10.20.0.ebuild
+++ b/app-admin/chef-expander/chef-expander-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-expander/chef-expander-10.20.0.ebuild,v 1.1 2013/02/10 20:02:16 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chef-expander/chef-expander-10.24.0.ebuild,v 1.1 2013/03/01 19:18:43 hollow Exp $
EAPI=4
USE_RUBY="ruby19"
@@ -44,7 +44,4 @@ all_ruby_install() {
doinitd "${FILESDIR}/initd/chef-expander"
doconfd "${FILESDIR}/confd/chef-expander"
-
- keepdir /etc/chef /var/{lib,log,run}/chef
- fowners chef:chef /var/{lib,log,run}/chef
}