Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/aws-s3: aws-s3-0.6.3.ebuild ChangeLog
Date: Fri, 15 Jun 2012 07:53:58
Message-Id: 20120615075323.B5E5B2004C@flycatcher.gentoo.org
1 flameeyes 12/06/15 07:53:23
2
3 Modified: ChangeLog
4 Added: aws-s3-0.6.3.ebuild
5 Log:
6 Version bump; patch to fix tests with Ruby 1.9.
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-ruby/aws-s3/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 7 Aug 2011 12:31:09 -0000 1.11
24 +++ ChangeLog 15 Jun 2012 07:53:23 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/aws-s3
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v 1.11 2011/08/07 12:31:09 flameeyes Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/ChangeLog,v 1.12 2012/06/15 07:53:23 flameeyes Exp $
31 +
32 +*aws-s3-0.6.3 (15 Jun 2012)
33 +
34 + 15 Jun 2012; Diego E. Pettenò <flameeyes@g.o> +aws-s3-0.6.3.ebuild,
35 + +files/aws-s3-0.6.3+ruby19.patch:
36 + Version bump; patch to fix tests with Ruby 1.9.
37
38 07 Aug 2011; Diego E. Pettenò <flameeyes@g.o> aws-s3-0.6.2-r1.ebuild:
39 Add missing dependency over virtual/ruby-ssl.
40
41
42
43 1.1 dev-ruby/aws-s3/aws-s3-0.6.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: aws-s3-0.6.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-s3/aws-s3-0.6.3.ebuild,v 1.1 2012/06/15 07:53:23 flameeyes Exp $
53
54 EAPI=4
55
56 USE_RUBY="ruby18 ruby19 ree18 jruby"
57
58 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="README"
61
62 # there is a stupid setup.rb in the bin/ directory so do not use the
63 # default.
64 RUBY_FAKEGEM_BINWRAP="s3sh"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Client library for Amazon's Simple Storage Service's REST API"
69 HOMEPAGE="http://amazon.rubyforge.org/"
70
71 LICENSE="as-is"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""
75
76 ruby_add_rdepend "dev-ruby/xml-simple
77 dev-ruby/builder
78 dev-ruby/mime-types
79 virtual/ruby-ssl"
80 ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/flexmock )"
81
82 RUBY_PATCHES=(
83 ${P}+ruby19.patch
84 )