Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23168 Details for
Bug 37241
Updated ebuild for JDOM beta9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for JDOM Beta9
jdom-1.0_beta9.ebuild (text/plain), 1.08 KB, created by
Chris Aniszczyk (RETIRED)
on 2004-01-04 15:40:19 UTC
(
hide
)
Description:
Ebuild for JDOM Beta9
Filename:
MIME Type:
Creator:
Chris Aniszczyk (RETIRED)
Created:
2004-01-04 15:40:19 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >inherit java-pkg > >IUSE="jikes doc" > >MY_PN="jdom" >MY_PV="b9" >MY_P="${MY_PN}-${MY_PV}" > >DESCRIPTION="Java API to manipulate XML data" >SRC_URI="http://www.jdom.org/dist/source/${MY_P}.tar.gz" >HOMEPAGE="http://www.jdom.org" >LICENSE="JDOM" >SLOT="0" >KEYWORDS="x86 ~sparc ~ppc ~alpha" >RDEPEND=">=virtual/jdk-1.3" >DEPEND="${RDEPEND} > >=dev-java/ant-1.4.1 > dev-java/xalan > dev-java/xerces > jikes? ( >=dev-java/jikes-1.15 )" >S="${WORKDIR}/${MY_P}" > >src_compile() { > local antflags > > antflags="" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > > ant ${antflags} || die "compile problem" >} > >src_install() { > # install everything except for the jdom11.jar and collections > # (pre-Java 2 support which interferes) > java-pkg_dojar \ > build/jdom.jar > > dodoc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt > use doc && dohtml -r build/apidocs/* >} > >pkg_postinst() { > > einfo > einfo "Online Documentation:" > einfo " http://www.jdom.org/downloads/docs.html" > einfo > >} >
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 37241
: 23168