Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62512 - c-jdbc-1.0.1.ebuild (New Package)
Summary: c-jdbc-1.0.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Java team
URL: http://c-jdbc.objectweb.org
Whiteboard:
Keywords: EBUILD
Depends on: 65302 75486 75529 75591 75622
Blocks:
  Show dependency tree
 
Reported: 2004-09-01 07:23 UTC by Nicolas Modrzyk
Modified: 2005-01-22 10:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
c-jdbc-1.0.1.ebuild (New Package) (c-jdbc-1.0.1.ebuild,735 bytes, text/plain)
2004-09-01 07:25 UTC, Nicolas Modrzyk
Details
c-jdbc-1.0.4.ebuild (c-jdbc-1.0.4.ebuild,3.73 KB, text/plain)
2004-12-27 06:58 UTC, Jan Brinkmann (RETIRED)
Details
c-jdbc-1.0.4-gentoo.patch (c-jdbc-1.0.4-gentoo.patch,4.93 KB, patch)
2004-12-27 07:00 UTC, Jan Brinkmann (RETIRED)
Details | Diff
cjdbc-conf (cjdbc-conf,218 bytes, text/plain)
2004-12-27 07:01 UTC, Jan Brinkmann (RETIRED)
Details
cjdbc-init (cjdbc-init,815 bytes, text/plain)
2004-12-27 07:02 UTC, Jan Brinkmann (RETIRED)
Details
console.sh (console.sh,606 bytes, text/plain)
2004-12-27 07:02 UTC, Jan Brinkmann (RETIRED)
Details
controller.sh (controller.sh,1.09 KB, text/plain)
2004-12-27 07:03 UTC, Jan Brinkmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Modrzyk 2004-09-01 07:23:47 UTC
Hi!

Please find attached c-jdbc-1.0.1.ebuild.

C-JDBC is a database cluster middleware that allows any Java application (standalone application, servlet or EJB container, ...) to transparently access a cluster of databases through JDBC(tm).

I suggest dev-java/ for the package. Also, this ebuild depends on ant previously submitted.

Nicolas,
Comment 1 Nicolas Modrzyk 2004-09-01 07:25:28 UTC
Created attachment 38679 [details]
c-jdbc-1.0.1.ebuild (New Package)
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 06:58:16 UTC
Created attachment 46959 [details]
c-jdbc-1.0.4.ebuild

ok, this ebuild should do it. builds c-jdbc from source and installs startup
scripts and things like that.
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:00:25 UTC
Created attachment 46960 [details, diff]
c-jdbc-1.0.4-gentoo.patch

this patch is needed for various reasons. first of all, it makes it possible to
compile c-jdbc with gentoo packages. it also adds source and target attributes
to the javac nodes and it changes the default location of logfiles.
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:01:24 UTC
Created attachment 46961 [details]
cjdbc-conf

this file gets installed into /etc/conf.d , users can specify the configfile
name in it. like all the other files needed in the FILESDIR
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:02:05 UTC
Created attachment 46962 [details]
cjdbc-init

an init script which makes it possible to start/stop c-jdbc using the gentoo
init system
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:02:51 UTC
Created attachment 46963 [details]
console.sh

an script which starts the c-jdbc console, used for controlling the controller
:)
Comment 7 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:03:17 UTC
Created attachment 46964 [details]
controller.sh

an startup script for the cjdbc controller.
Comment 8 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:09:27 UTC
this should maybe go into dev-db
Comment 9 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-22 10:39:12 UTC
commited.