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/shotgun: ChangeLog shotgun-0.6.ebuild shotgun-0.5.ebuild
Date: Thu, 28 Jan 2010 16:27:48
Message-Id: E1NaXDX-00037o-Gf@stork.gentoo.org
1 flameeyes 10/01/28 16:27:39
2
3 Modified: ChangeLog
4 Added: shotgun-0.6.ebuild
5 Removed: shotgun-0.5.ebuild
6 Log:
7 Version bump, remove now-obsoleted patch. Now use gem for packaging. Add ~x86 as it's tested in a development guest.
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/shotgun/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shotgun/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Jan 2010 18:55:56 -0000 1.1
24 +++ ChangeLog 28 Jan 2010 16:27:38 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/shotgun
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.1 2010/01/25 18:55:56 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.2 2010/01/28 16:27:38 flameeyes Exp $
30 +
31 +*shotgun-0.6 (28 Jan 2010)
32 +
33 + 28 Jan 2010; Diego E. Pettenò <flameeyes@g.o> -shotgun-0.5.ebuild,
34 + -files/shotgun-0.5-optional-launchy.patch, +shotgun-0.6.ebuild:
35 + Version bump, remove now-obsoleted patch. Now use gem for packaging. Add
36 + ~x86 as it's tested in a development guest.
37
38 *shotgun-0.5 (25 Jan 2010)
39
40
41
42
43 1.1 dev-ruby/shotgun/shotgun-0.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shotgun/shotgun-0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shotgun/shotgun-0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: shotgun-0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.6.ebuild,v 1.1 2010/01/28 16:27:38 flameeyes Exp $
53
54 EAPI=2
55 USE_RUBY="ruby18"
56
57 # No documentation task
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 RUBY_FAKEGEM_EXTRADOC="README"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Forking implementation of rackup"
65 HOMEPAGE="http://rtomayko.github.com/shotgun/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 # Warning: the code does not use gem versioning to make sure to load
73 # only the right rack version so we might need to patch it to work :/
74 ruby_add_rdepend '=dev-ruby/rack-1.0*'
75 ruby_add_bdepend test dev-ruby/bacon