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/ttfunk: ChangeLog ttfunk-0_pre20090123.ebuild
Date: Fri, 30 Apr 2010 20:57:25
Message-Id: 20100430205722.41D342C04C@corvid.gentoo.org
1 graaff 10/04/30 20:57:22
2
3 Modified: ChangeLog ttfunk-0_pre20090123.ebuild
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.2 dev-ruby/ttfunk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 16 Jul 2009 12:43:07 -0000 1.1
22 +++ ChangeLog 30 Apr 2010 20:57:22 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/ttfunk
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.1 2009/07/16 12:43:07 flameeyes Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.2 2010/04/30 20:57:22 graaff Exp $
29 +
30 + 30 Apr 2010; Hans de Graaff <graaff@g.o>
31 + ttfunk-0_pre20090123.ebuild:
32 + Deal with github changing their tarball generation.
33
34 *ttfunk-0_pre20090123 (16 Jul 2009)
35
36
37
38
39 1.2 dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild?r1=1.1&r2=1.2
44
45 Index: ttfunk-0_pre20090123.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ttfunk-0_pre20090123.ebuild 16 Jul 2009 12:43:07 -0000 1.1
52 +++ ttfunk-0_pre20090123.ebuild 30 Apr 2010 20:57:22 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild,v 1.1 2009/07/16 12:43:07 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-0_pre20090123.ebuild,v 1.2 2010/04/30 20:57:22 graaff Exp $
59
60 EAPI=2
61
62 @@ -17,7 +17,8 @@
63 KEYWORDS="~amd64"
64 IUSE=""
65
66 -SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${GITHUB_TREE} -> ${P}.tgz"
67 +#SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${GITHUB_TREE} -> ${P}.tgz"
68 +SRC_URI="mirror://gentoo/${P}.tgz"
69
70 USE_RUBY="ruby18"