diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-12-25 13:10:07 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-12-25 13:10:07 +0000 |
commit | feb8a895b580ea046d765f54736fc8049f0ac289 (patch) | |
tree | e1a5c91be72ac17b1f9e4dc5eed12ff4efc372af /dev-java/commons-logging | |
parent | Add patch to fix lyrics display, thanks to Ian Monroe for letting me know. (diff) | |
download | gentoo-2-feb8a895b580ea046d765f54736fc8049f0ac289.tar.gz gentoo-2-feb8a895b580ea046d765f54736fc8049f0ac289.tar.bz2 gentoo-2-feb8a895b580ea046d765f54736fc8049f0ac289.zip |
Does not try to install usersguide.html any more because no such file exists in the upstream release.
(Portage version: 2.1_pre2)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-logging/Manifest | 4 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index bd0be0d3aae1..30f9eaffc78f 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/commons-logging # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.35 2005/08/11 17:09:15 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.36 2005/12/25 13:10:07 betelgeuse Exp $ + + 25 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> + commons-logging-1.0.4-r1.ebuild: + Does not try to install usersguide.html any more because no such file exists + in the upstream release. 11 Aug 2005; Petteri Räty <betelgeuse@gentoo.org> commons-logging-1.0.4-r1.ebuild: diff --git a/dev-java/commons-logging/Manifest b/dev-java/commons-logging/Manifest index dd536435afd6..f6e6d7d42dd7 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,4 +1,4 @@ MD5 ddcbaf8181e6f5e21d705c8e2c6fb1b1 ChangeLog 4830 -MD5 4c2b03b3684ed6abde355581ca5c679a commons-logging-1.0.4-r1.ebuild 1571 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 96f30abe1748df7318d20e0098aa5d37 commons-logging-1.0.4-r1.ebuild 1555 MD5 1e62b8a1770a8f7d817420e0c0d5f651 files/digest-commons-logging-1.0.4-r1 77 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 diff --git a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild index 576cf55eb2ed..78c20099568e 100644 --- a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.9 2005/08/11 17:09:15 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.10 2005/12/25 13:10:07 betelgeuse Exp $ inherit java-pkg @@ -45,7 +45,7 @@ src_install() { java-pkg_dojar target/${PN}-api.jar target/${PN}.jar dodoc RELEASE-NOTES.txt - dohtml PROPOSAL.html STATUS.html usersguide.html + dohtml PROPOSAL.html STATUS.html use doc && java-pkg_dohtml -r dist/docs/ use source && java-pkg_dosrc src/java/org } |