summaryrefslogtreecommitdiff
path: root/dev-ml/capnp-ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/capnp-ocaml')
-rw-r--r--dev-ml/capnp-ocaml/Manifest5
-rw-r--r--dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild37
-rw-r--r--dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild37
-rw-r--r--dev-ml/capnp-ocaml/metadata.xml8
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-ml/capnp-ocaml/Manifest b/dev-ml/capnp-ocaml/Manifest
deleted file mode 100644
index 0f6f8350f57c..000000000000
--- a/dev-ml/capnp-ocaml/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST capnp-ocaml-3.0.0.tar.gz 140985 BLAKE2B 00d9bfec72ca60ae5b17730248554b5d5d7b0b85d007cc0dc3332043416125b1931e3d92b3d17ce12b40ae4094ff4ff212aaa327332588c6d00a853e31dea6a4 SHA512 5cdf678fa80e67c552f60123f1d04eb5facad81e6c29661c2234c06bbcb98312d1eba96f81f3e747fef0b4de986aff07b69aafcbfde60873ba40452a66d75075
-DIST capnp-ocaml-3.1.0.tar.gz 141189 BLAKE2B 503fa710f4940e4235b04d5090b29d5d43a351c057b6ec0dd07827c7b0f906261bf2ec3c8365b866190a6e202b9234e8b648d9846d8aaed8bb40b8601f8d9bcf SHA512 d3a24800ee334d5d0506a9b9f2db10994e475b205e347ae606d4f963cd846c7ab2ed8f60505495509cf2f3444c46b8aefe0501c6803874b5659b8b6429506b77
-EBUILD capnp-ocaml-3.0.0.ebuild 729 BLAKE2B bdf1eb89a2cb28288726549c091ee4ebe3245eaae3eb5056ac9ec1d01c230d77b163f46d17d86e8cf0ede5a4bbd9c56af64c3c374901fc5d8736001b2a9578b7 SHA512 ce4a8530c1af2561beeb14a5bf63dcf8d3758475bdcd9c43c6c141b5cfea404a80714a6fb9808b2754193ff15f3411d61f4a5aa917932a5d79706f431a06c380
-EBUILD capnp-ocaml-3.1.0.ebuild 729 BLAKE2B bdf1eb89a2cb28288726549c091ee4ebe3245eaae3eb5056ac9ec1d01c230d77b163f46d17d86e8cf0ede5a4bbd9c56af64c3c374901fc5d8736001b2a9578b7 SHA512 ce4a8530c1af2561beeb14a5bf63dcf8d3758475bdcd9c43c6c141b5cfea404a80714a6fb9808b2754193ff15f3411d61f4a5aa917932a5d79706f431a06c380
-MISC metadata.xml 251 BLAKE2B 2db291eaeb03351b42b3d468aac1cc9d39b28fe024d3eff41f153d78baa2747fad42e9a1fb30260e1a964ee11f683a5ff49b04235196ee69d25ff46cb0402da5 SHA512 6b565796a4fce1fa1e3a5d4bba936efb780f7c056c3b9415e4224f3ceec32a2997cb1a2001ede4a0d1bf75d4f605c6a7a4464275acbac001e89da8e6fdbb8a04
diff --git a/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild b/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild
deleted file mode 100644
index 4d22bddf3b63..000000000000
--- a/dev-ml/capnp-ocaml/capnp-ocaml-3.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit opam
-
-DESCRIPTION="OCaml code generator plugin for the Cap'n Proto serialization framework"
-HOMEPAGE="https://github.com/pelzlpj/capnp-ocaml"
-SRC_URI="https://github.com/pelzlpj/capnp-ocaml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/core_kernel:=
- dev-ml/ocaml-extunix:=
- dev-ml/ocplib-endian:=
- dev-ml/res:=
- dev-ml/ocaml-uint:=
- dev-libs/capnproto:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ml/core:= dev-ml/ounit )
- dev-ml/jbuilder
-"
-
-src_compile() {
- emake build
-}
-
-src_install() {
- opam_src_install capnp
-}
diff --git a/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild b/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild
deleted file mode 100644
index 4d22bddf3b63..000000000000
--- a/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit opam
-
-DESCRIPTION="OCaml code generator plugin for the Cap'n Proto serialization framework"
-HOMEPAGE="https://github.com/pelzlpj/capnp-ocaml"
-SRC_URI="https://github.com/pelzlpj/capnp-ocaml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/core_kernel:=
- dev-ml/ocaml-extunix:=
- dev-ml/ocplib-endian:=
- dev-ml/res:=
- dev-ml/ocaml-uint:=
- dev-libs/capnproto:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-ml/core:= dev-ml/ounit )
- dev-ml/jbuilder
-"
-
-src_compile() {
- emake build
-}
-
-src_install() {
- opam_src_install capnp
-}
diff --git a/dev-ml/capnp-ocaml/metadata.xml b/dev-ml/capnp-ocaml/metadata.xml
deleted file mode 100644
index 1df079097433..000000000000
--- a/dev-ml/capnp-ocaml/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">pelzlpj/capnp-ocaml</remote-id>
- </upstream>
-</pkgmetadata>