summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-06-11 05:57:37 +0000
committerHans de Graaff <graaff@gentoo.org>2015-06-11 05:57:37 +0000
commit8deb0436efba0c9836b06d8e05569b119f0a51ea (patch)
tree4c8b80efca025c5383efb3457dbbc800dfe0bd92 /dev-ruby/connection_pool
parentUse compatible version of tilt. (diff)
downloadgentoo-2-8deb0436efba0c9836b06d8e05569b119f0a51ea.tar.gz
gentoo-2-8deb0436efba0c9836b06d8e05569b119f0a51ea.tar.bz2
gentoo-2-8deb0436efba0c9836b06d8e05569b119f0a51ea.zip
Cleanup.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r--dev-ruby/connection_pool/ChangeLog7
-rw-r--r--dev-ruby/connection_pool/connection_pool-2.1.1.ebuild27
-rw-r--r--dev-ruby/connection_pool/connection_pool-2.1.2.ebuild27
-rw-r--r--dev-ruby/connection_pool/connection_pool-2.1.3.ebuild27
4 files changed, 6 insertions, 82 deletions
diff --git a/dev-ruby/connection_pool/ChangeLog b/dev-ruby/connection_pool/ChangeLog
index c5eb7d6be15b..71fb4d3af8e9 100644
--- a/dev-ruby/connection_pool/ChangeLog
+++ b/dev-ruby/connection_pool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/connection_pool
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.11 2015/06/07 17:32:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.12 2015/06/11 05:57:37 graaff Exp $
+
+ 11 Jun 2015; Hans de Graaff <graaff@gentoo.org>
+ -connection_pool-2.1.1.ebuild, -connection_pool-2.1.2.ebuild,
+ -connection_pool-2.1.3.ebuild:
+ Cleanup.
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-ruby/connection_pool/connection_pool-2.1.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.1.1.ebuild
deleted file mode 100644
index 1f28d23450ce..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 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.1.ebuild,v 1.1 2015/01/23 07:06:02 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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
- sed -i -e '/bundler/d' Rakefile || die
-}
diff --git a/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild b/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild
deleted file mode 100644
index 94fdfc55d52d..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 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.2.ebuild,v 1.1 2015/03/03 18:24:50 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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
- sed -i -e '/bundler/d' Rakefile || die
-}
diff --git a/dev-ruby/connection_pool/connection_pool-2.1.3.ebuild b/dev-ruby/connection_pool/connection_pool-2.1.3.ebuild
deleted file mode 100644
index 323f04c42bfc..000000000000
--- a/dev-ruby/connection_pool/connection_pool-2.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 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.3.ebuild,v 1.1 2015/03/27 06:13:59 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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
- sed -i -e '/bundler/d' Rakefile || die
-}