Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake: cmake-3.2.2.ebuild ChangeLog
Date: Thu, 28 May 2015 19:23:22
Message-Id: 20150528192313.AA37EA0E@oystercatcher.gentoo.org
1 kensington 15/05/28 19:23:13
2
3 Modified: cmake-3.2.2.ebuild ChangeLog
4 Log:
5 Remove REQUIRED_USE to improve user experience when both qt4 and qt5 USE flags are enabled (in this case, qt5 will be preferred).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.4 dev-util/cmake/cmake-3.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?r1=1.3&r2=1.4
15
16 Index: cmake-3.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cmake-3.2.2.ebuild 28 May 2015 19:08:02 -0000 1.3
23 +++ cmake-3.2.2.ebuild 28 May 2015 19:23:13 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.3 2015/05/28 19:08:02 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.4 2015/05/28 19:23:13 kensington Exp $
29
30 EAPI=5
31
32 @@ -16,8 +16,6 @@
33 KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
34 IUSE="doc emacs system-jsoncpp ncurses qt4 qt5"
35
36 -REQUIRED_USE="?? ( qt4 qt5 )"
37 -
38 RDEPEND="
39 >=app-arch/libarchive-2.8.0:=
40 >=dev-libs/expat-2.0.1
41
42
43
44 1.308 dev-util/cmake/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.308&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.308&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.307&r2=1.308
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
53 retrieving revision 1.307
54 retrieving revision 1.308
55 diff -u -r1.307 -r1.308
56 --- ChangeLog 28 May 2015 19:08:02 -0000 1.307
57 +++ ChangeLog 28 May 2015 19:23:13 -0000 1.308
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-util/cmake
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.307 2015/05/28 19:08:02 kensington Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.308 2015/05/28 19:23:13 kensington Exp $
63 +
64 + 28 May 2015; Michael Palimaka <kensington@g.o> cmake-3.2.2.ebuild:
65 + Remove REQUIRED_USE to improve user experience when both qt4 and qt5 USE flags
66 + are enabled (in this case, qt5 will be preferred).
67
68 28 May 2015; Michael Palimaka <kensington@g.o> cmake-3.2.1.ebuild,
69 cmake-3.2.2.ebuild, metadata.xml: