Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406659 - dev-ml/calendar-2.03.1 - An Ocaml library to handle dates and time
Summary: dev-ml/calendar-2.03.1 - An Ocaml library to handle dates and time
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://calendar.forge.ocamlcore.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 406661 425098
  Show dependency tree
 
Reported: 2012-03-02 20:34 UTC by Guillaume Horel
Modified: 2012-08-02 14:22 UTC (History)
3 users (show)

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


Attachments
calendar-2.03.1.ebuild (calendar-2.03.1.ebuild,663 bytes, text/plain)
2012-03-02 20:35 UTC, Guillaume Horel
Details
calendar-2.03.1.ebuild (calendar-2.03.1.ebuild,668 bytes, text/plain)
2012-07-10 14:15 UTC, Jacques-Pascal Deplaix
Details
calendar-2.03.2.ebuild (calendar-2.03.2.ebuild,679 bytes, text/plain)
2012-08-02 14:15 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:34:38 UTC
An OCaml library to work with date and times.
Comment 1 Guillaume Horel 2012-03-02 20:35:33 UTC
Created attachment 304025 [details]
calendar-2.03.1.ebuild
Comment 2 Jacques-Pascal Deplaix 2012-07-10 14:15:03 UTC
Created attachment 317798 [details]
calendar-2.03.1.ebuild
Comment 3 Alexis Ballier gentoo-dev 2012-08-02 13:53:25 UTC
> HOMEPAGE="https://forge.ocamlcore.org/projects/calendar/"

please use http:// not https

> IUSE="debug doc +ocamlopt"

what does the debug and ocamlopt flags do ?

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

bump the version req to 3.12 i'd say, 3.09 didnt have an ocamlopt useflag
Comment 4 Jacques-Pascal Deplaix 2012-08-02 14:15:18 UTC
Created attachment 320064 [details]
calendar-2.03.2.ebuild

Fixed and updated
Comment 5 Alexis Ballier gentoo-dev 2012-08-02 14:22:00 UTC
src_configure() {
	econf
}

-> this is the default and is thus unneeded


removed and committed, thanks