Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/crm114: ChangeLog crm114-20100106.ebuild
Date: Sun, 31 Jul 2011 20:10:25
Message-Id: 20110731201014.513F82004B@flycatcher.gentoo.org
1 steev 11/07/31 20:10:14
2
3 Modified: ChangeLog crm114-20100106.ebuild
4 Log:
5 Remove static as a default useflag. This closes Bug 299503, and also fix the static/!static use dependencies. Without static, we don't actually care if static-libs is set on
6 tre.
7
8 (Portage version: 2.1.10.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.47 app-text/crm114/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 31 Jul 2011 09:13:07 -0000 1.46
24 +++ ChangeLog 31 Jul 2011 20:10:14 -0000 1.47
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/crm114
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.46 2011/07/31 09:13:07 steev Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.47 2011/07/31 20:10:14 steev Exp $
30 +
31 + 31 Jul 2011; Steev Klimaszewsk <steev@g.o> crm114-20100106.ebuild:
32 + Remove static as a default useflag. This closes Bug 299503, and also fix the
33 + static/!static use dependencies. Without static, we don't actually care if
34 + static-libs is set on
35 + tre.
36
37 31 Jul 2011; Steev Klimaszewsk <steev@g.o> crm114-20100106.ebuild:
38 By default, crm114 is built +static, however tre is not built +static-libs.
39
40
41
42 1.3 app-text/crm114/crm114-20100106.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/crm114-20100106.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/crm114-20100106.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crm114/crm114-20100106.ebuild?r1=1.2&r2=1.3
47
48 Index: crm114-20100106.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20100106.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- crm114-20100106.ebuild 31 Jul 2011 09:13:07 -0000 1.2
55 +++ crm114-20100106.ebuild 31 Jul 2011 20:10:14 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20100106.ebuild,v 1.2 2011/07/31 09:13:07 steev Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20100106.ebuild,v 1.3 2011/07/31 20:10:14 steev Exp $
61
62 EAPI=2
63
64 @@ -15,11 +15,11 @@
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
68 -IUSE="mew mimencode nls normalizemime +static test"
69 +IUSE="mew mimencode nls normalizemime static test"
70
71 RDEPEND="
72 static? ( dev-libs/tre[static-libs] )
73 - !static? ( dev-libs/tre[-static-libs] )
74 + !static? ( dev-libs/tre )
75 mew? ( app-emacs/mew )
76 mimencode? ( net-mail/metamail )
77 normalizemime? ( mail-filter/normalizemime )"