Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/connection_pool: connection_pool-2.1.2.ebuild ChangeLog connection_pool-2.1.0.ebuild
Date: Tue, 03 Mar 2015 18:24:53
Message-Id: 20150303182450.B511712F76@oystercatcher.gentoo.org
1 mrueg 15/03/03 18:24:50
2
3 Modified: ChangeLog
4 Added: connection_pool-2.1.2.ebuild
5 Removed: connection_pool-2.1.0.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.7 dev-ruby/connection_pool/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 23 Jan 2015 07:06:02 -0000 1.6
25 +++ ChangeLog 3 Mar 2015 18:24:50 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/connection_pool
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.6 2015/01/23 07:06:02 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.7 2015/03/03 18:24:50 mrueg Exp $
31 +
32 +*connection_pool-2.1.2 (03 Mar 2015)
33 +
34 + 03 Mar 2015; Manuel RĂ¼ger <mrueg@g.o> +connection_pool-2.1.2.ebuild,
35 + -connection_pool-2.1.0.ebuild:
36 + Version bump. Remove old.
37
38 *connection_pool-2.1.1 (23 Jan 2015)
39
40
41
42
43 1.1 dev-ruby/connection_pool/connection_pool-2.1.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.1.2.ebuild?rev=1.1&view=markup
46 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
47
48 Index: connection_pool-2.1.2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
56
57 RUBY_FAKEGEM_RECIPE_TEST="rake"
58 RUBY_FAKEGEM_RECIPE_DOC="none"
59 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Generic connection pooling for Ruby"
64 HOMEPAGE="https://github.com/mperham/connection_pool"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64"
69 IUSE=""
70
71 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
72
73 all_ruby_prepare() {
74 sed -i -e '/git ls-files/d' connection_pool.gemspec || die
75 sed -i -e '/bundler/d' Rakefile || die
76 }