Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-validator: ChangeLog commons-validator-1.4.0.ebuild
Date: Mon, 24 Feb 2014 04:14:18
Message-Id: 20140224041415.174432004C@flycatcher.gentoo.org
1 phajdan.jr 14/02/24 04:14:15
2
3 Modified: ChangeLog commons-validator-1.4.0.ebuild
4 Log:
5 x86 stable wrt bug #492004
6
7 (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
8
9 Revision Changes Path
10 1.52 dev-java/commons-validator/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 16 Jul 2013 16:10:45 -0000 1.51
23 +++ ChangeLog 24 Feb 2014 04:14:14 -0000 1.52
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-java/commons-validator
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.51 2013/07/16 16:10:45 tomwij Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.52 2014/02/24 04:14:14 phajdan.jr Exp $
30 +
31 + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@g.o>
32 + commons-validator-1.4.0.ebuild:
33 + x86 stable wrt bug #492004
34
35 *commons-validator-1.4.0 (16 Jul 2013)
36
37
38
39
40 1.2 dev-java/commons-validator/commons-validator-1.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild?r1=1.1&r2=1.2
45
46 Index: commons-validator-1.4.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- commons-validator-1.4.0.ebuild 16 Jul 2013 16:10:45 -0000 1.1
53 +++ commons-validator-1.4.0.ebuild 24 Feb 2014 04:14:14 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild,v 1.1 2013/07/16 16:10:45 tomwij Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.4.0.ebuild,v 1.2 2014/02/24 04:14:14 phajdan.jr Exp $
60
61 EAPI="5"
62
63 @@ -16,7 +16,7 @@
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
68 +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
69
70 RDEPEND=">=virtual/jre-1.4
71 >=dev-java/commons-digester-1.6:0