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-httpclient: ChangeLog commons-httpclient-3.1.ebuild
Date: Wed, 06 Feb 2008 14:58:39
Message-Id: E1JMljQ-0006iD-Bk@stork.gentoo.org
1 fordfrog 08/02/06 14:58:36
2
3 Modified: ChangeLog commons-httpclient-3.1.ebuild
4 Log:
5 Fixed installation of javadocs
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.56 dev-java/commons-httpclient/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 6 Feb 2008 14:33:27 -0000 1.55
22 +++ ChangeLog 6 Feb 2008 14:58:35 -0000 1.56
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/commons-httpclient
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.55 2008/02/06 14:33:27 fordfrog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.56 2008/02/06 14:58:35 fordfrog Exp $
28 +
29 + 06 Feb 2008; Miroslav Ć ulc <fordfrog@g.o>
30 + commons-httpclient-3.1.ebuild:
31 + Fixed installation of javadocs
32
33 *commons-httpclient-3.1 (06 Feb 2008)
34
35
36
37
38 1.2 dev-java/commons-httpclient/commons-httpclient-3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild?r1=1.1&r2=1.2
43
44 Index: commons-httpclient-3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- commons-httpclient-3.1.ebuild 6 Feb 2008 14:33:27 -0000 1.1
51 +++ commons-httpclient-3.1.ebuild 6 Feb 2008 14:58:35 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.1 2008/02/06 14:33:27 fordfrog Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.2 2008/02/06 14:58:35 fordfrog Exp $
57
58 JAVA_PKG_IUSE="doc examples source test"
59 inherit java-pkg-2 java-ant-2
60 @@ -52,7 +52,10 @@
61 java-pkg_dojar dist/${PN}.jar
62
63 # contains both html docs and javadoc in correct subdir
64 - use doc && java-pkg_dohtml -r dist/docs/*
65 + if use doc ; then
66 + java-pkg_dojavadoc dist/docs/api
67 + java-pkg_dohtml -r dist/docs/*
68 + fi
69 use source && java-pkg_dosrc src/java/*
70 use examples && java-pkg_doexamples src/examples
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list