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-1.1.0.ebuild metadata.xml ChangeLog
Date: Mon, 25 Nov 2013 01:55:21
Message-Id: 20131125015517.F30E02004B@flycatcher.gentoo.org
1 mrueg 13/11/25 01:55:17
2
3 Added: connection_pool-1.1.0.ebuild metadata.xml ChangeLog
4 Log:
5 Initial ebuild by Tiziano Müller (dev-zero). Taken from his overlay. Added minor changes.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 dev-ruby/connection_pool/connection_pool-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/connection_pool-1.1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: connection_pool-1.1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $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 $
20
21 EAPI=5
22 USE_RUBY="ruby19 ruby20"
23
24 RUBY_FAKEGEM_RECIPE_TEST="rake"
25 RUBY_FAKEGEM_RECIPE_DOC="none"
26 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
27
28 inherit ruby-fakegem
29
30 DESCRIPTION="Generic connection pooling for Ruby"
31 HOMEPAGE="https://github.com/mperham/connection_pool"
32
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~amd64"
36 IUSE=""
37
38 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
39
40 all_ruby_prepare() {
41 # Fix test
42 sed -i -e "2s/.*/require 'minitest'/" test/helper.rb || die "sed failed"
43 }
44
45
46
47 1.1 dev-ruby/connection_pool/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <herd>ruby</herd>
58 </pkgmetadata>
59
60
61
62 1.1 dev-ruby/connection_pool/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/connection_pool/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for dev-ruby/connection_pool
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.1 2013/11/25 01:55:17 mrueg Exp $
72
73 *connection_pool-1.1.0 (25 Nov 2013)
74
75 25 Nov 2013; Manuel Rüger <mrueg@g.o> +connection_pool-1.1.0.ebuild,
76 +metadata.xml:
77 Initial ebuild by Tiziano Müller (dev-zero). Taken from his overlay. Added
78 minor changes.