Gentoo Archives: gentoo-commits

From: "Nguyen Thai Ngoc Duy (pclouds)" <pclouds@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/amatch: amatch-0.2.1.ebuild ChangeLog
Date: Mon, 31 Mar 2008 14:46:19
Message-Id: E1JgLH3-0006yI-FQ@stork.gentoo.org
1 pclouds 08/03/31 14:46:13
2
3 Modified: amatch-0.2.1.ebuild ChangeLog
4 Log:
5 Updated SRC_URI to use rubyforge mirrors
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 dev-ruby/amatch/amatch-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild?r1=1.8&r2=1.9
14
15 Index: amatch-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- amatch-0.2.1.ebuild 13 Oct 2007 05:56:50 -0000 1.8
22 +++ amatch-0.2.1.ebuild 31 Mar 2008 14:46:12 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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/amatch/amatch-0.2.1.ebuild,v 1.8 2007/10/13 05:56:50 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.9 2008/03/31 14:46:12 pclouds Exp $
29
30 inherit ruby
31
32 @@ -8,7 +8,7 @@
33
34 DESCRIPTION="A template library for ruby like amrita"
35 HOMEPAGE="http://amatch.rubyforge.org"
36 -SRC_URI="http://rubyforge.org/frs/download.php/6031/${P}.tgz"
37 +SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41
42
43
44 1.8 dev-ruby/amatch/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/amatch/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 13 Oct 2007 05:56:50 -0000 1.7
57 +++ ChangeLog 31 Mar 2008 14:46:12 -0000 1.8
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/amatch
60 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.7 2007/10/13 05:56:50 tgall Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.8 2008/03/31 14:46:12 pclouds Exp $
64 +
65 + 31 Mar 2008; Nguyễn Thái Ngọc Duy <pclouds@g.o>
66 + amatch-0.2.1.ebuild:
67 + Updated SRC_URI to use rubyforge mirrors
68
69 13 Oct 2007; Tom Gall <tgall@g.o> amatch-0.2.1.ebuild:
70 stable on ppc64
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list