Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405038 Details for
Bug 551898
dev-java/jax-rs new ebuild Java API for RESTful Services
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jax-rs-2.0.ebuild
jax-rs-2.0.ebuild (text/plain), 871 bytes, created by
William L. Thomson Jr.
on 2015-06-12 15:55:02 UTC
(
hide
)
Description:
jax-rs-2.0.ebuild
Filename:
MIME Type:
Creator:
William L. Thomson Jr.
Created:
2015-06-12 15:55:02 UTC
Size:
871 bytes
patch
obsolete
> >EAPI=5 >JAVA_PKG_IUSE="doc source" > >inherit java-pkg-2 java-pkg-simple > >REV="A" > >DESCRIPTION="Reference implementation of the Java API for RESTful Services" >HOMEPAGE="https://jax-rs-spec.java.net/" >DOWNLOAD_PAGE="http://download.oracle.com/otndocs/jcp/${PN/-/}-${PV/./_}_rev_${REV}-mrel-spec/index.html" >SRC_URI="javax.ws.rs-api-${PV}.rev.${REV}-sources.jar" > >LICENSE="oracle-jsr339" >SLOT="2" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >COMMON_DEP="" > >DEPEND=">=virtual/jdk-1.7 > app-arch/unzip > ${COMMON_DEP}" > >RDEPEND=">=virtual/jre-1.7 > ${COMMON_DEP}" > >#S="${WORKDIR}" > >pkg_nofetch() { > > einfo "Please go to" > einfo " ${DOWNLOAD_PAGE}" > einfo "and download file:" > einfo "JSR-000339 ${PN^^} ${PV} rev ${REV} sources" > einfo "Place the file ${SRC_URI} in:" > einfo " ${DISTDIR}" > >} > >src_compile() { > java-pkg-simple_src_compile >} > >src_install() { > java-pkg-simple_src_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 551898
: 405038 |
405040