diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:43:47 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:50:27 +0100 |
commit | 74a6fc7299a2cc5765cc010b7ecafe6b374d4c3e (patch) | |
tree | 7d9b5f47cafeada3ecb0fe54799bdbb509ce152c /dev-ml/ppx_variants_conv | |
parent | dev-ml/ppx_typerep_conv: remove old (diff) | |
download | gentoo-74a6fc7299a2cc5765cc010b7ecafe6b374d4c3e.tar.gz gentoo-74a6fc7299a2cc5765cc010b7ecafe6b374d4c3e.tar.bz2 gentoo-74a6fc7299a2cc5765cc010b7ecafe6b374d4c3e.zip |
dev-ml/ppx_variants_conv: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ppx_variants_conv')
-rw-r--r-- | dev-ml/ppx_variants_conv/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_variants_conv/ppx_variants_conv-113.24.00.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-ml/ppx_variants_conv/Manifest b/dev-ml/ppx_variants_conv/Manifest index 3f105137520a..2bb4835aab80 100644 --- a/dev-ml/ppx_variants_conv/Manifest +++ b/dev-ml/ppx_variants_conv/Manifest @@ -1,2 +1 @@ -DIST ppx_variants_conv-113.24.00.tar.gz 55571 SHA256 753ee2c6c9115c4aed5069fd6792c3709bae1fa9f12356641aecd317be18ecd7 SHA512 3e4844defd3f29ee7a2435fefa3de1261e9b205700b3563f6b655d692cceaba17a3545785fd5b449d507312aa9e669b3943be3032151ea7b368f44adffaa64d5 WHIRLPOOL f11e264ddab17294eab0a779312aa0bcad8b0e06568d927fe97b2d5fd693ad56fcd5939147a162c01c00453b7d050e33a8396bcf97044ad88b1ef7c55c4578c5 DIST ppx_variants_conv-113.33.00.tar.gz 55374 SHA256 f425d430345e1eb8c0a33c081d21c0ab0cbf1f4bffa5aad4f97f6bc2fba6d78c SHA512 df59e630f30d87da4414456380e974cb2e9ffc88c1c381edc80d012fe196a7f09956ce1654d2d73518d1bbd79e8bdc991960498130329501d81e0ca91724a4e0 WHIRLPOOL d056712c46199d738a34bf54304e2c3d76a3967f373d5b5c40dd1c8a06e8fe0bf9b409f1063b75135acd68dc21d0a6887673d4b8347dd6913110783ed7ad9985 diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-113.24.00.ebuild b/dev-ml/ppx_variants_conv/ppx_variants_conv-113.24.00.ebuild deleted file mode 100644 index 54403e9cc86f..000000000000 --- a/dev-ml/ppx_variants_conv/ppx_variants_conv-113.24.00.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Generation of accessor and iteration functions for ocaml variant types" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-ml/ppx_tools:= - dev-ml/ppx_core:= - dev-ml/ppx_driver:= - dev-ml/ppx_type_conv:= - dev-ml/variantslib:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/opam" - -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 -} |