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/text-format: text-format-1.0.0.ebuild ChangeLog
Date: Sat, 25 Oct 2008 09:54:02
Message-Id: E1KtfqK-0007op-Rp@stork.gentoo.org
1 graaff 08/10/25 09:54:00
2
3 Modified: text-format-1.0.0.ebuild ChangeLog
4 Log:
5 Mark stable on amd64
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.6 dev-ruby/text-format/text-format-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- text-format-1.0.0.ebuild 21 Sep 2007 00:07:34 -0000 1.5
22 +++ text-format-1.0.0.ebuild 25 Oct 2008 09:54:00 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.5 2007/09/21 00:07:34 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.6 2008/10/25 09:54:00 graaff Exp $
29
30 inherit ruby gems
31
32 @@ -10,7 +10,7 @@
33 LICENSE="GPL-2"
34
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
37 +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86"
38 IUSE=""
39 DEPEND="virtual/ruby
40 >=dev-ruby/text-hyphen-1.0.0"
41
42
43
44 1.21 dev-ruby/text-format/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.21&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.21&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/text-format/ChangeLog?r1=1.20&r2=1.21
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v
53 retrieving revision 1.20
54 retrieving revision 1.21
55 diff -u -r1.20 -r1.21
56 --- ChangeLog 21 Sep 2007 00:07:34 -0000 1.20
57 +++ ChangeLog 25 Oct 2008 09:54:00 -0000 1.21
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/text-format
60 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.20 2007/09/21 00:07:34 ranger Exp $
62 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.21 2008/10/25 09:54:00 graaff Exp $
64 +
65 + 25 Oct 2008; Hans de Graaff <graaff@g.o> text-format-1.0.0.ebuild:
66 + Mark stable for amd64, bug #244214
67
68 21 Sep 2007; Brent Baude <ranger@g.o> text-format-1.0.0.ebuild:
69 Marking text-format-1.0.0 ~ppc64 for bug 192258