Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163270 - Built wsdp (Web Services Developer Pack) packages using open source implementations
Summary: Built wsdp (Web Services Developer Pack) packages using open source implement...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 17:28 UTC by Petteri Räty (RETIRED)
Modified: 2007-05-30 22:17 UTC (History)
2 users (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 Petteri Räty (RETIRED) gentoo-dev 2007-01-22 17:28:11 UTC
These fetch restricted monsters should be replaced with from source implementations. See for example:
https://jaxb.dev.java.net/
https://glassfish.dev.java.net/

betelgeuse@pena /usr/portage/eclass $ qgrep -H java-wsdp
dev-java/sun-fastinfoset-bin/sun-fastinfoset-bin-1.0.1.ebuild: inherit java-wsdp
dev-java/sun-jaxb-bin/sun-jaxb-bin-2.0-r2.ebuild: inherit java-wsdp
dev-java/sun-jaxb-bin/sun-jaxb-bin-2.0-r2.ebuild:       java-wsdp_src_install
dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild: inherit java-wsdp
dev-java/sun-jaxr-bin/sun-jaxr-bin-1.0.8.01.ebuild: inherit java-wsdp
dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild: inherit java-wsdp
dev-java/sun-jaxws-bin/sun-jaxws-bin-2.0-r1.ebuild: inherit java-wsdp
dev-java/sun-jwsdp-shared-bin/sun-jwsdp-shared-bin-2.0-r1.ebuild: inherit java-wsdp
dev-java/sun-saaj-bin/sun-saaj-bin-1.3.ebuild: inherit java-wsdp
dev-java/sun-sjsxp-bin/sun-sjsxp-bin-1.0.ebuild: inherit java-wsdp
dev-java/sun-wsdp-bin/sun-wsdp-bin-2.0.ebuild: inherit java-wsdp
dev-java/sun-wsdp-bin/sun-wsdp-bin-2.0.ebuild:  use doc && java-wsdp_src_unpack
dev-java/sun-xmldsig-bin/sun-xmldsig-bin-1.0.1.ebuild: inherit java-wsdp
dev-java/sun-xws-security-bin/sun-xws-security-bin-2.0.ebuild: inherit java-wsdp

From:
http://java.sun.com/webservices/jwsdp/

"the Java Web Services Developer Pack will no longer be developed as a discrete release vehicle for the Web services and XML technologies that the Java WSDP shares with Project GlassFish."
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-01-22 17:36:02 UTC
Underway since June 2005, GlassFish was available under CDDL. So this stuff should never have been added to the tree in the first place I guess. 
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-01-23 00:43:54 UTC
I've started an overlay to do this: http://overlays.gentoo.org/svn/proj/java/wsdp-overlay/

(In reply to comment #0)
> dev-java/sun-fastinfoset-bin/sun-fastinfoset-bin-1.0.1.ebuild

Missing yet, will do.

> dev-java/sun-jaxb-bin/sun-jaxb-bin-2.0-r2.ebuild

As dev-java/jaxb and dev-java/jaxb-tools.

> dev-java/sun-jaxp-bin/sun-jaxp-bin-1.3.1.01.ebuild

Missing yet, will do.

> dev-java/sun-jaxr-bin/sun-jaxr-bin-1.0.8.01.ebuild

Missing yet, I can't find it in current JWSDP.

> dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild

Missing yet, will do.

> dev-java/sun-jaxws-bin/sun-jaxws-bin-2.0-r1.ebuild

Missing yet, will do.

> dev-java/sun-jwsdp-shared-bin/sun-jwsdp-shared-bin-2.0-r1.ebuild

To be removed.

> dev-java/sun-saaj-bin/sun-saaj-bin-1.3.ebuild

As dev-java/saaj.

> dev-java/sun-sjsxp-bin/sun-sjsxp-bin-1.0.ebuild

Missing yet, will do.

> dev-java/sun-wsdp-bin/sun-wsdp-bin-2.0.ebuild

To be removed.

> dev-java/sun-xmldsig-bin/sun-xmldsig-bin-1.0.1.ebuild

Missing yet, I can't find it in current JWSDP.

> dev-java/sun-xws-security-bin/sun-xws-security-bin-2.0.ebuild

Missing yet, I can't find it in current JWSDP.
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-01 20:02:02 UTC
OS versions of JWSDP added to the tree, following packages:

dev-java/sun-fastinfoset-bin
dev-java/sun-jaxb-bin
dev-java/sun-jaxp-bin
dev-java/sun-jaxr-bin
dev-java/sun-jaxrpc-bin
dev-java/sun-jaxws-bin
dev-java/sun-jwsdp-shared-bin
dev-java/sun-saaj-bin
dev-java/sun-sjsxp-bin
dev-java/sun-wsdp-bin
dev-java/sun-xmldsig-bin
dev-java/sun-xws-security-bin

will be p.masked and removed in 30 days.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-04 19:36:56 UTC
sun-*-bin p.masked, awaiting for removal.
Comment 5 Martin von Gagern 2007-05-30 22:17:13 UTC
The overlay URL from comment 2 no longer exists, and finding from-source packages corresponding to any given sun-*-bin wsdp package seems nontrivial to me.
Right now I'm searching for xmldsig, and can't find an ebuild providing this.
Nice descriptions mentioning the right keywords for eix and friends would help.