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/piston: ChangeLog piston-2.0.8.ebuild
Date: Sun, 28 Feb 2010 07:57:03
Message-Id: E1Nle1L-0006Cz-Tq@stork.gentoo.org
1 graaff 10/02/28 07:56:59
2
3 Modified: ChangeLog
4 Added: piston-2.0.8.ebuild
5 Log:
6 Version bump. 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/piston/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 2 Dec 2009 06:52:20 -0000 1.6
23 +++ ChangeLog 28 Feb 2010 07:56:59 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/piston
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.6 2009/12/02 06:52:20 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.7 2010/02/28 07:56:59 graaff Exp $
30 +
31 +*piston-2.0.8 (28 Feb 2010)
32 +
33 + 28 Feb 2010; Hans de Graaff <graaff@g.o> +piston-2.0.8.ebuild:
34 + Version bump. Convert to ruby-fakegem.
35
36 *piston-2.0.7 (02 Dec 2009)
37
38
39
40
41 1.1 dev-ruby/piston/piston-2.0.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/piston-2.0.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/piston-2.0.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: piston-2.0.8.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/piston/piston-2.0.8.ebuild,v 1.1 2010/02/28 07:56:59 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56
57 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt TODO"
58 RUBY_FAKEGEM_EXTRAINSTALL="script"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A Rails utility that uses Subversion to manage local copies of upstream vendor branches."
63 HOMEPAGE="http://piston.rubyforge.org"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 # Tests fails. Disabled for now and reported upstream:
71 # http://github.com/francois/piston/issues/issue/4
72 RESTRICT="test"
73
74 ruby_add_bdepend test "dev-ruby/mocha"
75
76 ruby_add_rdepend " >=dev-ruby/log4r-1.0.5
77 >=dev-ruby/main-2.8.3
78 >=dev-ruby/activesupport-2.0.0"