Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38679 Details for
Bug 62512
c-jdbc-1.0.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
c-jdbc-1.0.1.ebuild (New Package)
c-jdbc-1.0.1.ebuild (text/plain), 735 bytes, created by
Nicolas Modrzyk
on 2004-09-01 07:25:28 UTC
(
hide
)
Description:
c-jdbc-1.0.1.ebuild (New Package)
Filename:
MIME Type:
Creator:
Nicolas Modrzyk
Created:
2004-09-01 07:25:28 UTC
Size:
735 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/c-jdbc/c-jdbc-1.0.1.ebuild,v 1.2 2004/08/24 03:23:28 zx Exp $ > >inherit java-pkg > >DESCRIPTION="Transparent Database Clustering Middleware" >HOMEPAGE="http://c-jdbc.objectweb.org" >SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" >LICENSE="BSD" >SLOT="1" >KEYWORDS="x86 ~ppc" >IUSE="doc" >DEPEND=">=virtual/jdk-1.3 > dev-java/ant" >RDEPEND=">=virtual/jre-1.3" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > local antflags="build" > ant ${antflags} || die "compilation failed" >} > >src_install() { > local antflags="install" > ant ${antflags} || die "installation failed" >} >
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 62512
: 38679 |
46959
|
46960
|
46961
|
46962
|
46963
|
46964