diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:42:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:42:49 +0000 |
commit | 69a648a7010f81db45ec4a2415b49dbf66088111 (patch) | |
tree | 188462722ef86b858c95c0aaf6ba8f51dfe17a70 /dev-ml | |
parent | Add USE=debug. (diff) | |
download | gentoo-2-69a648a7010f81db45ec4a2415b49dbf66088111.tar.gz gentoo-2-69a648a7010f81db45ec4a2415b49dbf66088111.tar.bz2 gentoo-2-69a648a7010f81db45ec4a2415b49dbf66088111.zip |
initial import, ebuild by me
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/comparelib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/comparelib/comparelib-108.07.01.ebuild | 21 | ||||
-rw-r--r-- | dev-ml/comparelib/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog new file mode 100644 index 000000000000..8c1cdc167ab5 --- /dev/null +++ b/dev-ml/comparelib/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/comparelib +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.1 2012/10/08 11:42:49 aballier Exp $ + +*comparelib-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> + +comparelib-108.07.01.ebuild, +metadata.xml: + initial import, ebuild by me + diff --git a/dev-ml/comparelib/comparelib-108.07.01.ebuild b/dev-ml/comparelib/comparelib-108.07.01.ebuild new file mode 100644 index 000000000000..135ef99157ec --- /dev/null +++ b/dev-ml/comparelib/comparelib-108.07.01.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/comparelib-108.07.01.ebuild,v 1.1 2012/10/08 11:42:49 aballier Exp $ + +EAPI="4" + +inherit oasis + +DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/type-conv-3.0.5" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" ) diff --git a/dev-ml/comparelib/metadata.xml b/dev-ml/comparelib/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/comparelib/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> |