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/text-format: text-format-1.0.0.ebuild ChangeLog
Date: Sat, 22 May 2010 16:02:43
Message-Id: 20100522160237.B67EA2CB65@corvid.gentoo.org
1 flameeyes 10/05/22 16:02:37
2
3 Modified: text-format-1.0.0.ebuild ChangeLog
4 Log:
5 Various cleanups.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-ruby/text-format/text-format-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?r1=1.12&r2=1.13
14
15 Index: text-format-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- text-format-1.0.0.ebuild 13 Feb 2010 19:41:42 -0000 1.12
22 +++ text-format-1.0.0.ebuild 22 May 2010 16:02:37 -0000 1.13
23 @@ -1,12 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.12 2010/02/13 19:41:42 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.13 2010/05/22 16:02:37 flameeyes Exp $
28
29 inherit ruby gems
30
31 DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
32 HOMEPAGE="http://raa.ruby-lang.org/project/text-format/"
33 -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
34 LICENSE="GPL-2"
35
36 SLOT="0"
37
38
39
40 1.33 dev-ruby/text-format/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.33&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.33&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?r1=1.32&r2=1.33
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v
49 retrieving revision 1.32
50 retrieving revision 1.33
51 diff -u -r1.32 -r1.33
52 --- ChangeLog 18 Feb 2010 16:31:34 -0000 1.32
53 +++ ChangeLog 22 May 2010 16:02:37 -0000 1.33
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-ruby/text-format
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.32 2010/02/18 16:31:34 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.33 2010/05/22 16:02:37 flameeyes Exp $
59 +
60 + 22 May 2010; Diego E. Pettenò <flameeyes@g.o>
61 + text-format-1.0.0.ebuild:
62 + Various cleanups.
63
64 18 Feb 2010; Fabian Groffen <grobian@g.o>
65 text-format-1.0.0-r1.ebuild: