Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/patron: ChangeLog patron-0.4.10.ebuild
Date: Sun, 07 Nov 2010 06:26:02
Message-Id: 20101107062557.002D120051@flycatcher.gentoo.org
1 graaff 10/11/07 06:25:56
2
3 Modified: ChangeLog
4 Added: patron-0.4.10.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-ruby/patron/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 22 Oct 2010 14:57:15 -0000 1.6
23 +++ ChangeLog 7 Nov 2010 06:25:56 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/patron
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.6 2010/10/22 14:57:15 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.7 2010/11/07 06:25:56 graaff Exp $
29 +
30 +*patron-0.4.10 (07 Nov 2010)
31 +
32 + 07 Nov 2010; Hans de Graaff <graaff@g.o> +patron-0.4.10.ebuild:
33 + Version bump.
34
35 22 Oct 2010; Christian Faulhammer <fauli@g.o>
36 patron-0.4.9-r1.ebuild:
37
38
39
40 1.1 dev-ruby/patron/patron-0.4.10.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.10.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/patron/patron-0.4.10.ebuild?rev=1.1&content-type=text/plain
44
45 Index: patron-0.4.10.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.10.ebuild,v 1.1 2010/11/07 06:25:56 graaff Exp $
50
51 EAPI=2
52 USE_RUBY="ruby18"
53
54 RUBY_FAKEGEM_TASK_TEST="spec"
55 RUBY_FAKEGEM_EXTRADOC="README.txt"
56
57 RUBY_FAKEGEM_EXTRAINSTALL="VERSION.yml"
58
59 inherit multilib ruby-fakegem
60
61 DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl."
62 HOMEPAGE="http://toland.github.com/patron/"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 ruby_add_bdepend "doc? ( dev-ruby/jeweler )"
70 #ruby_add_bdepend "test? ( dev-ruby/jeweler dev-ruby/rspec )"
71
72 DEPEND="${DEPEND} net-misc/curl"
73 RDEPEND="${RDEPEND} net-misc/curl"
74
75 # Tests require a live web service that is not included in the distribution.
76 RESTRICT="test"
77
78 each_ruby_configure() {
79 ${RUBY} -Cext/patron extconf.rb || die
80 }
81
82 each_ruby_compile() {
83 emake -Cext/patron || die
84 cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
85 }