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/i18n: i18n-0.1.3.ebuild ChangeLog
Date: Fri, 30 Apr 2010 20:16:32
Message-Id: 20100430201629.15A992C04C@corvid.gentoo.org
1 graaff 10/04/30 20:16:28
2
3 Modified: i18n-0.1.3.ebuild ChangeLog
4 Log:
5 Deal with github changing their tarball generation.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-ruby/i18n/i18n-0.1.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild?r1=1.3&r2=1.4
14
15 Index: i18n-0.1.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- i18n-0.1.3.ebuild 19 Feb 2010 17:13:39 -0000 1.3
22 +++ i18n-0.1.3.ebuild 30 Apr 2010 20:16:28 -0000 1.4
23 @@ -1,6 +1,6 @@
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/i18n/i18n-0.1.3.ebuild,v 1.3 2010/02/19 17:13:39 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.4 2010/04/30 20:16:28 graaff Exp $
28
29 EAPI=2
30
31 @@ -19,7 +19,8 @@
32 # version 0.1.3, unfortunately there is *no such official release* as
33 # the one bundled with activesupport. On the other hand, this seems to
34 # be it, minus some test changes.
35 -SRC_URI="http://github.com/svenfuchs/i18n/tarball/38d85ea3b8eec032c1b0898a30f8010917416d9d -> ${PN}-git-${PV}.tgz"
36 +#SRC_URI="http://github.com/svenfuchs/i18n/tarball/38d85ea3b8eec032c1b0898a30f8010917416d9d -> ${PN}-git-${PV}.tgz"
37 +SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
38 S="${WORKDIR}/svenfuchs-${PN}-38d85ea"
39
40 LICENSE="MIT"
41
42
43
44 1.10 dev-ruby/i18n/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 19 Feb 2010 17:13:39 -0000 1.9
57 +++ ChangeLog 30 Apr 2010 20:16:28 -0000 1.10
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/i18n
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.9 2010/02/19 17:13:39 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.10 2010/04/30 20:16:28 graaff Exp $
63 +
64 + 30 Apr 2010; Hans de Graaff <graaff@g.o> i18n-0.1.3.ebuild:
65 + Deal with github changing their tarball generation.
66
67 19 Feb 2010; Fabian Groffen <grobian@g.o> i18n-0.1.3.ebuild:
68 Marked ~x86-solaris