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/saxpath: ChangeLog saxpath-1.0-r2.ebuild
Date: Tue, 01 Jan 2013 19:17:18
Message-Id: 20130101191658.8A9802171D@flycatcher.gentoo.org
1 ulm 13/01/01 19:16:58
2
3 Modified: ChangeLog saxpath-1.0-r2.ebuild
4 Log:
5 Update LICENSE, saxpath 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.32 dev-java/saxpath/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 15 Apr 2012 18:14:55 -0000 1.31
23 +++ ChangeLog 1 Jan 2013 19:16:58 -0000 1.32
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-java/saxpath
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.31 2012/04/15 18:14:55 vapier Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.32 2013/01/01 19:16:58 ulm Exp $
30 +
31 + 01 Jan 2013; Ulrich Müller <ulm@g.o> saxpath-1.0-r2.ebuild:
32 + Update LICENSE, saxpath is replaced by the JDOM license template.
33
34 15 Apr 2012; Mike Frysinger <vapier@g.o> saxpath-1.0-r2.ebuild:
35 Add back ia64 love #349020 by Dennis Schridde.
36
37
38
39 1.17 dev-java/saxpath/saxpath-1.0-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild?rev=1.17&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild?rev=1.17&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild?r1=1.16&r2=1.17
44
45 Index: saxpath-1.0-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild,v
48 retrieving revision 1.16
49 retrieving revision 1.17
50 diff -u -r1.16 -r1.17
51 --- saxpath-1.0-r2.ebuild 15 Apr 2012 18:14:55 -0000 1.16
52 +++ saxpath-1.0-r2.ebuild 1 Jan 2013 19:16:58 -0000 1.17
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild,v 1.16 2012/04/15 18:14:55 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild,v 1.17 2013/01/01 19:16:58 ulm Exp $
59
60 JAVA_PKG_IUSE="doc source test"
61
62 @@ -9,7 +9,8 @@
63 DESCRIPTION="A Simple API for XPath."
64 HOMEPAGE="http://saxpath.sourceforge.net/"
65 SRC_URI="mirror://sourceforge/saxpath/${P}.tar.gz"
66 -LICENSE="saxpath"
67 +
68 +LICENSE="JDOM"
69 SLOT="0"
70 KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"