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
Description:   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.

------- Comment #1 From Sandro Bonazzola (RETIRED) 2005-08-16 01:28:04 0000 -------
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 

------- Comment #2 From Petteri Räty 2005-08-19 13:24:29 0000 -------
Committed. Thanks for your report. 

------- Comment #3 From Sok Ann Yap 2005-08-19 15:11:41 0000 -------
Created an attachment (id=66352) [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.

------- Comment #4 From Petteri Räty 2005-08-20 04:46:09 0000 -------
(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. 

------- Comment #5 From Sandro Bonazzola (RETIRED) 2005-08-21 12:55:44 0000 -------
Ebuild works fine for me, thanks.

------- Comment #6 From Sandro Bonazzola (RETIRED) 2005-10-13 11:06:37 0000 -------
Closing.