Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355765 - dev-ml/ocamlify add package
Summary: dev-ml/ocamlify add package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://forge.ocamlcore.org/projects/...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-02-20 22:11 UTC by Vladimir Ivanov
Modified: 2012-03-27 22:50 UTC (History)
2 users (show)

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


Attachments
ebuild (ocamlify-0.0.1.ebuild,854 bytes, text/plain)
2011-02-20 22:12 UTC, Vladimir Ivanov
Details
ebuild (ocamlify-0.0.1.ebuild,877 bytes, text/plain)
2011-02-21 15:15 UTC, Vladimir Ivanov
Details
ebuild (ocamlify-0.0.1.ebuild,1.05 KB, text/plain)
2011-03-14 16:15 UTC, Vladimir Ivanov
Details
ebuild (ocamlify-0.0.1.ebuild,1.05 KB, text/plain)
2011-03-14 16:34 UTC, Vladimir Ivanov
Details
ebuild (ocamlify-0.0.1.ebuild,1.05 KB, text/plain)
2011-03-16 05:49 UTC, Vladimir Ivanov
Details
ebuild (ocamlify-0.0.1.ebuild,1.05 KB, text/plain)
2011-03-19 14:49 UTC, Vladimir Ivanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Ivanov 2011-02-20 22:11:31 UTC
OCamlify allow to create OCaml source code by including whole file into OCaml string or string list. The code produced can be compiled as a standard OCaml file. It allows embedding external resources as OCaml code.

Reproducible: Always
Comment 1 Vladimir Ivanov 2011-02-20 22:12:55 UTC
Created attachment 263215 [details]
ebuild
Comment 2 Vladimir Ivanov 2011-02-21 15:15:51 UTC
Created attachment 263297 [details]
ebuild
Comment 3 Alexis Ballier gentoo-dev 2011-02-22 16:16:54 UTC
- please use http:// and not https:// for SRC_URI/HOMEPAGE, there's nothing needing to be encrypted there
- findlib isnt a runtime dep afaik
- why dont you have  a debug useflag ? a doc one ?
- why dont you dodoc AUTHORS.txt ?

as a summary: please have a look at my changes to dev-ml/ocaml-expect and try to do the same
Comment 4 Vladimir Ivanov 2011-03-14 16:15:10 UTC
Created attachment 265843 [details]
ebuild

-tried to be close to your example
-if i add debug option it gives an error: Field debug is not defined in schema environment. thus no debug option
Comment 5 Vladimir Ivanov 2011-03-14 16:34:07 UTC
Created attachment 265847 [details]
ebuild

repoman full warnings fixed
Comment 6 Vladimir Ivanov 2011-03-16 05:49:44 UTC
Created attachment 266073 [details]
ebuild

minor changes
Comment 7 Vladimir Ivanov 2011-03-16 05:55:57 UTC
the install file lists findlib as one of dependencies so i left it there
Comment 8 Vladimir Ivanov 2011-03-19 14:49:40 UTC
Created attachment 266523 [details]
ebuild

moved findlib dependency to DEPEND
Comment 9 Alexis Ballier gentoo-dev 2012-03-27 22:50:30 UTC
ebuild converted to oasis.eclass and added to the tree, thanks!