Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jaxen: ChangeLog jaxen-1.1.1.ebuild jaxen-1.1.4.ebuild
Date: Tue, 01 Jan 2013 19:14:45
Message-Id: 20130101191430.345B42171D@flycatcher.gentoo.org
1 ulm 13/01/01 19:14:30
2
3 Modified: ChangeLog jaxen-1.1.1.ebuild jaxen-1.1.4.ebuild
4 Log:
5 Update LICENSE, jaxen is replaced by the JDOM license template.
6
7 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
8
9 Revision Changes Path
10 1.57 dev-java/jaxen/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/jaxen/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 15 Oct 2012 18:18:16 -0000 1.56
23 +++ ChangeLog 1 Jan 2013 19:14:29 -0000 1.57
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-java/jaxen
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/ChangeLog,v 1.56 2012/10/15 18:18:16 sera Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/ChangeLog,v 1.57 2013/01/01 19:14:29 ulm Exp $
30 +
31 + 01 Jan 2013; Ulrich Müller <ulm@g.o> jaxen-1.1.1.ebuild,
32 + jaxen-1.1.4.ebuild:
33 + Update LICENSE, jaxen is replaced by the JDOM license template.
34
35 15 Oct 2012; Ralph Sennhauser <sera@g.o>
36 files/jaxen-1.1.4_maven1-build.xml:
37
38
39
40 1.10 dev-java/jaxen/jaxen-1.1.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild?r1=1.9&r2=1.10
45
46 Index: jaxen-1.1.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- jaxen-1.1.1.ebuild 15 Apr 2012 18:41:39 -0000 1.9
53 +++ jaxen-1.1.1.ebuild 1 Jan 2013 19:14:29 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild,v 1.9 2012/04/15 18:41:39 vapier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.1.ebuild,v 1.10 2013/01/01 19:14:29 ulm Exp $
60
61 JAVA_PKG_IUSE="doc examples source test"
62
63 @@ -11,7 +11,7 @@
64 HOMEPAGE="http://jaxen.org/"
65 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${MY_P}-src.tar.gz"
66
67 -LICENSE="jaxen"
68 +LICENSE="JDOM"
69 SLOT="1.1"
70 KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
71 IUSE="doc source test"
72
73
74
75 1.2 dev-java/jaxen/jaxen-1.1.4.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild?r1=1.1&r2=1.2
80
81 Index: jaxen-1.1.4.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- jaxen-1.1.4.ebuild 14 Oct 2012 14:28:48 -0000 1.1
88 +++ jaxen-1.1.4.ebuild 1 Jan 2013 19:14:30 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2012 Gentoo Foundation
91 +# Copyright 1999-2013 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild,v 1.1 2012/10/14 14:28:48 sera Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxen/jaxen-1.1.4.ebuild,v 1.2 2013/01/01 19:14:30 ulm Exp $
95
96 EAPI=5
97
98 @@ -12,7 +12,7 @@
99 HOMEPAGE="http://jaxen.codehaus.org/"
100 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}-src.tar.gz"
101
102 -LICENSE="jaxen"
103 +LICENSE="JDOM"
104 SLOT="1.1"
105 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
106 IUSE=""