Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.13.4-r1.ebuild ChangeLog
Date: Thu, 01 Dec 2011 12:53:25
Message-Id: 20111201125310.0FE012004B@flycatcher.gentoo.org
1 flameeyes 11/12/01 12:53:10
2
3 Modified: wget-1.13.4-r1.ebuild ChangeLog
4 Log:
5 QA: do not try to be smart about setting dependencies, when the tricks don't work, instead duplicate the info and get it right for now.
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild?rev=1.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wget-1.13.4-r1.ebuild 1 Dec 2011 02:04:41 -0000 1.1
23 +++ wget-1.13.4-r1.ebuild 1 Dec 2011 12:53:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.1 2011/12/01 02:04:41 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.2 2011/12/01 12:53:09 flameeyes Exp $
29
30 EAPI="4"
31
32 @@ -15,15 +15,20 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 IUSE="debug gnutls idn ipv6 nls ntlm +ssl static"
35
36 -LIB_DEPEND="idn? ( net-dns/libidn[static-libs] )
37 +STATIC_LIB_DEPEND="idn? ( net-dns/libidn[static-libs] )
38 ssl? (
39 gnutls? ( net-libs/gnutls[static-libs(+)] )
40 !gnutls? ( >=dev-libs/openssl-0.9.6b[static-libs(+)] )
41 )"
42 -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )"
43 +LIB_DEPEND="idn? ( net-dns/libidn )
44 + ssl? (
45 + gnutls? ( net-libs/gnutls )
46 + !gnutls? ( >=dev-libs/openssl-0.9.6b )
47 + )"
48 +RDEPEND="!static? ( ${LIB_DEPEND} )"
49 DEPEND="${RDEPEND}
50 app-arch/xz-utils
51 - static? ( ${LIB_DEPEND} )
52 + static? ( ${STATIC_LIB_DEPEND} )
53 nls? ( sys-devel/gettext )"
54
55 REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
56
57
58
59 1.149 net-misc/wget/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.149&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.149&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.148&r2=1.149
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
68 retrieving revision 1.148
69 retrieving revision 1.149
70 diff -u -r1.148 -r1.149
71 --- ChangeLog 1 Dec 2011 02:04:41 -0000 1.148
72 +++ ChangeLog 1 Dec 2011 12:53:09 -0000 1.149
73 @@ -1,6 +1,10 @@
74 # ChangeLog for net-misc/wget
75 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.148 2011/12/01 02:04:41 vapier Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.149 2011/12/01 12:53:09 flameeyes Exp $
78 +
79 + 01 Dec 2011; Diego E. Pettenò <flameeyes@g.o> wget-1.13.4-r1.ebuild:
80 + QA: do not try to be smart about setting dependencies, when the tricks don't
81 + work, instead duplicate the info and get it right for now.
82
83 *wget-1.13.4-r1 (01 Dec 2011)