Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.19.4.ebuild curl-7.19.7.ebuild curl-7.19.6.ebuild
Date: Thu, 11 Feb 2010 17:08:51
Message-Id: E1NfcX0-0004J4-Jx@stork.gentoo.org
1 ulm 10/02/11 17:08:46
2
3 Modified: ChangeLog curl-7.19.4.ebuild curl-7.19.7.ebuild
4 curl-7.19.6.ebuild
5 Log:
6 Replace license X11 by MIT, bug 298556.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.152 net-misc/curl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?rev=1.152&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?rev=1.152&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?r1=1.151&r2=1.152
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
19 retrieving revision 1.151
20 retrieving revision 1.152
21 diff -u -r1.151 -r1.152
22 --- ChangeLog 5 Nov 2009 04:39:55 -0000 1.151
23 +++ ChangeLog 11 Feb 2010 17:08:45 -0000 1.152
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-misc/curl
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.151 2009/11/05 04:39:55 dragonheart Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.152 2010/02/11 17:08:45 ulm Exp $
30 +
31 + 11 Feb 2010; Ulrich Mueller <ulm@g.o> curl-7.19.4.ebuild,
32 + curl-7.19.6.ebuild, curl-7.19.7.ebuild:
33 + Replace license X11 by MIT, bug 298556.
34
35 *curl-7.19.7 (05 Nov 2009)
36
37
38
39
40 1.6 net-misc/curl/curl-7.19.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild?r1=1.5&r2=1.6
45
46 Index: curl-7.19.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- curl-7.19.4.ebuild 4 Mar 2009 20:00:22 -0000 1.5
53 +++ curl-7.19.4.ebuild 11 Feb 2010 17:08:45 -0000 1.6
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild,v 1.5 2009/03/04 20:00:22 dertobi123 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.4.ebuild,v 1.6 2010/02/11 17:08:45 ulm Exp $
60
61 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
62
63 @@ -13,7 +13,7 @@
64 #SRC_URI="http://curl.planetmirror.com/download/${P}.tar.bz2"
65 SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
66
67 -LICENSE="MIT X11"
68 +LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
71 #IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test"
72
73
74
75 1.2 net-misc/curl/curl-7.19.7.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild?r1=1.1&r2=1.2
80
81 Index: curl-7.19.7.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- curl-7.19.7.ebuild 5 Nov 2009 04:39:55 -0000 1.1
88 +++ curl-7.19.7.ebuild 11 Feb 2010 17:08:45 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2009 Gentoo Foundation
91 +# Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild,v 1.1 2009/11/05 04:39:55 dragonheart Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.7.ebuild,v 1.2 2010/02/11 17:08:45 ulm Exp $
95
96 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
97
98 @@ -13,7 +13,7 @@
99 #SRC_URI="http://curl.planetmirror.com/download/${P}.tar.bz2"
100 SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
101
102 -LICENSE="MIT X11"
103 +LICENSE="MIT"
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
106 IUSE="openssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test"
107
108
109
110 1.9 net-misc/curl/curl-7.19.6.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild?rev=1.9&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild?rev=1.9&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild?r1=1.8&r2=1.9
115
116 Index: curl-7.19.6.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild,v
119 retrieving revision 1.8
120 retrieving revision 1.9
121 diff -u -r1.8 -r1.9
122 --- curl-7.19.6.ebuild 13 Sep 2009 12:36:08 -0000 1.8
123 +++ curl-7.19.6.ebuild 11 Feb 2010 17:08:45 -0000 1.9
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2009 Gentoo Foundation
126 +# Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild,v 1.8 2009/09/13 12:36:08 ranger Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.6.ebuild,v 1.9 2010/02/11 17:08:45 ulm Exp $
130
131 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
132
133 @@ -13,7 +13,7 @@
134 #SRC_URI="http://curl.planetmirror.com/download/${P}.tar.bz2"
135 SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
136
137 -LICENSE="MIT X11"
138 +LICENSE="MIT"
139 SLOT="0"
140 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
141 #IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test"