Gentoo Archives: gentoo-commits

From: "Miroslav Sulc (fordfrog)" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-lang: ChangeLog commons-lang-3.3.2.ebuild
Date: Sun, 01 Feb 2015 08:00:45
Message-Id: 20150201080041.622FA10CF3@oystercatcher.gentoo.org
1 fordfrog 15/02/01 08:00:41
2
3 Modified: ChangeLog commons-lang-3.3.2.ebuild
4 Log:
5 dev-java/commons-lang: added restrict as suggested by James Le Cuirot <chewi@××××××××××××××.uk>
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
8
9 Revision Changes Path
10 1.71 dev-java/commons-lang/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 31 Jan 2015 23:00:01 -0000 1.70
23 +++ ChangeLog 1 Feb 2015 08:00:41 -0000 1.71
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-java/commons-lang
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.70 2015/01/31 23:00:01 fordfrog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.71 2015/02/01 08:00:41 fordfrog Exp $
29 +
30 + 01 Feb 2015; Miroslav Šulc <fordfrog@g.o> commons-lang-3.3.2.ebuild:
31 + added restrict as suggested by James Le Cuirot <chewi@××××××××××××××.uk>
32
33 *commons-lang-3.3.2 (31 Jan 2015)
34
35
36
37
38 1.2 dev-java/commons-lang/commons-lang-3.3.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild?r1=1.1&r2=1.2
43
44 Index: commons-lang-3.3.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- commons-lang-3.3.2.ebuild 31 Jan 2015 23:00:01 -0000 1.1
51 +++ commons-lang-3.3.2.ebuild 1 Feb 2015 08:00:41 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild,v 1.1 2015/01/31 23:00:01 fordfrog Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild,v 1.2 2015/02/01 08:00:41 fordfrog Exp $
57
58 EAPI="5"
59 JAVA_PKG_IUSE="doc source test"
60 @@ -29,6 +29,7 @@
61 LICENSE="Apache-2.0"
62 SLOT="3.3"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
64 +RESTRICT="ppc? ( test ) ppc64? ( test )"
65
66 S="${WORKDIR}/${MY_P}-src"