diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 14:21:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 14:21:51 +0000 |
commit | 936c249b3bf13d0c44c21fa7a64cc2d2b8cf7a2e (patch) | |
tree | 2d014e44c91fcb4ae2ec37beb196056f2e0fc3fc /dev-ml | |
parent | Import 30Fix_tracker_backend.dpatch (and 40Fix_gtkiconload.dpatch) from Debia... (diff) | |
download | gentoo-2-936c249b3bf13d0c44c21fa7a64cc2d2b8cf7a2e.tar.gz gentoo-2-936c249b3bf13d0c44c21fa7a64cc2d2b8cf7a2e.tar.bz2 gentoo-2-936c249b3bf13d0c44c21fa7a64cc2d2b8cf7a2e.zip |
initial import, ebuild by Guillaume Horel and Jacques-Pascal Deplaix, bug #406659
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/calendar/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ml/calendar/calendar-2.03.2.ebuild | 34 | ||||
-rw-r--r-- | dev-ml/calendar/metadata.xml | 5 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-ml/calendar/ChangeLog b/dev-ml/calendar/ChangeLog new file mode 100644 index 000000000000..2cf67846e1f8 --- /dev/null +++ b/dev-ml/calendar/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-ml/calendar +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/calendar/ChangeLog,v 1.1 2012/08/02 14:21:51 aballier Exp $ + +*calendar-2.03.2 (02 Aug 2012) + + 02 Aug 2012; Alexis Ballier <aballier@gentoo.org> +calendar-2.03.2.ebuild, + +metadata.xml: + initial import, ebuild by Guillaume Horel and Jacques-Pascal Deplaix, bug + #406659 + diff --git a/dev-ml/calendar/calendar-2.03.2.ebuild b/dev-ml/calendar/calendar-2.03.2.ebuild new file mode 100644 index 000000000000..1c028e1cf5c8 --- /dev/null +++ b/dev-ml/calendar/calendar-2.03.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/calendar/calendar-2.03.2.ebuild,v 1.1 2012/08/02 14:21:51 aballier Exp $ + +EAPI="4" + +inherit findlib eutils + +DESCRIPTION="An Ocaml library to handle dates and time" +HOMEPAGE="http://forge.ocamlcore.org/projects/calendar/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/915/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND=">=dev-lang/ocaml-3.12[ocamlopt]" +RDEPEND="${DEPEND}" + +src_compile() { + emake + use doc && emake doc +} + +src_test() { + emake tests +} + +src_install() { + findlib_src_install + dodoc README CHANGES + use doc && dohtml -r doc +} diff --git a/dev-ml/calendar/metadata.xml b/dev-ml/calendar/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/calendar/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +</pkgmetadata> |