Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 35019

Summary: new package: dev-java/javasqlite
Product: Gentoo Linux Reporter: Owen Anderson <resistor>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: arj, coredumb, egore, java, resistor
Priority: Lowest Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.ch-werner.de/javasqlite/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for javasqlite (New)
javasqlite/javasqlite-20060714.ebuild
dev-java/javasqlite-20070823.ebuild

Description Owen Anderson 2003-12-03 17:10:06 UTC
This ebuild builds and installs the Java and JDBC bindings for the SQLite database library.  It depends on a JDK >= 1.1.8 and SQLite >=2.7.3, reflecting the fact that these are the oldest setups it has been officially tested against.  It also registers the JAR file with java-config.  You will notice that the ebuild installs some JNI libraries inside the JDK.  This is done in accordance with the program's normal behavior when installed with "make install".  To test functionality, add javasqlite to your classpath, and run "java SQLite.Shell test" to open an SQL shell for editing the database "test".

I suggest that this ebuild be placed in dev-java/javasqlite

Thanks,
Owen
Comment 1 Owen Anderson 2003-12-03 17:11:42 UTC
Created attachment 21666 [details]
Ebuild for javasqlite (New)
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-02-21 17:47:59 UTC
these belong to the sqlite folk, not the mysql folk.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2005-12-28 15:44:30 UTC
(In reply to comment #1)
> Created an attachment (id=21666) [edit]
> Ebuild for javasqlite (New)
> 

http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt

And installing into JAVA_HOME does not really work because one needs to be able to switch the used jdk/jre. I am sorry that nobody hasn't commented in this bug for two years.
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2005-12-28 15:45:15 UTC
http://dev.gentoo.org/~ciaranm/docs/mw-faq/redundant.txt
Comment 5 Florian Manschwetus 2007-05-22 13:29:24 UTC
Created attachment 120000 [details]
javasqlite/javasqlite-20060714.ebuild

updated ebuild installs fine todays testing (java 1.6)
Comment 6 Christoph Brill (egore) (RESIGNED) 2007-08-23 23:41:29 UTC
Created attachment 129018 [details]
dev-java/javasqlite-20070823.ebuild

This is the ebuild I used. It's based on the previous ones plus the java-pkg-2 template ebuild. I replaced the custom stuff with emake and econf. I think it should work fine this way. At least it works for me.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-09-14 14:54:30 UTC
Either find a maintainer, or if you want to maintain it yourself, feel free to get this into java overlay.

http://overlays.gentoo.org/proj/java

Thanks. 

WONTFIX meanwhile.