Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59522 Details for
Bug 93515
Request for ebuild: dev-java/xml-im-exporter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xml-im-exporter-1.1.ebuild
xml-im-exporter-1.1.ebuild (text/plain), 963 bytes, created by
Josh Nichols (RETIRED)
on 2005-05-22 01:02:52 UTC
(
hide
)
Description:
xml-im-exporter-1.1.ebuild
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-05-22 01:02:52 UTC
Size:
963 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg > >DESCRIPTION="XML Im-/Exporter is a low level library to assist you in the straight forward process of importing and exporting XML from and to your Java classes." >HOMEPAGE="http://xml-im-exporter.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}.tgz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="jikes doc" > >DEPEND="virtual/jdk > dev-java/ant" >RDEPEND="virtual/jre" >S="${WORKDIR}/${PN}" > >src_compile() { > local antflags > use jikes && antflags="-Dbuild.compiler=jikes" > ant ${antflags} jar || die "Compile failed" > > if use doc; then > ant javadocs || die "Javadocs failed" > fi >} > >src_install() { > java-pkg_newjar lib/${PN}${PV}.jar ${PN}.jar > > dodoc Changes.txt Copying.txt Install.txt Open-Issues.txt \ > Readme.txt Version.txt > if use doc; then > java-pkg_dohtml -r doc > fi > > # TODO example use flag >}
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 93515
: 59522