summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2005-08-11 17:09:15 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2005-08-11 17:09:15 +0000
commit3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5 (patch)
tree0395e9d1b9ea7350de7555d5bcd49a0128203fc7
parentnew pre-alpha portage (diff)
downloadhistorical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.tar.gz
historical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.tar.bz2
historical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.zip
The source use flag was broken. Fixes bug #102085.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r--dev-java/commons-logging/ChangeLog6
-rw-r--r--dev-java/commons-logging/Manifest14
-rw-r--r--dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild4
3 files changed, 9 insertions, 15 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..dd536435afd6 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 ddcbaf8181e6f5e21d705c8e2c6fb1b1 ChangeLog 4830
+MD5 4c2b03b3684ed6abde355581ca5c679a commons-logging-1.0.4-r1.ebuild 1571
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
}