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.2.ebuild
Date: Sun, 05 Jul 2009 07:15:47
Message-Id: E1MNLwv-0002pL-Dt@stork.gentoo.org
1 graaff 09/07/05 07:15:45
2
3 Modified: ChangeLog
4 Added: piston-2.0.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/piston/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 11 Aug 2007 05:18:59 -0000 1.1
23 +++ ChangeLog 5 Jul 2009 07:15:45 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/piston
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.1 2007/08/11 05:18:59 nichoj Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.2 2009/07/05 07:15:45 graaff Exp $
30 +
31 +*piston-2.0.2 (05 Jul 2009)
32 +
33 + 05 Jul 2009; Hans de Graaff <graaff@g.o> +piston-2.0.2.ebuild:
34 + Version bump.
35
36 *piston-1.3.3 (11 Aug 2007)
37
38
39
40
41 1.1 dev-ruby/piston/piston-2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/piston-2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/piston/piston-2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: piston-2.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.2.ebuild,v 1.1 2009/07/05 07:15:45 graaff Exp $
51
52 inherit ruby gems
53
54 USE_RUBY="ruby18"
55 DESCRIPTION="A Rails utility that uses Subversion to manage local copies of upstream vendor branches."
56 HOMEPAGE="http://piston.rubyforge.org"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=dev-lang/ruby-1.8.5
64 >=dev-ruby/rubygems-1.3.0
65 >=dev-ruby/log4r-1.0.5
66 >=dev-ruby/main-2.8.3
67 >=dev-ruby/activesupport-2.0.0"
68 DEPEND="${RDEPEND}"