From cb1b3da3961cf4511e3aaf6f4a89776371f3dd26 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 25 Nov 2014 06:54:15 +0000 Subject: Version bump. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) --- dev-ruby/connection_pool/ChangeLog | 8 ++++++- .../connection_pool/connection_pool-2.1.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/connection_pool/connection_pool-2.1.0.ebuild (limited to 'dev-ruby/connection_pool') diff --git a/dev-ruby/connection_pool/ChangeLog b/dev-ruby/connection_pool/ChangeLog index c7d4f92cebd2..1056c0295f64 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.4 2014/05/16 18:42:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.5 2014/11/25 06:54:15 graaff Exp $ + +*connection_pool-2.1.0 (25 Nov 2014) + + 25 Nov 2014; Hans de Graaff + +connection_pool-2.1.0.ebuild: + Version bump. *connection_pool-2.0.0 (16 May 2014) diff --git a/dev-ruby/connection_pool/connection_pool-2.1.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.1.0.ebuild new file mode 100644 index 000000000000..dc0415ecef74 --- /dev/null +++ b/dev-ruby/connection_pool/connection_pool-2.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.1.0.ebuild,v 1.1 2014/11/25 06:54:15 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +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() { + sed -i -e '/git ls-files/d' connection_pool.gemspec || die +} -- cgit v1.2.3-65-gdbad