From 668e42ca0bd294300dbb3a8864d852249f3f680a Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 24 Jan 2017 11:50:16 +0100 Subject: dev-ml/bin-prot: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-ml/bin-prot/Manifest | 1 - dev-ml/bin-prot/bin-prot-113.24.00.ebuild | 45 ------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 dev-ml/bin-prot/bin-prot-113.24.00.ebuild (limited to 'dev-ml/bin-prot') diff --git a/dev-ml/bin-prot/Manifest b/dev-ml/bin-prot/Manifest index 3b33bc13811..f9a2946b218 100644 --- a/dev-ml/bin-prot/Manifest +++ b/dev-ml/bin-prot/Manifest @@ -1,2 +1 @@ -DIST bin_prot-113.24.00.tar.gz 278825 SHA256 d6124d8a3033680076b5a6787b9e77af6840503406c4de375b19c754579fd97f SHA512 1139dc3d3456f85c7b6514fc513c5e10a551c2a4a0e245793c8e731204edea5d9a5b5a326eed38b8169a1b9f3c00e761f8a3070c62827c53fe1d894f9d6aad52 WHIRLPOOL 375dceee9cea0ae22dd30d414f97c9282ab160267bfe53c3b848e0876a054c0be64cde3a7bf6b34d6df7f6a3cbc16b999368f889093b5cf7e0c11cad4af1b93c DIST bin_prot-113.33.00.tar.gz 280362 SHA256 51cac973cce539e6ce3dfbafbe9dc631283d43b121e546c541b0578ca3213f5c SHA512 58772b0f56f6d4a09ded3a77d9f0b2e674b27ef387fb732bf682cd58cabc0c72d1dca0238d71b69f9576cc3105b41464a543154ea20854b20e8ed31e77599c09 WHIRLPOOL e652fc32f9de7ac0ecfdb3190eb54220ada631807907c17138da69f5a80d1d8ac4da1ff6b0bea8424e148a164e36d494dee3f64511572ef130089ad71db561aa diff --git a/dev-ml/bin-prot/bin-prot-113.24.00.ebuild b/dev-ml/bin-prot/bin-prot-113.24.00.ebuild deleted file mode 100644 index e10bfb91fe0..00000000000 --- a/dev-ml/bin-prot/bin-prot-113.24.00.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="A binary protocol generator" -HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND=">=dev-ml/type-conv-109.28.00:=" -DEPEND="${RDEPEND} - dev-ml/opam - test? ( >=dev-ml/ounit-1.1.2 )" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - emake setup.exe - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure -} - -src_compile() { - emake -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN/-/_}.install || die - dodoc CHANGES.md README.md -} -- cgit v1.2.1