Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-apple: binutils-apple-4.2-r1.ebuild binutils-apple-4.3-r1.ebuild ChangeLog
Date: Wed, 04 Feb 2015 02:55:27
Message-Id: 20150204025523.1D8321101F@oystercatcher.gentoo.org
1 patrick 15/02/04 02:55:23
2
3 Modified: binutils-apple-4.2-r1.ebuild
4 binutils-apple-4.3-r1.ebuild ChangeLog
5 Log:
6 Move test deps to DEPEND again
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: binutils-apple-4.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- binutils-apple-4.2-r1.ebuild 3 Feb 2015 21:12:23 -0000 1.1
24 +++ binutils-apple-4.2-r1.ebuild 4 Feb 2015 02:55:23 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v 1.1 2015/02/03 21:12:23 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2-r1.ebuild,v 1.2 2015/02/04 02:55:23 patrick Exp $
30
31 EAPI="3"
32
33 @@ -26,9 +26,9 @@
34 IUSE="lto test"
35
36 RDEPEND="sys-devel/binutils-config
37 - lto? ( sys-devel/llvm )
38 - test? ( >=dev-lang/perl-5.8.8 )"
39 + lto? ( sys-devel/llvm )"
40 DEPEND="${RDEPEND}
41 + test? ( >=dev-lang/perl-5.8.8 )
42 || ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )"
43
44 export CTARGET=${CTARGET:-${CHOST}}
45
46
47
48 1.2 sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild?r1=1.1&r2=1.2
53
54 Index: binutils-apple-4.3-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- binutils-apple-4.3-r1.ebuild 3 Feb 2015 21:12:23 -0000 1.1
61 +++ binutils-apple-4.3-r1.ebuild 4 Feb 2015 02:55:23 -0000 1.2
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v 1.1 2015/02/03 21:12:23 grobian Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.3-r1.ebuild,v 1.2 2015/02/04 02:55:23 patrick Exp $
67
68 EAPI="3"
69
70 @@ -26,9 +26,9 @@
71 IUSE="lto test"
72
73 RDEPEND="sys-devel/binutils-config
74 - lto? ( sys-devel/llvm )
75 - test? ( >=dev-lang/perl-5.8.8 )"
76 + lto? ( sys-devel/llvm )"
77 DEPEND="${RDEPEND}
78 + test? ( >=dev-lang/perl-5.8.8 )
79 || ( >=sys-devel/gcc-apple-4.2.1 sys-devel/llvm )"
80
81 export CTARGET=${CTARGET:-${CHOST}}
82
83
84
85 1.40 sys-devel/binutils-apple/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.40&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?rev=1.40&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-apple/ChangeLog?r1=1.39&r2=1.40
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v
94 retrieving revision 1.39
95 retrieving revision 1.40
96 diff -u -r1.39 -r1.40
97 --- ChangeLog 3 Feb 2015 21:12:23 -0000 1.39
98 +++ ChangeLog 4 Feb 2015 02:55:23 -0000 1.40
99 @@ -1,6 +1,10 @@
100 # ChangeLog for sys-devel/binutils-apple
101 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.39 2015/02/03 21:12:23 grobian Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.40 2015/02/04 02:55:23 patrick Exp $
104 +
105 + 04 Feb 2015; Patrick Lauer <patrick@g.o> binutils-apple-4.2-r1.ebuild,
106 + binutils-apple-4.3-r1.ebuild:
107 + Move test deps to DEPEND again
108
109 *binutils-apple-4.2-r1 (03 Feb 2015)
110 *binutils-apple-4.3-r1 (03 Feb 2015)