Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.13.4-r1.ebuild wget-1.14.ebuild ChangeLog
Date: Mon, 28 Jan 2013 20:06:28
Message-Id: 20130128200624.1BFE12171D@flycatcher.gentoo.org
1 vapier 13/01/28 20:06:24
2
3 Modified: wget-1.13.4-r1.ebuild wget-1.14.ebuild ChangeLog
4 Log:
5 Use slot 0 for openssl as pointed out by Zac Medico.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.16 net-misc/wget/wget-1.13.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild?r1=1.15&r2=1.16
15
16 Index: wget-1.13.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- wget-1.13.4-r1.ebuild 6 Aug 2012 19:42:06 -0000 1.15
23 +++ wget-1.13.4-r1.ebuild 28 Jan 2013 20:06:23 -0000 1.16
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.15 2012/08/06 19:42:06 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.16 2013/01/28 20:06:23 vapier Exp $
30
31 EAPI="4"
32
33 @@ -18,7 +18,7 @@
34 LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
35 ssl? (
36 gnutls? ( net-libs/gnutls[static-libs(+)] )
37 - !gnutls? ( >=dev-libs/openssl-0.9.6b[static-libs(+)] )
38 + !gnutls? ( dev-libs/openssl:0[static-libs(+)] )
39 )"
40 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
41 DEPEND="${RDEPEND}
42
43
44
45 1.10 net-misc/wget/wget-1.14.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?rev=1.10&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?rev=1.10&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.14.ebuild?r1=1.9&r2=1.10
50
51 Index: wget-1.14.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v
54 retrieving revision 1.9
55 retrieving revision 1.10
56 diff -u -r1.9 -r1.10
57 --- wget-1.14.ebuild 16 Dec 2012 17:48:53 -0000 1.9
58 +++ wget-1.14.ebuild 28 Jan 2013 20:06:23 -0000 1.10
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.9 2012/12/16 17:48:53 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.10 2013/01/28 20:06:23 vapier Exp $
65
66 EAPI="4"
67
68 @@ -19,7 +19,7 @@
69 pcre? ( dev-libs/libpcre[static-libs(+)] )
70 ssl? (
71 gnutls? ( net-libs/gnutls[static-libs(+)] )
72 - !gnutls? ( >=dev-libs/openssl-0.9.6b[static-libs(+)] )
73 + !gnutls? ( dev-libs/openssl:0[static-libs(+)] )
74 )
75 uuid? ( sys-apps/util-linux[static-libs(+)] )
76 zlib? ( sys-libs/zlib[static-libs(+)] )"
77
78
79
80 1.173 net-misc/wget/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.173&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.173&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.172&r2=1.173
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
89 retrieving revision 1.172
90 retrieving revision 1.173
91 diff -u -r1.172 -r1.173
92 --- ChangeLog 16 Dec 2012 17:48:53 -0000 1.172
93 +++ ChangeLog 28 Jan 2013 20:06:23 -0000 1.173
94 @@ -1,6 +1,10 @@
95 # ChangeLog for net-misc/wget
96 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.172 2012/12/16 17:48:53 armin76 Exp $
98 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.173 2013/01/28 20:06:23 vapier Exp $
100 +
101 + 28 Jan 2013; Mike Frysinger <vapier@g.o> wget-1.13.4-r1.ebuild,
102 + wget-1.14.ebuild:
103 + Use slot 0 for openssl as pointed out by Zac Medico.
104
105 16 Dec 2012; Raúl Porcel <armin76@g.o> wget-1.14.ebuild:
106 alpha/ia64/m68k/s390/sh/sparc stable wrt #438858