From 24658fbfbb8730a6c7bd8be4ac6169c8935b9fa0 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Wed, 27 Nov 2013 09:15:08 +0000 Subject: Version bump. Drop old. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ) --- dev-ruby/connection_pool/ChangeLog | 8 ++++++- .../connection_pool/connection_pool-1.1.0.ebuild | 27 ---------------------- .../connection_pool/connection_pool-1.2.0.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 28 deletions(-) delete mode 100644 dev-ruby/connection_pool/connection_pool-1.1.0.ebuild create mode 100644 dev-ruby/connection_pool/connection_pool-1.2.0.ebuild (limited to 'dev-ruby/connection_pool') diff --git a/dev-ruby/connection_pool/ChangeLog b/dev-ruby/connection_pool/ChangeLog index 6fb08355e7c3..745454fee609 100644 --- a/dev-ruby/connection_pool/ChangeLog +++ b/dev-ruby/connection_pool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/connection_pool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.1 2013/11/25 01:55:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.2 2013/11/27 09:15:08 mrueg Exp $ + +*connection_pool-1.2.0 (27 Nov 2013) + + 27 Nov 2013; Manuel Rüger +connection_pool-1.2.0.ebuild, + -connection_pool-1.1.0.ebuild: + Version bump. Drop old. *connection_pool-1.1.0 (25 Nov 2013) diff --git a/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild b/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild deleted file mode 100644 index f0d7b0753627..000000000000 --- a/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild,v 1.1 2013/11/25 01:55:17 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rake" -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="Changes.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Generic connection pooling for Ruby" -HOMEPAGE="https://github.com/mperham/connection_pool" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" - -all_ruby_prepare() { - # Fix test - sed -i -e "2s/.*/require 'minitest'/" test/helper.rb || die "sed failed" -} diff --git a/dev-ruby/connection_pool/connection_pool-1.2.0.ebuild b/dev-ruby/connection_pool/connection_pool-1.2.0.ebuild new file mode 100644 index 000000000000..8f509c9ee4d6 --- /dev/null +++ b/dev-ruby/connection_pool/connection_pool-1.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-1.2.0.ebuild,v 1.1 2013/11/27 09:15:08 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_RECIPE_TEST="rake" +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="Changes.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Generic connection pooling for Ruby" +HOMEPAGE="https://github.com/mperham/connection_pool" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" + +all_ruby_prepare() { + # Fix test + sed -i -e "2s/.*/require 'minitest'/" test/helper.rb || die "sed failed" +} -- cgit v1.2.3-65-gdbad