Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62065 Details for
Bug 97218
Request for ebuild: dev-java/relaxng-datatype
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
relaxng-datatype-1.0.ebuild
relaxng-datatype-1.0.ebuild (text/plain), 925 bytes, created by
Josh Nichols (RETIRED)
on 2005-06-27 09:15:45 UTC
(
hide
)
Description:
relaxng-datatype-1.0.ebuild
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-06-27 09:15:45 UTC
Size:
925 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg eutils > >MY_PN="relaxngDatatype" >MY_P="${MY_PN}-${PV}" >DESCRIPTION="Interface between RELAX NG validators and datatype libraries" >HOMEPAGE="http://relaxng.org/" >SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip" > ># See ${S}/copying.txt >LICENSE="" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc jikes" > >DEPEND="virtual/jdk > app-arch/unzip > jikes? (dev-java/jikes) > dev-java/ant" >RDEPEND="virtual/jre" > >S="${WORKDIR}/${MY_P}" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-build_xml.patch >} >src_compile() { > local antflags="jar" > use jikes && antflags="-Dbuild.compiler=jikes ${antflags}" > use doc && antflags="${antflags} javadoc" > > ant ${antflags} || die "Compilation failed" >} > >src_install() { > java-pkg_dojar ${MY_PN}.jar > dodoc README.txt > > use doc && java-pkg_dohtml -r doc/api >}
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 97218
: 62065 |
62067