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.8.1.ebuild rake-compiler-0.8.1-r1.ebuild
Date: Sun, 02 Dec 2012 14:00:08
Message-Id: 20121202135957.AF8932171C@flycatcher.gentoo.org
1 graaff 12/12/02 13:59:57
2
3 Modified: ChangeLog rake-compiler-0.8.1.ebuild
4 rake-compiler-0.8.1-r1.ebuild
5 Log:
6 Fix license, bug 445456.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.59 dev-ruby/rake-compiler/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 2 Dec 2012 13:58:42 -0000 1.58
24 +++ ChangeLog 2 Dec 2012 13:59:57 -0000 1.59
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-ruby/rake-compiler
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.58 2012/12/02 13:58:42 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.59 2012/12/02 13:59:57 graaff Exp $
30 +
31 + 02 Dec 2012; Hans de Graaff <graaff@g.o> rake-compiler-0.8.1.ebuild,
32 + rake-compiler-0.8.1-r1.ebuild:
33 + Fix license, bug 445456.
34
35 02 Dec 2012; Hans de Graaff <graaff@g.o> -rake-compiler-0.7.5.ebuild,
36 -rake-compiler-0.7.8.ebuild:
37
38
39
40 1.10 dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild?r1=1.9&r2=1.10
45
46 Index: rake-compiler-0.8.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- rake-compiler-0.8.1.ebuild 6 Nov 2012 17:05:23 -0000 1.9
53 +++ rake-compiler-0.8.1.ebuild 2 Dec 2012 13:59:57 -0000 1.10
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.9 2012/11/06 17:05:23 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1.ebuild,v 1.10 2012/12/02 13:59:57 graaff Exp $
59
60 EAPI=4
61 USE_RUBY="ruby18 ree18 ruby19 jruby"
62 @@ -16,7 +16,7 @@
63
64 DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions"
65 HOMEPAGE="http://github.com/luislavena/rake-compiler"
66 -LICENSE="as-is" # truly
67 +LICENSE="MIT"
68
69 SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
70 RUBY_S="luislavena-${PN}-*"
71
72
73
74 1.4 dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild?r1=1.3&r2=1.4
79
80 Index: rake-compiler-0.8.1-r1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- rake-compiler-0.8.1-r1.ebuild 28 Oct 2012 17:19:47 -0000 1.3
87 +++ rake-compiler-0.8.1-r1.ebuild 2 Dec 2012 13:59:57 -0000 1.4
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 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.8.1-r1.ebuild,v 1.3 2012/10/28 17:19:47 armin76 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.8.1-r1.ebuild,v 1.4 2012/12/02 13:59:57 graaff Exp $
93
94 EAPI=4
95 USE_RUBY="ruby18 ree18 ruby19 jruby"
96 @@ -14,7 +14,7 @@
97
98 DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions"
99 HOMEPAGE="http://github.com/luislavena/rake-compiler"
100 -LICENSE="as-is" # truly
101 +LICENSE="MIT"
102
103 SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
104 RUBY_S="luislavena-${PN}-*"