Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/tin: ChangeLog tin-1.9.4.ebuild
Date: Fri, 08 Jan 2010 17:44:56
Message-Id: E1NTItK-0004Tb-BT@stork.gentoo.org
1 patrick 10/01/08 17:44:54
2
3 Modified: ChangeLog tin-1.9.4.ebuild
4 Log:
5 Fixing unneeded built_with_use for eapi2
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 net-nntp/tin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 7 Jan 2010 15:21:11 -0000 1.23
22 +++ ChangeLog 8 Jan 2010 17:44:53 -0000 1.24
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-nntp/tin
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.23 2010/01/07 15:21:11 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.24 2010/01/08 17:44:53 patrick Exp $
28 +
29 + 08 Jan 2010; Patrick Lauer <patrick@g.o> tin-1.9.4.ebuild:
30 + Fixing unneeded built_with_use for eapi2
31
32 *tin-1.9.4 (07 Jan 2010)
33
34
35
36
37 1.3 net-nntp/tin/tin-1.9.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?r1=1.2&r2=1.3
42
43 Index: tin-1.9.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- tin-1.9.4.ebuild 7 Jan 2010 17:16:20 -0000 1.2
50 +++ tin-1.9.4.ebuild 8 Jan 2010 17:44:53 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.2 2010/01/07 17:16:20 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.3 2010/01/08 17:44:53 patrick Exp $
56
57 EAPI="2"
58
59 @@ -19,7 +19,8 @@
60 dev-libs/libpcre
61 dev-libs/uulib
62 idn? ( net-dns/libidn )
63 - unicode? ( dev-libs/icu )
64 + unicode? ( dev-libs/icu
65 + sys-libs/ncurses[unicode] )
66 nls? ( sys-devel/gettext )
67 crypt? ( app-crypt/gnupg )
68 socks5? ( net-proxy/dante )"
69 @@ -27,13 +28,6 @@
70 RDEPEND="${DEPEND}
71 net-misc/urlview"
72
73 -pkg_setup() {
74 - if use unicode && ! built_with_use sys-libs/ncurses unicode
75 - then
76 - die "For unicode support you need sys-libs/ncurses compiled with unicode support!"
77 - fi
78 -}
79 -
80 src_configure() {
81
82 if use evil