From 4c17da93392f9fe7aa6c8c178110f33564662762 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Tue, 1 Dec 2020 19:29:00 -0500 Subject: dev-ml/biniou: drop old Signed-off-by: Aaron Bauman --- dev-ml/biniou/Manifest | 3 --- dev-ml/biniou/biniou-1.0.12.ebuild | 31 ------------------------------- dev-ml/biniou/biniou-1.0.13.ebuild | 31 ------------------------------- dev-ml/biniou/biniou-1.1.0.ebuild | 32 -------------------------------- 4 files changed, 97 deletions(-) delete mode 100644 dev-ml/biniou/biniou-1.0.12.ebuild delete mode 100644 dev-ml/biniou/biniou-1.0.13.ebuild delete mode 100644 dev-ml/biniou/biniou-1.1.0.ebuild (limited to 'dev-ml') diff --git a/dev-ml/biniou/Manifest b/dev-ml/biniou/Manifest index df9d861bd46d..529a970cd468 100644 --- a/dev-ml/biniou/Manifest +++ b/dev-ml/biniou/Manifest @@ -1,4 +1 @@ -DIST biniou-1.0.12.tar.gz 24262 BLAKE2B c7dd3ff0d7cf47f7c464cf379fa1ac84e11c284399730c55d803d0da1e5c10ed0b974b51705d22e0a29513bf7a4774139720aacd7094a52685b6d7bc17067ad8 SHA512 df729e4064f6726efa409ceb5e6ff1987923d9cd28339d6e1c4c185a07c0738b027cafba33a139483eeb8f88e58f66fbb6a57d8e748e7355073a7622fb4d7a07 -DIST biniou-1.0.13.tar.gz 24327 BLAKE2B 19a69665805b917c9bc02ad459c8a98b8cb64f707f3664e863d5315fd1444e0cb5545549220494dab136287cf4f8ffab8d5246a2068bb154c2ea10553b63737d SHA512 2fe109e83260f546181dd26ea175d2c4f63d0f6604c6d26fa44ee31925ba1fdaac0139a436cd0271a31294de9cd8ea65f8dde0981403c652d31de721ef696788 -DIST biniou-1.1.0.tar.gz 23432 BLAKE2B 601e160c828c32f520c7cd18d5b3ca1abfe629dcb53250d83e9dc658dacafcb7f54296b5c9604dc38b8a95acbaf64d79d283d82fe345391e593023d7dfbc2933 SHA512 755e3dcfe2a967c08b86db5a7dc917f75713611f5deb64b4fe3499aecf8e698813a1d0620eb78aa1e77c404719936c5ef5088c0c394c02fc2d7fe2629e985669 DIST biniou-1.2.0.tar.gz 23611 BLAKE2B 01f5afada666d23b74f31cf12b5f578f3622c85311d7a1b6eb319843beac4c3ebe8e8e314a47ec14ee0ef6f5c1a5b6dd849dcf24b0c3cc8a38ca6a54d89e4c4d SHA512 04c04c2dd5e3e1237106db257567ba6900bd94759b07b02ba2e0d9209d1bbdc9ed629864e06d44a8b61f72d46fbcc7a0ffc86f82feb223d9d99ca41afc625fab diff --git a/dev-ml/biniou/biniou-1.0.12.ebuild b/dev-ml/biniou/biniou-1.0.12.ebuild deleted file mode 100644 index 81346198c7f1..000000000000 --- a/dev-ml/biniou/biniou-1.0.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" -HOMEPAGE="https://github.com/mjambon/biniou" -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/${PV}" -LICENSE="BSD" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?] - dev-ml/easy-format:=[ocamlopt?] -" -DEPEND="${RDEPEND}" - -src_compile() { - emake all - use ocamlopt && emake opt -} - -src_install() { - use ocamlopt && dodir /usr/bin - findlib_src_install BINDIR="${ED}"/usr/bin - dodoc README.md Changes -} diff --git a/dev-ml/biniou/biniou-1.0.13.ebuild b/dev-ml/biniou/biniou-1.0.13.ebuild deleted file mode 100644 index 221435a17637..000000000000 --- a/dev-ml/biniou/biniou-1.0.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" -HOMEPAGE="https://github.com/mjambon/biniou" -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/${PV}" -LICENSE="BSD" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?] - dev-ml/easy-format:=[ocamlopt?] -" -DEPEND="${RDEPEND}" - -src_compile() { - emake all - use ocamlopt && emake opt -} - -src_install() { - use ocamlopt && dodir /usr/bin - findlib_src_install BINDIR="${ED}"/usr/bin - dodoc README.md Changes -} diff --git a/dev-ml/biniou/biniou-1.1.0.ebuild b/dev-ml/biniou/biniou-1.1.0.ebuild deleted file mode 100644 index 6a9705355a2a..000000000000 --- a/dev-ml/biniou/biniou-1.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="A binary data serialization format inspired by JSON for OCaml" -HOMEPAGE="https://github.com/mjambon/biniou" -SRC_URI="https://github.com/mjambon/biniou/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0/${PV}" -LICENSE="BSD" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt?] - dev-ml/easy-format:=[ocamlopt?] -" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/opam -" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -} -- cgit v1.2.3-65-gdbad