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/right_http_connection: ChangeLog right_http_connection-1.3.0.ebuild
Date: Sun, 02 Dec 2012 14:01:21
Message-Id: 20121202140109.C5EC02171D@flycatcher.gentoo.org
1 graaff 12/12/02 14:01:09
2
3 Modified: ChangeLog right_http_connection-1.3.0.ebuild
4 Log:
5 Fix license, bug 445456.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.14 dev-ruby/right_http_connection/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 15 Sep 2012 11:53:10 -0000 1.13
23 +++ ChangeLog 2 Dec 2012 14:01:09 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/right_http_connection
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.13 2012/09/15 11:53:10 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.14 2012/12/02 14:01:09 graaff Exp $
29 +
30 + 02 Dec 2012; Hans de Graaff <graaff@g.o>
31 + right_http_connection-1.3.0.ebuild:
32 + Fix license, bug 445456.
33
34 15 Sep 2012; Hans de Graaff <graaff@g.o>
35 -right_http_connection-1.2.4-r1.ebuild:
36
37
38
39 1.4 dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild?r1=1.3&r2=1.4
44
45 Index: right_http_connection-1.3.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- right_http_connection-1.3.0.ebuild 24 Jun 2012 05:12:36 -0000 1.3
52 +++ right_http_connection-1.3.0.ebuild 2 Dec 2012 14:01:09 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.3 2012/06/24 05:12:36 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.3.0.ebuild,v 1.4 2012/12/02 14:01:09 graaff Exp $
58
59 EAPI=4
60
61 @@ -18,7 +18,7 @@
62 SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> ${P}.tgz"
63 RUBY_S="rightscale-${PN}-*"
64
65 -LICENSE="as-is" # truly
66 +LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
69 IUSE=""