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/rake-compiler: ChangeLog rake-compiler-0.7.0-r1.ebuild rake-compiler-0.7.0.ebuild
Date: Fri, 30 Apr 2010 20:29:17
Message-Id: 20100430202913.8E9332C04C@corvid.gentoo.org
1 graaff 10/04/30 20:29:13
2
3 Modified: ChangeLog rake-compiler-0.7.0-r1.ebuild
4 rake-compiler-0.7.0.ebuild
5 Log:
6 Deal with github changing their tarball generation.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-ruby/rake-compiler/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 21 Feb 2010 00:31:27 -0000 1.11
23 +++ ChangeLog 30 Apr 2010 20:29:13 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/rake-compiler
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.11 2010/02/21 00:31:27 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.12 2010/04/30 20:29:13 graaff Exp $
29 +
30 + 30 Apr 2010; Hans de Graaff <graaff@g.o>
31 + rake-compiler-0.7.0.ebuild, rake-compiler-0.7.0-r1.ebuild:
32 + Deal with github changing their tarball generation.
33
34 21 Feb 2010; Jonathan Callen <abcd@g.o>
35 rake-compiler-0.7.0-r1.ebuild:
36
37
38
39 1.4 dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: rake-compiler-0.7.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- rake-compiler-0.7.0-r1.ebuild 21 Feb 2010 00:31:27 -0000 1.3
52 +++ rake-compiler-0.7.0-r1.ebuild 30 Apr 2010 20:29:13 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.3 2010/02/21 00:31:27 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.4 2010/04/30 20:29:13 graaff Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18 ruby19 jruby"
61 @@ -18,7 +18,8 @@
62 HOMEPAGE="http://github.com/luislavena/rake-compiler"
63 LICENSE="as-is" # truly
64
65 -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
66 +#SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
67 +SRC_URI="mirror://gentoo/${P}.tar.gz"
68 S="${WORKDIR}/luislavena-${PN}-2834041"
69
70 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
71
72
73
74 1.9 dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild?rev=1.9&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild?rev=1.9&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild?r1=1.8&r2=1.9
79
80 Index: rake-compiler-0.7.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild,v
83 retrieving revision 1.8
84 retrieving revision 1.9
85 diff -u -r1.8 -r1.9
86 --- rake-compiler-0.7.0.ebuild 30 Jan 2010 18:31:00 -0000 1.8
87 +++ rake-compiler-0.7.0.ebuild 30 Apr 2010 20:29:13 -0000 1.9
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild,v 1.8 2010/01/30 18:31:00 armin76 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild,v 1.9 2010/04/30 20:29:13 graaff Exp $
93
94 EAPI=2
95 USE_RUBY="ruby18 ruby19 jruby"
96 @@ -16,7 +16,8 @@
97 HOMEPAGE="http://github.com/luislavena/rake-compiler"
98 LICENSE="as-is" # truly
99
100 -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
101 +#SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
102 +SRC_URI="mirror://gentoo/${P}.tar.gz"
103 S="${WORKDIR}/luislavena-${PN}-2834041"
104
105 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"