Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187326 Details for
Bug 142455
dev-java/jaxme-0.5.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
jaxme-0.5.2.ebuild (text/plain), 2.15 KB, created by
Dror Levin (RETIRED)
on 2009-04-04 22:09:20 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Dror Levin (RETIRED)
Created:
2009-04-04 22:09:20 UTC
Size:
2.15 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/jaxme/jaxme-0.3.1-r2.ebuild,v 1.1 2006/07/28 11:12:20 nelchael Exp $ > >EAPI="2" > >inherit java-pkg-2 java-ant-2 eutils > >MY_PN=ws-${PN} >MY_P=${MY_PN}-${PV} >DESCRIPTION="JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding." >HOMEPAGE="http://ws.apache.org/jaxme/index.html" >SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="doc source" > >RDEPEND=">=virtual/jre-1.4 > dev-java/antlr[java] > dev-db/hsqldb > >=dev-java/xerces-2.6 > dev-java/junit > >=dev-java/log4j-1.2.8 > dev-java/xmldb" >DEPEND=">=virtual/jdk-1.4 > dev-java/ant-core > ${RDEPEND}" > >S="${WORKDIR}/${MY_P}" > ># We do it later >JAVA_PKG_BSFIX="off" > >src_unpack() { > unpack ${A} > > cd ${S}/prerequisites > rm *.jar > java-pkg_jarfrom antlr > java-pkg_jarfrom hsqldb hsqldb.jar hsqldb-1.7.1.jar > java-pkg_jarfrom junit > java-pkg_jarfrom log4j log4j.jar log4j-1.2.8.jar > java-pkg_jarfrom xerces-2 > java-pkg_jarfrom xmldb xmldb-api.jar xmldb-api-20021118.jar > java-pkg_jarfrom xmldb xmldb-api-sdk.jar xmldb-api-sdk-20021118.jar > java-pkg_jarfrom ant-core ant.jar ant-1.5.4.jar > java-pkg_jarfrom ant-core ant.jar ant.jar > > # Special case: jaxme uses ant/*.xml files, so rewriting them by hand > # is better: > cd ${S} > for i in build.xml ant/*.xml src/webapp/web.xml src/test/jaxb/build.xml; do > java-ant_bsfix_one "${i}" > done > > epatch "${FILESDIR}/${P}-fix_marshallers.patch" >} > >src_compile() { > local antflags="" > use doc && antflags="${antflags} -Dbuild.apidocs=dist/doc/api javadoc" > > eant ${antflags} || die "Compilation failed" >} > >src_install() { > java-pkg_newjar dist/jaxme2-${PV}.jar jaxme2.jar > java-pkg_newjar dist/jaxme2-rt-${PV}.jar jaxme2-rt.jar > java-pkg_newjar dist/jaxmeapi-${PV}.jar jaxmeapi.jar > java-pkg_newjar dist/jaxmejs-${PV}.jar jaxmejs.jar > java-pkg_newjar dist/jaxmepm-${PV}.jar jaxmepm.jar > java-pkg_newjar dist/jaxmexs-${PV}.jar jaxmexs.jar > > dodoc NOTICE > > use doc && java-pkg_dohtml -r dist/doc/api src/documentation/manual > use source && java-pkg_dosrc src/*/* >}
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 142455
:
93217
|
93218
|
93223
|
187326
|
187327
|
187336
|
187341