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/oauth: ChangeLog oauth-0.3.6-r1.ebuild
Date: Fri, 26 Feb 2010 07:06:08
Message-Id: E1NkuGz-0007J8-Oq@stork.gentoo.org
1 graaff 10/02/26 07:06:05
2
3 Modified: ChangeLog
4 Added: oauth-0.3.6-r1.ebuild
5 Log:
6 Convert to ruby-fakegem.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-ruby/oauth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 9 Dec 2009 20:03:20 -0000 1.6
23 +++ ChangeLog 26 Feb 2010 07:06:04 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/oauth
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.6 2009/12/09 20:03:20 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.7 2010/02/26 07:06:04 graaff Exp $
30 +
31 +*oauth-0.3.6-r1 (25 Feb 2010)
32 +
33 + 25 Feb 2010; Hans de Graaff <graaff@g.o> +oauth-0.3.6-r1.ebuild,
34 + +files/oauth-0.3.6-newgem.patch:
35 + Convert to ruby-fakegem.
36
37 09 Dec 2009; Hans de Graaff <graaff@g.o> -oauth-0.3.5.ebuild:
38 Remove old version.
39
40
41
42 1.1 dev-ruby/oauth/oauth-0.3.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/oauth-0.3.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/oauth-0.3.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: oauth-0.3.6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.3.6-r1.ebuild,v 1.1 2010/02/26 07:06:05 graaff Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18"
55
56 RUBY_FAKEGEM_TASK_DOC="docs"
57
58 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc TODO"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="script"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A RubyGem for implementing both OAuth clients and servers."
65 HOMEPAGE="http://oauth.rubyforge.org/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RUBY_PATCHES=( "oauth-0.3.6-newgem.patch" )
73
74 ruby_add_bdepend test virtual/ruby-test-unit
75
76 ruby_add_rdepend ">=dev-ruby/ruby-hmac-0.3.1 dev-ruby/rubigen"
77
78 all_ruby_prepare() {
79 # Remove test that requires an insecure version of actionpack
80 # http://github.com/mojodna/oauth/issues/#issue/12
81 rm -f test/test_action_controller_request_proxy.rb || die "Unable to remove failing test."
82 }