Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75606 Details for
Bug 116876
dev-java/xins-1.3.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild file for 1.4.0_alpha1 (on the Development branch 1.4.x) (v2)
xins-1.4.0_alpha1.ebuild (text/plain), 1.93 KB, created by
Ernst de Haan
on 2005-12-27 07:39:14 UTC
(
hide
)
Description:
Ebuild file for 1.4.0_alpha1 (on the Development branch 1.4.x) (v2)
Filename:
MIME Type:
Creator:
Ernst de Haan
Created:
2005-12-27 07:39:14 UTC
Size:
1.93 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg eutils versionator > >DESCRIPTION="Open-source Java-based Web Services RPC technology, supporting XML-RPC, SOAP and REST" >HOMEPAGE="http://xins.sourceforge.net/" >MY_PV=$(replace_version_separator 3 '-') >SRC_URI="mirror://sourceforge/xins/${PN}-${MY_PV}.tgz" > >LICENSE="BSD" >SLOT="1.4" >KEYWORDS="~x86" >IUSE="debug doc examples jikes source" >S="${WORKDIR}/${PN}-${MY_PV}" > >RDEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-core-1.6.2 > >=dev-java/commons-logging-1.0 > >=dev-java/commons-codec-1.3 > =dev-java/commons-httpclient-3* > =dev-java/jakarta-oro-2.0* > >=dev-java/log4j-1.2 > =dev-java/servletapi-2.3* > >=dev-java/xmlenc-0.52" > >DEPEND="${RDEPEND} > sys-apps/sed > jikes? ( dev-java/jikes ) > source? ( app-arch/zip )" > >src_unpack() { > unpack ${A} > cd ${S} > rm -rf build docs lib/* > epatch ${FILESDIR}/${PN}-script.patch >} > >src_compile() { > local antflags="java" > local classpath="$(java-pkg_getjars commons-logging,commons-codec,commons-httpclient-3,jakarta-oro-2.0,log4j,servletapi-2.3,xmlenc || die 'Unable to set classpath')" > use debug && antflags="-Djavac.debug=true ${antflags}" > use jikes && antflags="-Dbuild.compiler=jikes ${antflags}" > use doc && antflags="${antflags} javadoc" > CLASSPATH=${classpath} ant ${antflags} || die "Processing of Ant build file failed." >} > >src_install() { > local SD=/usr/share/${PN}-${SLOT} > local LI=${SD}/installment > dobin bin/xins > dosed "s/%%PN-SLOT%%/${PN}-${SLOT}/g" /usr/bin/xins > use source && java-pkg_dosrc src/java-*/* > rm -rf src/java-* > java-pkg_dojar build/*.jar > dodir ${LI} > cp -R .version.properties build.xml src ${D}/${LI} > dosym ${SD}/lib ${LI}/build > dodir ${LI}/lib > if use doc; then > mkdir -p htmldoc/api > cp -R docs/javadoc/* htmldoc/api/ > java-pkg_dohtml -r htmldoc/* > fi > if use examples; then > local ED=/usr/share/doc/${PF}/examples > dodir ${ED} > cp -R demo/* ${D}/${ED}/ > fi >}
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 116876
:
75600
|
75601
|
75603
|
75605
| 75606