diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-03-15 20:04:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-03-15 20:04:27 +0000 |
commit | b8c038ab07e56ddd9386d63b4698aea6f042ffd6 (patch) | |
tree | 797f3a7c8834fdd4d75340e2f9b46218d4ff6677 /dev-ml | |
parent | Version bump to fix bug #358943. Thanks to Oliver Nautsch <oliver.nautsch@gma... (diff) | |
download | historical-b8c038ab07e56ddd9386d63b4698aea6f042ffd6.tar.gz historical-b8c038ab07e56ddd9386d63b4698aea6f042ffd6.tar.bz2 historical-b8c038ab07e56ddd9386d63b4698aea6f042ffd6.zip |
Initial import, ebuild by Vladimir Ivanov, bug #355755, with modifications and simplifications by me
Package-Manager: portage-2.2.0_alpha27/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-fileutils/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/Manifest | 14 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/metadata.xml | 9 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild | 31 |
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog new file mode 100644 index 000000000000..d85cbde5e253 --- /dev/null +++ b/dev-ml/ocaml-fileutils/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-ml/ocaml-fileutils +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.1 2011/03/15 20:04:27 aballier Exp $ + +*ocaml-fileutils-0.4.2 (15 Mar 2011) + + 15 Mar 2011; Alexis Ballier <aballier@gentoo.org> + +ocaml-fileutils-0.4.2.ebuild, +metadata.xml: + Initial import, ebuild by Vladimir Ivanov, bug #355755, with modifications + and simplifications by me + diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest new file mode 100644 index 000000000000..be84d5424a0a --- /dev/null +++ b/dev-ml/ocaml-fileutils/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST ocaml-fileutils-0.4.2.tar.gz 82417 RMD160 4623d84c23b015806313245a5779955928c3b3ef SHA1 83525a0b06a8d8e645dc5e96ea51812d5bf7ee2b SHA256 ec996a9dd4f374785f4bc99adc9a83936ed862715d6a679fb2ced90aa6ca38b0 +EBUILD ocaml-fileutils-0.4.2.ebuild 896 RMD160 96c2d7925f375abf7822ae3928bb89c87a2013f1 SHA1 107278ac551ef14929199e4d79b5b0d1698fbe6c SHA256 9a5b2d681dbd67fa63d3a0d006fcda6ee825a849b51f04c20e7a4b64d681a980 +MISC ChangeLog 463 RMD160 af3ed627bcb89774805dab89585225e22ba38b0f SHA1 84931b58c80c3c5105b2aa13ef37eb810ec4ff9c SHA256 ed1b0011cdbc06a447a9b055e65d78d5670d080215377613facb9e256ebb3163 +MISC metadata.xml 249 RMD160 eb94c89a6647e6cc5ff168b75a1d5282aefa7a73 SHA1 6bfb6cc9628948c3a1f3221210c6d59aa1ef1f2b SHA256 d4c14c36ffd9245062b47a24024d8fecee009a3795d41e55139c513fe168173e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iEYEARECAAYFAk1/xlAACgkQvFcC4BYPU0pbdgCeKpy+iCcv13cO1hG01Ut81eFO +o2wAnRJj8NDSX99o9GRKCgESeSoxP6p3 +=0+uw +-----END PGP SIGNATURE----- diff --git a/dev-ml/ocaml-fileutils/metadata.xml b/dev-ml/ocaml-fileutils/metadata.xml new file mode 100644 index 000000000000..f6b3ee22be88 --- /dev/null +++ b/dev-ml/ocaml-fileutils/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +<maintainer> + <email>v.ivanov@ymail.com</email> + <name>Vladimir Ivanov</name> +</maintainer> +</pkgmetadata> diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild new file mode 100644 index 000000000000..2a44549a5ecf --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.1 2011/03/15 20:04:27 aballier Exp $ + +EAPI=3 + +inherit findlib + +DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/462/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test +ocamlopt" + +RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] + dev-ml/findlib" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" + +src_prepare() { + use ocamlopt || sed -i -e 's/OCAMLBEST=.*/OCAMLBEST=byte/' configure +} + +src_install() { + findlib_src_preinst + emake htmldir="${ED}/usr/share/doc/${PF}/html" install || die + dodoc README CHANGELOG || die "doc isntall failed" +} |