summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-16 18:17:52 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-16 18:17:52 +0000
commit93975f369ce800b66e8531583ca36846cc582bbb (patch)
treed12a03f0371bbe0abb14e1e5b3fc13685af64460 /dev-util/checkstyle
parentuse java-pkg_dohtml instead of dohtml to also install the package-list in cas... (diff)
downloadhistorical-93975f369ce800b66e8531583ca36846cc582bbb.tar.gz
historical-93975f369ce800b66e8531583ca36846cc582bbb.tar.bz2
historical-93975f369ce800b66e8531583ca36846cc582bbb.zip
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'dev-util/checkstyle')
-rw-r--r--dev-util/checkstyle/ChangeLog7
-rw-r--r--dev-util/checkstyle/checkstyle-3.3.ebuild4
-rw-r--r--dev-util/checkstyle/checkstyle-3.4-r2.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/checkstyle/ChangeLog b/dev-util/checkstyle/ChangeLog
index 49e52f8e19fb..fe3518aacadf 100644
--- a/dev-util/checkstyle/ChangeLog
+++ b/dev-util/checkstyle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/checkstyle
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.7 2004/10/14 20:08:39 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.8 2004/10/16 18:16:29 axxo Exp $
+
+ 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> checkstyle-3.3.ebuild,
+ checkstyle-3.4-r2.ebuild:
+ use java-pkg_dohtml instead of dohtml to also install the package-list in
+ case of api docs: #50740
14 Oct 2004; David Holm <dholm@gentoo.org> checkstyle-3.4-r2.ebuild:
Added to ~ppc.
diff --git a/dev-util/checkstyle/checkstyle-3.3.ebuild b/dev-util/checkstyle/checkstyle-3.3.ebuild
index b60e74af8384..0663980a2b7b 100644
--- a/dev-util/checkstyle/checkstyle-3.3.ebuild
+++ b/dev-util/checkstyle/checkstyle-3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3.ebuild,v 1.6 2004/09/04 16:13:07 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3.ebuild,v 1.7 2004/10/16 18:16:29 axxo Exp $
inherit java-pkg
@@ -37,7 +37,7 @@ src_install() {
insinto /usr/share/checkstyle
jar cfm ${P}.jar config/manifest.mf -C target/checkstyle .
java-pkg_dojar ${P}.jar
- use doc && dohtml -r docs/*
+ use doc && java-pkg_dohtml -r docs/*
dodoc README RIGHTS.antlr TODO
mv docs/checkstyle_checks.xml ${D}/usr/share/checkstyle/checkstyle_checks.xml
mv docs/sun_checks.xml ${D}/usr/share/checkstyle/sun_checks.xml
diff --git a/dev-util/checkstyle/checkstyle-3.4-r2.ebuild b/dev-util/checkstyle/checkstyle-3.4-r2.ebuild
index 6239f7df1719..11701be46a17 100644
--- a/dev-util/checkstyle/checkstyle-3.4-r2.ebuild
+++ b/dev-util/checkstyle/checkstyle-3.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.4-r2.ebuild,v 1.2 2004/10/14 20:08:39 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.4-r2.ebuild,v 1.3 2004/10/16 18:16:29 axxo Exp $
inherit java-pkg
@@ -54,7 +54,7 @@ src_install() {
insinto /usr/share/checkstyle
jar cfm ${PN}.jar config/manifest.mf -C target/checkstyle .
java-pkg_dojar ${PN}.jar
- use doc && dohtml -r docs/*
+ use doc && java-pkg_dohtml -r docs/*
dodoc README RIGHTS.antlr TODO
mv docs/checkstyle_checks.xml ${D}/usr/share/checkstyle/checkstyle_checks.xml
mv docs/sun_checks.xml ${D}/usr/share/checkstyle/sun_checks.xml