Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198153 - [java-experimental] dev-java/filters versioned upstream source archives
Summary: [java-experimental] dev-java/filters versioned upstream source archives
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: https://pixels.dev.java.net/ http://w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 11:35 UTC by Bernhard Frauendienst
Modified: 2007-11-11 20:51 UTC (History)
0 users

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 Bernhard Frauendienst 2007-11-05 11:35:02 UTC
I had to install dev-java/filters yesterday as a dep for a package I needed. As always I was pissed about the non-versioned SRC_URI "Filters.zip" that had changed since the last "digest"ion.
So I wrote the author of the classes, and got word back that there is an "official" package of the filters at https://pixels.dev.java.net/

Latest release even seems to be newer than the jhlabs.com version, but I haven't really had the time to be sure about that yet.

The only drawback is that the dev.java.net-version doesn't contain a build.xml (the binary jar contains a maven project, but now that's not really something to be happy about, is it? ;)). Since it's a really easy setup though, this shouldn't be much of a problem.

If nobody else feels responsible, I can look into it these days.
Comment 1 Bernhard Frauendienst 2007-11-11 13:28:27 UTC
Just commited an ebuild for filters-2.1.2 to java-experimental. Like I mentioned no build.xml is available from the new upstream archives, but since the old one was quite basic anyway, files are compiled and created "by hand" now (ejavac, javadoc, etcetera).

If someone with more svn access would test and eventually move it to java-overlay, we could probably close this bug.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-11-11 18:58:15 UTC
(In reply to comment #1)
> 
> If someone with more svn access would test and eventually move it to
> java-overlay, we could probably close this bug.
> 

JAVA_PKG_IUSE must be used before inherit
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-11-11 18:58:59 UTC
Fix committed to java overlay.
Comment 4 Bernhard Frauendienst 2007-11-11 20:51:14 UTC
(In reply to comment #2)
> JAVA_PKG_IUSE must be used before inherit
> 

Obviously... no idea why I didn't realize that in the first place ;)
Thanks for your fast response.