Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73566 Details for
Bug 113553
Ebuild for dev-java/jdbc3-postgresql-8.1_404
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for dev-java/jdbc3-postgresql-8.1_404
jdbc3-postgresql-8.1_p404.ebuild (text/plain), 1.18 KB, created by
keith
on 2005-11-25 06:36:45 UTC
(
hide
)
Description:
Ebuild for dev-java/jdbc3-postgresql-8.1_404
Filename:
MIME Type:
Creator:
keith
Created:
2005-11-25 06:36:45 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-postgresql/jdbc3-postgresql-8.0_p312.ebuild,v 1.1 2005/09/11 10:40:05 axxo Exp $ > >inherit java-pkg > >DESCRIPTION="JDBC Driver for PostgreSQL" >SRC_URI="http://jdbc.postgresql.org/download/postgresql-jdbc-${PV/_p/-}.src.tar.gz" >HOMEPAGE="http://jdbc.postgresql.org/" > >LICENSE="POSTGRESQL" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >IUSE="doc examples jikes source" > >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-core-1.6 > jikes? ( dev-java/jikes ) > source? ( app-arch/zip )" >RDEPEND=">=virtual/jre-1.4" > >S=${WORKDIR}/postgresql-jdbc-${PV/_p/-}.src > >src_compile() { > local antflags="jar" > use doc && antflags="${antflags} publicapi" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "build failed!" >} > >src_install() { > java-pkg_newjar jars/postgresql.jar ${PN}.jar > > use doc && java-pkg_dohtml -r ${S}/build/publicapi/* > if use examples; then > dodir /usr/share/doc/${PF}/examples > cp -r ${S}/example/* ${D}/usr/share/doc/${PF}/examples > java-pkg_dojar jars/postgresql-examples.jar > fi > use source && java-pkg_dosrc ${S}/org >}
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 113553
: 73566