Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45924 Details for
Bug 14361
[NEW] Castor 0.9.4.2 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
castor-0.9.5.3.ebuild
castor-0.9.5.3.ebuild (text/plain), 1.44 KB, created by
Jan Brinkmann (RETIRED)
on 2004-12-13 09:42:29 UTC
(
hide
)
Description:
castor-0.9.5.3.ebuild
Filename:
MIME Type:
Creator:
Jan Brinkmann (RETIRED)
Created:
2004-12-13 09:42:29 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Data binding framework for Java" >SRC_URI="ftp://ftp.exolab.org/pub/castor/castor_${PV}/castor-${PV}-src.tgz" >HOMEPAGE="http://castor.exolab.org/" >LICENSE="Exolab" >KEYWORDS="~x86 ~amd64" >SLOT="0.9" >IUSE="doc" > >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-core-1.5 > >=dev-java/adaptx-0.9.5.3 > >=dev-java/commons-logging-1.0.4 > >=dev-java/oro-2.0.5 > >=dev-java/regexp-1.3 > >=dev-java/jta-1.0.1 > >=dev-java/ldapsdk-4.1.7 > >=dev-java/junit-3.8 > >=dev-java/log4j-1.2.8 > >=dev-java/jdbc2-postgresql-7.3 > =dev-java/servletapi-2.3* > =dev-java/xerces-1.3*" >RDEPEND=">=virtual/jdk-1.4" > >src_unpack() { > unpack ${A} > > cd ${S}/src > epatch ${FILESDIR}/build-xml.patch > > cd ${S}/lib > rm -f *.jar > java-pkg_jar-from adaptx-0.9 > java-pkg_jar-from ant-core ant.jar > java-pkg_jar-from commons-logging > java-pkg_jar-from oro > java-pkg_jar-from regexp > java-pkg_jar-from jta > java-pkg_jar-from junit > java-pkg_jar-from log4j > java-pkg_jar-from jdbc2-postgresql-6 > java-pkg_jar-from servletapi-2.3 > java-pkg_jar-from xerces-1.3 > java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar >} > > >src_compile() { > cd ${S}/src > > local antflags="jar" > if use doc; then > antflags="${antflags} javadoc" > fi > ant ${antflags} || die "compile failed" >} > >src_install() { > java-pkg_dojar dist/*.jar > > if use doc; then > java-pkg_dohtml -r build/doc/javadoc/* > 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 14361
:
7528
|
7531
|
45924
|
45925
|
46261
|
46262
|
46263