Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102627 - log4j 1.2.11 is out
Summary: log4j 1.2.11 is out
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://logging.apache.org/log4j/docs/...
Whiteboard:
Keywords:
Depends on:
Blocks: 102634 102911
  Show dependency tree
 
Reported: 2005-08-15 10:09 UTC by Sandro Bonazzola (RETIRED)
Modified: 2005-10-13 11:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dependencies fix (log4j.diff,474 bytes, patch)
2005-08-19 15:11 UTC, Sok Ann Yap
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola (RETIRED) gentoo-dev 2005-08-15 10:09:05 UTC
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 Sandro Bonazzola (RETIRED) gentoo-dev 2005-08-16 01:28:04 UTC
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 Petteri Räty (RETIRED) gentoo-dev 2005-08-19 13:24:29 UTC
Committed. Thanks for your report. 
Comment 3 Sok Ann Yap 2005-08-19 15:11:41 UTC
Created attachment 66352 [details, diff]
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 Petteri Räty (RETIRED) gentoo-dev 2005-08-20 04:46:09 UTC
(In reply to comment #3)
> Created an attachment (id=66352) [edit]
> 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 Sandro Bonazzola (RETIRED) gentoo-dev 2005-08-21 12:55:44 UTC
Ebuild works fine for me, thanks.
Comment 6 Sandro Bonazzola (RETIRED) gentoo-dev 2005-10-13 11:06:37 UTC
Closing.