Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350056 - new ebuild : dev-ml/ocaml-text - library for dealing with 'text'
Summary: new ebuild : dev-ml/ocaml-text - library for dealing with 'text'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: https://forge.ocamlcore.org/projects/...
Whiteboard:
Keywords:
Depends on:
Blocks: 350057
  Show dependency tree
 
Reported: 2010-12-29 17:10 UTC by Olivier Huber
Modified: 2012-03-28 11:37 UTC (History)
1 user (show)

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


Attachments
ebuild (ocaml-text-0.4.ebuild,864 bytes, text/plain)
2010-12-29 17:11 UTC, Olivier Huber
Details
ebuild (ocaml-text-0.4.ebuild,854 bytes, text/plain)
2010-12-30 16:35 UTC, Olivier Huber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Huber 2010-12-29 17:10:29 UTC
it's a new optional dependency for dev-ml/lwt-2.2.0
Comment 1 Olivier Huber 2010-12-29 17:11:06 UTC
Created attachment 258376 [details]
ebuild
Comment 2 Alexis Ballier gentoo-dev 2010-12-30 15:43:02 UTC
quick comments:
- you need EAPI=3 for EPREFIX
- DEPEND="${DEPEND} is useless/wrong
- any reason you need to manually add the arguments to ./configure and cant use econf ? (note that i didnt check)
Comment 3 Olivier Huber 2010-12-30 16:35:21 UTC
Created attachment 258442 [details]
ebuild
Comment 4 Olivier Huber 2010-12-30 16:38:22 UTC
(In reply to comment #2)
> quick comments:
> - you need EAPI=3 for EPREFIX
> - DEPEND="${DEPEND} is useless/wrong

fixed

> - any reason you need to manually add the arguments to ./configure and cant use
> econf ? (note that i didnt check)

This software uses OASIS to build and it doesn't support the "--option=value" format, but rather "--option value".
It may be interesting to create a eclass if more packages adopt this build system
Comment 5 Alexis Ballier gentoo-dev 2010-12-30 16:47:55 UTC
(In reply to comment #4)
> > - any reason you need to manually add the arguments to ./configure and cant use
> > econf ? (note that i didnt check)
> 
> This software uses OASIS to build and it doesn't support the "--option=value"
> format, but rather "--option value".
> It may be interesting to create a eclass if more packages adopt this build
> system
> 

makes sense; there are such other packages (lwt 2.2, ounit, ...) and it is indeed interesting to create an eclass (or add the helpers to findlib.eclass).
Comment 6 Alexis Ballier gentoo-dev 2012-03-28 11:37:21 UTC
ebuild converted to the new oasis.eclass and added, thanks!