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

Bug 437318

Summary: dev-ml/macaque a DSL for SQL Queries in Caml
Product: Gentoo Linux Reporter: Jacques-Pascal Deplaix <jp.deplaix>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: ml
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://forge.ocamlcore.org/projects/macaque/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 425098    
Bug Blocks:    
Attachments: macaque-0.6.ebuild
macaque-0.6.1.ebuild
macaque-0.6.1.build
macaque-0.6.1.ebuild

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