Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309455 - dev-java/slf4j-api-1.5.11 version bump
Summary: dev-java/slf4j-api-1.5.11 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Petteri Räty (RETIRED)
URL: http://www.slf4j.org/news.html
Whiteboard:
Keywords:
Depends on:
Blocks: 309453 310329
  Show dependency tree
 
Reported: 2010-03-15 08:01 UTC by Priit Laes (IRC: plaes)
Modified: 2010-03-20 09:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2010-03-15 08:01:42 UTC
Current version in portage is 1.5.2.

This is a simple rename bump, although some updates would be good:

[snip]
 JAVA_PKG_IUSE="doc source"
+EAPI=2
 
 inherit eutils java-pkg-2 java-ant-2
 
@@ -20,8 +21,7 @@
 
 S="${WORKDIR}"
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	cp -v "${FILESDIR}"/build.xml . || die
 }
[/snip]
Comment 1 Priit Laes (IRC: plaes) 2010-03-15 08:09:50 UTC
Also, dev-java/slf4-nop should be bumped together with this package.