Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/tin: tin-1.9.4.ebuild
Date: Thu, 07 Jan 2010 17:16:23
Message-Id: E1NSvy9-00074S-3J@stork.gentoo.org
1 mr_bones_ 10/01/07 17:16:21
2
3 Modified: tin-1.9.4.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 net-nntp/tin/tin-1.9.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild?r1=1.1&r2=1.2
14
15 Index: tin-1.9.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tin-1.9.4.ebuild 7 Jan 2010 15:21:11 -0000 1.1
22 +++ tin-1.9.4.ebuild 7 Jan 2010 17:16:20 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4.ebuild,v 1.1 2010/01/07 15:21:11 patrick Exp $
27 +# $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 $
28
29 EAPI="2"
30
31 @@ -40,20 +40,20 @@
32 then
33 sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in
34 fi
35 -
36 +
37 if use forgery
38 then
39 sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in
40 fi
41 -
42 +
43 local screen="ncurses"
44 use unicode && screen="ncursesw"
45 -
46 +
47 if ! use etiquette; then
48 myconf="${myconf} --disable-etiquette"
49 fi
50 -
51 - if ! use evil && use cancel-locks; then
52 +
53 + if ! use evil && use cancel-locks; then
54 die "USE=cancel-locks requires also USE=evil to generate MIDs and the Cancel-Lock:-Header."
55 fi