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/ruby-prof: ChangeLog ruby-prof-0.6.0.ebuild
Date: Tue, 26 Feb 2008 05:43:40
Message-Id: E1JTsbJ-00062w-HH@stork.gentoo.org
1 flameeyes 08/02/26 05:43:37
2
3 Modified: ChangeLog
4 Added: ruby-prof-0.6.0.ebuild
5 Log:
6 Version bump, now the kcachegrind output works properly.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 dev-ruby/ruby-prof/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 25 Aug 2007 13:36:44 -0000 1.4
23 +++ ChangeLog 26 Feb 2008 05:43:36 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-prof
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.4 2007/08/25 13:36:44 graaff Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.5 2008/02/26 05:43:36 flameeyes Exp $
30 +
31 +*ruby-prof-0.6.0 (26 Feb 2008)
32 +
33 + 26 Feb 2008; Diego Pettenò <flameeyes@g.o>
34 + +ruby-prof-0.6.0.ebuild:
35 + Version bump, now the kcachegrind output works properly.
36
37 *ruby-prof-0.5.2 (25 Aug 2007)
38
39
40
41
42 1.1 dev-ruby/ruby-prof/ruby-prof-0.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-prof-0.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.6.0.ebuild,v 1.1 2008/02/26 05:43:36 flameeyes Exp $
52
53 inherit ruby gems
54
55 DESCRIPTION="A module for profiling Ruby code"
56 HOMEPAGE="http://rubyforge.org/projects/ruby-prof/"
57 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list