Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/beecrypt: beecrypt-4.2.1.ebuild ChangeLog
Date: Sun, 13 Nov 2011 18:46:48
Message-Id: 20111113184639.600F92004B@flycatcher.gentoo.org
1 vapier 11/11/13 18:46:39
2
3 Modified: beecrypt-4.2.1.ebuild ChangeLog
4 Log:
5 Convert USE=nocxx to USE=cxx.
6
7 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 dev-libs/beecrypt/beecrypt-4.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild?r1=1.13&r2=1.14
15
16 Index: beecrypt-4.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- beecrypt-4.2.1.ebuild 5 Oct 2011 19:18:30 -0000 1.13
23 +++ beecrypt-4.2.1.ebuild 13 Nov 2011 18:46:39 -0000 1.14
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/dev-libs/beecrypt/beecrypt-4.2.1.ebuild,v 1.13 2011/10/05 19:18:30 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild,v 1.14 2011/11/13 18:46:39 vapier Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="python? 2"
32 @@ -14,10 +14,10 @@
33 LICENSE="GPL-2 LGPL-2"
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
36 -IUSE="java nocxx python threads doc"
37 +IUSE="java cxx python threads doc"
38
39 COMMONDEPEND="!<app-arch/rpm-4.2.1
40 - !nocxx? ( threads? ( >=dev-libs/icu-2.8 ) )"
41 + threads? ( cxx? ( >=dev-libs/icu-2.8 ) )"
42
43 DEPEND="${COMMONDEPEND}
44 java? ( >=virtual/jdk-1.4 )
45 @@ -47,7 +47,7 @@
46 --disable-expert-mode \
47 $(use_enable threads) \
48 $(use_with python python "${EPREFIX}"/usr/bin/python2) \
49 - $(use threads && use_with !nocxx cplusplus || echo --without-cplusplus) \
50 + $(use threads && use_with cxx cplusplus || echo --without-cplusplus) \
51 $(use_with java)
52 }
53
54
55
56
57 1.78 dev-libs/beecrypt/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/ChangeLog?rev=1.78&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/ChangeLog?rev=1.78&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/beecrypt/ChangeLog?r1=1.77&r2=1.78
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v
66 retrieving revision 1.77
67 retrieving revision 1.78
68 diff -u -r1.77 -r1.78
69 --- ChangeLog 5 Oct 2011 19:18:30 -0000 1.77
70 +++ ChangeLog 13 Nov 2011 18:46:39 -0000 1.78
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-libs/beecrypt
73 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.77 2011/10/05 19:18:30 aballier Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.78 2011/11/13 18:46:39 vapier Exp $
76 +
77 + 13 Nov 2011; Mike Frysinger <vapier@g.o> beecrypt-4.2.1.ebuild:
78 + Convert USE=nocxx to USE=cxx.
79
80 05 Oct 2011; Alexis Ballier <aballier@g.o> beecrypt-4.2.1.ebuild:
81 remove ptex dep as it is going away