mrueg       15/03/03 18:24:50

  Modified:             ChangeLog
  Added:                connection_pool-2.1.2.ebuild
  Removed:              connection_pool-2.1.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  dev-ruby/connection_pool/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   23 Jan 2015 07:06:02 -0000      1.6
+++ ChangeLog   3 Mar 2015 18:24:50 -0000       1.7
@@ -1,6 +1,12 @@
 # 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.6 
2015/01/23 07:06:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.7 
2015/03/03 18:24:50 mrueg Exp $
+
+*connection_pool-2.1.2 (03 Mar 2015)
+
+  03 Mar 2015; Manuel RĂ¼ger <[email protected]> +connection_pool-2.1.2.ebuild,
+  -connection_pool-2.1.0.ebuild:
+  Version bump. Remove old.
 
 *connection_pool-2.1.1 (23 Jan 2015)
 



1.1                  dev-ruby/connection_pool/connection_pool-2.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild?rev=1.1&content-type=text/plain

Index: connection_pool-2.1.2.ebuild
===================================================================
# 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
}




Reply via email to