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 | f55dd3405a63d05be919db1fcc88684351ad7d4c (patch) | |
tree | b6ebec9e3d6b85b644ba6d154f172843ee1e718f /dev-java/commons-logging | |
parent | Add patch to fix lyrics display, thanks to Ian Monroe for letting me know. (diff) | |
download | historical-f55dd3405a63d05be919db1fcc88684351ad7d4c.tar.gz historical-f55dd3405a63d05be919db1fcc88684351ad7d4c.tar.bz2 historical-f55dd3405a63d05be919db1fcc88684351ad7d4c.zip |
Does not try to install usersguide.html any more because no such file exists in the upstream release.
Package-Manager: portage-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 | 16 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild | 4 |
3 files changed, 21 insertions, 6 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..d35fd05e94af 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,4 +1,14 @@ -MD5 ddcbaf8181e6f5e21d705c8e2c6fb1b1 ChangeLog 4830 -MD5 4c2b03b3684ed6abde355581ca5c679a commons-logging-1.0.4-r1.ebuild 1571 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 a18ae1f1d67baca20da4e23375e1b0a7 ChangeLog 5025 +MD5 c727b3ec439a0407380fd438a5b09bf8 commons-logging-1.0.4-r1.ebuild 1556 MD5 1e62b8a1770a8f7d817420e0c0d5f651 files/digest-commons-logging-1.0.4-r1 77 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDrpo8QiJ/wx066S4RAsg1AJ4qcQESWym2iiKqIbZojNNjy4vxZgCgo57S +VYKryfpD8HKsEATNvcrDTDE= +=HBte +-----END PGP SIGNATURE----- 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 } |