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/oauth2: oauth2-0.0.13.ebuild ChangeLog
Date: Sun, 22 Aug 2010 13:16:54
Message-Id: 20100822131646.6C0102004E@flycatcher.gentoo.org
1 flameeyes 10/08/22 13:16:46
2
3 Modified: ChangeLog
4 Added: oauth2-0.0.13.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-ruby/oauth2/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 19 Jun 2010 17:34:01 -0000 1.6
23 +++ ChangeLog 22 Aug 2010 13:16:46 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/oauth2
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.6 2010/06/19 17:34:01 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.7 2010/08/22 13:16:46 flameeyes Exp $
29 +
30 +*oauth2-0.0.13 (22 Aug 2010)
31 +
32 + 22 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +oauth2-0.0.13.ebuild:
34 + Version bump.
35
36 *oauth2-0.0.10 (19 Jun 2010)
37
38
39
40
41 1.1 dev-ruby/oauth2/oauth2-0.0.13.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: oauth2-0.0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.0.13.ebuild,v 1.1 2010/08/22 13:16:46 flameeyes Exp $
51
52 EAPI="2"
53
54 USE_RUBY="ruby18 ruby19 jruby"
55
56 RUBY_FAKEGEM_TASK_TEST="spec"
57 RUBY_FAKEGEM_TASK_DOC="rerdoc"
58
59 RUBY_FAKEGEM_DOCDIR="rdoc"
60 RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG.rdoc"
61
62 inherit ruby-fakegem eutils
63
64 DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem."
65 HOMEPAGE="http://github.com/intridea/oauth2"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_rdepend "dev-ruby/faraday >=dev-ruby/multi_json-0.0.4"
73 ruby_add_bdepend test ">=dev-ruby/rspec-1.2.9"