Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437318 - dev-ml/macaque a DSL for SQL Queries in Caml
Summary: dev-ml/macaque a DSL for SQL Queries in Caml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://forge.ocamlcore.org/projects/...
Whiteboard:
Keywords: EBUILD
Depends on: 425098
Blocks:
  Show dependency tree
 
Reported: 2012-10-05 15:42 UTC by Jacques-Pascal Deplaix
Modified: 2013-02-07 20:43 UTC (History)
1 user (show)

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


Attachments
macaque-0.6.ebuild (macaque-0.6.ebuild,594 bytes, text/plain)
2012-10-05 15:42 UTC, Jacques-Pascal Deplaix
Details
macaque-0.6.1.ebuild (macaque-0.6.1.ebuild,594 bytes, text/plain)
2012-12-23 14:51 UTC, Jacques-Pascal Deplaix
Details
macaque-0.6.1.build (macaque-0.6.1.ebuild,546 bytes, text/plain)
2013-01-28 21:42 UTC, Jacques-Pascal Deplaix
Details
macaque-0.6.1.ebuild (macaque-0.6.1.ebuild,580 bytes, text/plain)
2013-01-29 22:40 UTC, Jacques-Pascal Deplaix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacques-Pascal Deplaix 2012-10-05 15:42:05 UTC
Created attachment 325722 [details]
macaque-0.6.ebuild
Comment 1 Jacques-Pascal Deplaix 2012-11-02 17:09:35 UTC
Somebody ?
Comment 2 Jacques-Pascal Deplaix 2012-12-23 14:51:20 UTC
Created attachment 333128 [details]
macaque-0.6.1.ebuild
Comment 3 Alexis Ballier gentoo-dev 2013-01-18 18:23:43 UTC
DESCRIPTION="a DSL for SQL Queries in Caml"

-> Upercase A or just drop the a I'd say.

src_compile() {
	cd src
[...]
src_install() {
	cd src

-> you should set S to the correct value to avoid doing this

	emake -j1
[...]
	emake -j1 install

-> this should probably be fixed before, how hard is it ?
(I know lots of dev-ml packages do this but they're bad examples :P)
Comment 4 Jacques-Pascal Deplaix 2013-01-28 21:42:28 UTC
Created attachment 337152 [details]
macaque-0.6.1.build

Fixed. Still -j1, but for this lib, isn't really matter.
Comment 5 Jacques-Pascal Deplaix 2013-01-28 21:45:32 UTC
(In reply to comment #4)
> Created attachment 337152 [details]
> macaque-0.6.1.build
> 
> Fixed. Still -j1, but for this lib, isn't really matter.

s/isn't/it doesn't/
Comment 6 Jacques-Pascal Deplaix 2013-01-29 22:40:00 UTC
Created attachment 337278 [details]
macaque-0.6.1.ebuild

oups…
Comment 7 Alexis Ballier gentoo-dev 2013-02-07 20:43:30 UTC
added after conversion to eapi 5, thx