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/gemcutter: ChangeLog gemcutter-0.7.0.ebuild
Date: Sun, 27 Feb 2011 07:29:53
Message-Id: 20110227072943.B00E920054@flycatcher.gentoo.org
1 graaff 11/02/27 07:29:43
2
3 Modified: ChangeLog
4 Added: gemcutter-0.7.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-ruby/gemcutter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gemcutter/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gemcutter/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gemcutter/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gemcutter/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 31 Dec 2010 12:23:08 -0000 1.10
24 +++ ChangeLog 27 Feb 2011 07:29:43 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/gemcutter
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gemcutter/ChangeLog,v 1.10 2010/12/31 12:23:08 graaff Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gemcutter/ChangeLog,v 1.11 2011/02/27 07:29:43 graaff Exp $
31 +
32 +*gemcutter-0.7.0 (27 Feb 2011)
33 +
34 + 27 Feb 2011; Hans de Graaff <graaff@g.o> +gemcutter-0.7.0.ebuild:
35 + Version bump.
36
37 31 Dec 2010; Hans de Graaff <graaff@g.o> -gemcutter-0.3.0.ebuild,
38 -gemcutter-0.5.0.ebuild:
39
40
41
42 1.1 dev-ruby/gemcutter/gemcutter-0.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gemcutter/gemcutter-0.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gemcutter/gemcutter-0.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gemcutter-0.7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gemcutter/gemcutter-0.7.0.ebuild,v 1.1 2011/02/27 07:29:43 graaff Exp $
52
53 EAPI=2
54
55 USE_RUBY="ruby18"
56
57 RUBY_FAKEGEM_TASK_TEST="test"
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Add commands to gem for gemcutter.org operations"
63 HOMEPAGE="http://github.com/rubygems/gemcutter"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
68 IUSE=""
69
70 ruby_add_rdepend dev-ruby/json
71
72 ruby_add_bdepend "
73 test? (
74 dev-ruby/shoulda
75 >=dev-ruby/webmock-1.4.0
76 dev-ruby/rr
77 dev-ruby/activesupport
78 virtual/ruby-test-unit
79 )"