Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78902 Details for
Bug 121599
trang (20030619-r1) ebuild improvements
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
trang-20030619-r1.ebuild (text/plain), 1.20 KB, created by
Josh Sled
on 2006-02-04 15:00:40 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Josh Sled
Created:
2006-02-04 15:00:40 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/trang/trang-20030619-r1.ebuild,v 1.6 2005/07/12 18:35:58 axxo Exp $ > >inherit java-pkg > >DESCRIPTION="Trang: Multi-format schema converter based on RELAX NG" >HOMEPAGE="http://thaiopensource.com/relaxng/trang.html" >SRC_URI="http://www.thaiopensource.com/download/trang-${PV}.zip" >LICENSE="BSD Apache-1.1" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="jikes" >RDEPEND=">=virtual/jre-1.4 > =dev-java/xerces-1.3* > =dev-java/xerces-2.6*" >DEPEND=">=virtual/jdk-1.4 > ${RDEPEND} > app-arch/unzip > jikes? ( dev-java/jikes )" > >src_unpack() { > unpack ${A} > cd ${S} > > mkdir -p src/lib > unzip -d src src.zip || die "failed too unzip" > cp ${FILESDIR}/build.xml src > > cd src/lib > java-pkg_jar-from xerces-1.3 xerces.jar > java-pkg_jar-from xerces-2 xercesImpl.jar >} > >src_compile() { > cd ${S}/src > antflags="jar" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "failed to build" >} > >src_install() { > cd ${S} > java-pkg_dojar jar/trang.jar > cat >trang <<'EOF' >#!/bin/sh >exec `java-config --java` -jar `java-config -p trang` "$@" >EOF > dobin trang > java-pkg_dohtml *.html >}
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 121599
: 78902 |
78903