Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406653 - dev-ml/deriving-ocsigen-0.3b - A deriving library for Ocsigen
Summary: dev-ml/deriving-ocsigen-0.3b - A deriving library for Ocsigen
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: http://www.ocsigen.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 406661
  Show dependency tree
 
Reported: 2012-03-02 20:20 UTC by Guillaume Horel
Modified: 2012-08-03 13:11 UTC (History)
3 users (show)

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


Attachments
deriving-ocsigen-0.3b.ebuild (deriving-ocsigen-0.3b.ebuild,637 bytes, text/plain)
2012-03-02 20:33 UTC, Guillaume Horel
Details
deriving-ocsigen-0.3b.ebuild (deriving-ocsigen-0.3b.ebuild,667 bytes, text/plain)
2012-07-25 09:25 UTC, Jacques-Pascal Deplaix
Details
deriving-ocsigen-0.3c.ebuild (deriving-ocsigen-0.3c.ebuild,833 bytes, text/plain)
2012-08-02 16:05 UTC, Jacques-Pascal Deplaix
Details
deriving-ocsigen-0.3c.ebuild (deriving-ocsigen-0.3c.ebuild,889 bytes, text/plain)
2012-08-02 16:26 UTC, Jacques-Pascal Deplaix
Details
metadata.xml (metadata.xml,243 bytes, text/plain)
2012-08-02 16:27 UTC, Jacques-Pascal Deplaix
Details
deriving-ocsigen-0.3c.ebuild (deriving-ocsigen-0.3c.ebuild,880 bytes, text/plain)
2012-08-03 12:09 UTC, Jacques-Pascal Deplaix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Horel 2012-03-02 20:20:00 UTC
A deriving library for the Ocsigen server.
Comment 1 Guillaume Horel 2012-03-02 20:33:21 UTC
Created attachment 304023 [details]
deriving-ocsigen-0.3b.ebuild
Comment 2 Jacques-Pascal Deplaix 2012-07-25 09:25:29 UTC
Created attachment 319196 [details]
deriving-ocsigen-0.3b.ebuild

Just a license fix.
Comment 3 Alexis Ballier gentoo-dev 2012-08-02 14:08:04 UTC
0.3c is latest upstream it seems

> DEPEND="dev-lang/ocaml[ocamlopt?]"

according to README 3.12 is required

missing src_test for make tests

> 		emake DESTIR="${D}" install

use ED instead of D

According to README, there's optional type-conv support but it doesnt seem to support latest type-conv, this should be fixed first
Comment 4 Jacques-Pascal Deplaix 2012-08-02 16:05:09 UTC
Created attachment 320076 [details]
deriving-ocsigen-0.3c.ebuild

Fixed and updated. A little hacky maybe. :|
I'll contact the author for a cleaner way.
Comment 5 Alexis Ballier gentoo-dev 2012-08-02 16:19:37 UTC
type-conv support remains automagic (if i have type-conv installed but USE=-type-conv, it will still enable it)
Comment 6 Jacques-Pascal Deplaix 2012-08-02 16:26:24 UTC
Created attachment 320080 [details]
deriving-ocsigen-0.3c.ebuild

Fixed.
Comment 7 Jacques-Pascal Deplaix 2012-08-02 16:27:20 UTC
Created attachment 320082 [details]
metadata.xml
Comment 8 Alexis Ballier gentoo-dev 2012-08-02 16:30:33 UTC
should be good now, thanks, will commit this when i'll be home; if this hasnt happened like next week, please ping here :)
Comment 9 Jacques-Pascal Deplaix 2012-08-03 12:09:29 UTC
Created attachment 320154 [details]
deriving-ocsigen-0.3c.ebuild
Comment 10 Alexis Ballier gentoo-dev 2012-08-03 13:11:16 UTC
added, thanks!

some problems i overlooked and fixed before committing: doc useflag and eutils eclass were unused, dropped.