Bug 102627 - log4j 1.2.11 is out
|
Bug#:
102627
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: CLOSED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: java@gentoo.org
|
Reported By: sanchan@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://logging.apache.org/log4j/docs/download.html
|
|
Summary: log4j 1.2.11 is out
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-08-15 10:09 0000
|
latest version in portage is 1.2.9.
The ebuild need an home page url update.
If I can find the time I'll work on the ebuild.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
The existing ebuild seems to work fine just changing the version number.
These are my only changes:
--- log4j-1.2.9.ebuild 2005-07-15 12:05:30.000000000 +0200
+++ log4j-1.2.11.ebuild 2005-08-16 10:19:43.000000000 +0200
@@ -6,10 +6,10 @@
DESCRIPTION="A low-overhead robust logging package for Java"
SRC_URI="mirror://apache/logging/log4j/${PV}/logging-${P}.tar.gz"
-HOMEPAGE="http://jakarta.apache.org"
+HOMEPAGE="http://logging.apache.org/log4j/docs/"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="x86 amd64 ppc64 sparc ppc"
+KEYWORDS="~x86"
IUSE="doc javamail jikes jms jmx source"
RDEPEND=">=virtual/jre-1.4
Committed. Thanks for your report.
(In reply to comment #3)
> Created an attachment (id=66352) [edit] [details]
> dependencies fix
>
> I think the || part should be enclosed in a pair of parentheses, or else both
> openjms and openjms-bin will be pulled as dependencies.
Well in my testing it worked fine without the parentheses. I will add them just
to be sure.
Ebuild works fine for me, thanks.