Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/httpunit: httpunit-1.7.ebuild ChangeLog
Date: Wed, 01 Jan 2014 12:42:26
Message-Id: 20140101124222.C60C42004C@flycatcher.gentoo.org
1 tomwij 14/01/01 12:42:22
2
3 Modified: httpunit-1.7.ebuild ChangeLog
4 Log:
5 Remove TODO comment as META-INF is usual Java metadata and that thus isn't a problem here.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.3 dev-java/httpunit/httpunit-1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild?r1=1.2&r2=1.3
15
16 Index: httpunit-1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- httpunit-1.7.ebuild 14 Aug 2013 09:30:34 -0000 1.2
23 +++ httpunit-1.7.ebuild 1 Jan 2014 12:42:22 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.2 2013/08/14 09:30:34 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.3 2014/01/01 12:42:22 tomwij Exp $
30
31 EAPI="5"
32
33 @@ -10,7 +10,6 @@
34
35 DESCRIPTION="HttpUnit emulates the relevant portions of browser behavior."
36 HOMEPAGE="http://httpunit.sourceforge.net/"
37 -# TODO What is metainf for? Where did it come from?
38 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
39
40 LICENSE="MIT"
41
42
43
44 1.9 dev-java/httpunit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/ChangeLog?rev=1.9&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/ChangeLog?rev=1.9&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/ChangeLog?r1=1.8&r2=1.9
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v
53 retrieving revision 1.8
54 retrieving revision 1.9
55 diff -u -r1.8 -r1.9
56 --- ChangeLog 15 Aug 2013 09:27:38 -0000 1.8
57 +++ ChangeLog 1 Jan 2014 12:42:22 -0000 1.9
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-java/httpunit
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.8 2013/08/15 09:27:38 tomwij Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.9 2014/01/01 12:42:22 tomwij Exp $
64 +
65 + 01 Jan 2014; Tom Wijsman <TomWij@g.o> httpunit-1.7.ebuild:
66 + Remove TODO comment as META-INF is usual Java metadata and that thus isn't a
67 + problem here.
68
69 15 Aug 2013; Tom Wijsman <TomWij@g.o> httpunit-1.6.2-r3.ebuild:
70 Reverted last commit because it changes stable behavior.