diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-08-11 17:09:15 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-08-11 17:09:15 +0000 |
commit | 6d97f5d64e6d01c39d49fe4e27e8d2742fedbdf6 (patch) | |
tree | ed3c8b8924adce35d74ad28a730ac1d985e6932f /dev-java/commons-logging | |
parent | new pre-alpha portage (diff) | |
download | gentoo-2-6d97f5d64e6d01c39d49fe4e27e8d2742fedbdf6.tar.gz gentoo-2-6d97f5d64e6d01c39d49fe4e27e8d2742fedbdf6.tar.bz2 gentoo-2-6d97f5d64e6d01c39d49fe4e27e8d2742fedbdf6.zip |
The source use flag was broken. Fixes bug #102085.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-logging/Manifest | 12 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild | 4 |
3 files changed, 8 insertions, 14 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index 6ae0e40e75b1..bd0be0d3aae1 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,10 @@ # 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.34 2005/07/09 16:01:07 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.35 2005/08/11 17:09:15 betelgeuse Exp $ + + 11 Aug 2005; Petteri Räty <betelgeuse@gentoo.org> + commons-logging-1.0.4-r1.ebuild: + The source use flag was broken. Fixes bug #102085. 09 Jul 2005; Thomas Matthijs <axxo@gentoo.org> -commons-logging-1.0.4.ebuild, commons-logging-1.0.4-r1.ebuild: diff --git a/dev-java/commons-logging/Manifest b/dev-java/commons-logging/Manifest index 6170290b4727..1fce22056427 100644 --- a/dev-java/commons-logging/Manifest +++ b/dev-java/commons-logging/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f385edad56d4e61ffd08b8a42a8e0c18 commons-logging-1.0.4-r1.ebuild 1563 MD5 8e7912ffb37afacb928c2994300afd5e ChangeLog 4682 +MD5 1c42d8bcac7dd015091b279e6f36ebdf commons-logging-1.0.4-r1.ebuild 1565 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 1e62b8a1770a8f7d817420e0c0d5f651 files/digest-commons-logging-1.0.4-r1 77 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCz/Te/rLF9B432nYRAqJaAKCWOax6EiRY72UXDiG4HXHH9qxoPQCdHGA8 -YklJ6lpuuXtwrGva7eeP6SM= -=JdX8 ------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 c96bb8fd893e..576cf55eb2ed 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.8 2005/07/09 16:01:07 axxo Exp $ +# $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 $ inherit java-pkg @@ -47,5 +47,5 @@ src_install() { dodoc RELEASE-NOTES.txt dohtml PROPOSAL.html STATUS.html usersguide.html use doc && java-pkg_dohtml -r dist/docs/ - use source && java-pkg_dosrc src/java/* + use source && java-pkg_dosrc src/java/org } |