Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84335 - hsql-1.4.ebuild (New Package)
Summary: hsql-1.4.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-06 12:27 UTC by Henning Günther
Modified: 2005-12-19 03:11 UTC (History)
0 users

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


Attachments
The Ebuild for hsql (hsql-1.4.ebuild,2.37 KB, text/plain)
2005-03-06 12:28 UTC, Henning Günther
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Günther 2005-03-06 12:27:14 UTC
Hi!

I've created an ebuild for hsql. It's a library for haskell that enables it to use SQL. It provides bindings for MySQL, PostgreSQL, Sqlite and ODBC. Since this is my first self-made ebuild and I'm a bit new to Haskell, it would be great if someone could check if this ebuild matches the gentoo policy concerning haskell packages(If there's one).

Enjoy ;)
Comment 1 Henning Günther 2005-03-06 12:28:32 UTC
Created attachment 52804 [details]
The Ebuild for hsql
Comment 2 Luis Araujo (RETIRED) gentoo-dev 2005-03-12 16:42:15 UTC
Thank you for submitting this ebuild Henning.

The ebuild is in general pretty OK, i just found slight detailes like 
wrong LICENSE (it is BSD as far as i can see) , and setting a few variables
to buggy values, like RDEPEND, but nothing that can't be fixed 8-).
 
One big problem though that probably will be stopping us from adding it to the 
tree soon, is that all of the optional features (mysql, sqlite, odbc, postgres)
are a bit broken, and need special work-arounds both for configure and make.

Thanks again.
Comment 3 Henning Günther 2005-03-13 13:08:43 UTC
The issue with --enable/disable seems to be fixed in CVS (http://cvs.sourceforge.net/viewcvs.py/htoolkit/HSQL/configure.ac?r1=1.19). Should I contact the developer about this?
As for the license, you're right, it's BSD, I didn't read it carefully and the LICENSE file said "as-is" somewhere ;)
Comment 4 Andres Loeh (RETIRED) gentoo-dev 2005-12-19 03:11:22 UTC
We still hope to include a more recent version sooner or later.
See bug #98549.