diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:13:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:11 +0000 |
commit | 22d1333c60181c8c774b43e7ef8c838c9536683d (patch) | |
tree | 7e85897d1b7b5e5585cde8da56b0329dedf563e5 | |
parent | www-servers/ocsigenserver: treeclean (diff) | |
download | gentoo-22d1333c60181c8c774b43e7ef8c838c9536683d.tar.gz gentoo-22d1333c60181c8c774b43e7ef8c838c9536683d.tar.bz2 gentoo-22d1333c60181c8c774b43e7ef8c838c9536683d.zip |
dev-ml/eliom: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/eliom/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/eliom/eliom-6.2.0.ebuild | 69 | ||||
-rw-r--r-- | dev-ml/eliom/eliom-9999.ebuild | 65 | ||||
-rw-r--r-- | dev-ml/eliom/files/lwt3.patch | 44 | ||||
-rw-r--r-- | dev-ml/eliom/metadata.xml | 11 |
5 files changed, 0 insertions, 190 deletions
diff --git a/dev-ml/eliom/Manifest b/dev-ml/eliom/Manifest deleted file mode 100644 index c477e6903d23..000000000000 --- a/dev-ml/eliom/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eliom-6.2.0.tar.gz 724359 BLAKE2B f52805c83f71eb76e3a183637d9800690714dbe07cbe82ad1bac09ea02ac286cbae541b22dea73592bd8cfa095700264c2a8903ead5fae498e847c4f6bdc8d47 SHA512 02ea52c78470f222297dd9f82218e82427ea2d2d0c9f261d1a9c2decbe7644c0bf583b77b8cef2577d5662d363efd276755f400e7a4c29c89a2265e49ca850db diff --git a/dev-ml/eliom/eliom-6.2.0.ebuild b/dev-ml/eliom/eliom-6.2.0.ebuild deleted file mode 100644 index d1da9028bbfc..000000000000 --- a/dev-ml/eliom/eliom-6.2.0.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib findlib - -DESCRIPTION="A web framework to program client/server applications" -HOMEPAGE="http://ocsigen.org/eliom/" - -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/ocsigen/eliom" -else - SRC_URI="https://github.com/ocsigen/eliom/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -IUSE="doc +ocamlopt +ppx" - -RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?] - >=dev-ml/js_of_ocaml-2.8.2:=[xml] - >=www-servers/ocsigenserver-2.8:= - >=dev-ml/tyxml-4:= - >=dev-ml/deriving-0.6:= - >=dev-ml/reactiveData-0.2.1:= - dev-ml/ocaml-ipaddr:= - dev-ml/react:= - dev-ml/ocaml-ssl:= - >=dev-ml/lwt-2.5.0:= - dev-ml/lwt_react:= - dev-ml/camlp4:= - ppx? ( >=dev-ml/ppx_tools-0.99.3:= )" -DEPEND="${RDEPEND} - dev-ml/ocamlbuild - dev-ml/opam" - -src_prepare() { - epatch "${FILESDIR}/lwt3.patch" -} - -src_compile() { - if use ocamlopt ; then - emake PPX=$(usex ppx true false) all - else - emake PPX=$(usex ppx true false) byte - fi - use doc && emake doc - emake man -} - -src_install() { - opam-installer \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - || die - dodoc CHANGES README.md - if use doc ; then - docinto client/html - dodoc -r _build/src/lib/client/api.docdir/* - docinto server/html - dodoc -r _build/src/lib/server/api.docdir/* - fi -} diff --git a/dev-ml/eliom/eliom-9999.ebuild b/dev-ml/eliom/eliom-9999.ebuild deleted file mode 100644 index 216ba051bff0..000000000000 --- a/dev-ml/eliom/eliom-9999.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib findlib - -DESCRIPTION="A web framework to program client/server applications" -HOMEPAGE="http://ocsigen.org/eliom/" - -if [ "${PV#9999}" != "${PV}" ] ; then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/ocsigen/eliom" -else - SRC_URI="https://github.com/ocsigen/eliom/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -IUSE="doc +ocamlopt +ppx" - -RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?] - >=dev-ml/js_of_ocaml-2.8.2:=[xml] - >=www-servers/ocsigenserver-2.8:= - >=dev-ml/tyxml-4:= - >=dev-ml/deriving-0.6:= - >=dev-ml/reactiveData-0.2.1:= - dev-ml/ocaml-ipaddr:= - dev-ml/react:= - dev-ml/ocaml-ssl:= - >=dev-ml/lwt-2.5.0:= - dev-ml/lwt_react:= - dev-ml/camlp4:= - ppx? ( >=dev-ml/ppx_tools-0.99.3:= )" -DEPEND="${RDEPEND} - dev-ml/ocamlbuild - dev-ml/opam" - -src_compile() { - if use ocamlopt ; then - emake PPX=$(usex ppx true false) all - else - emake PPX=$(usex ppx true false) byte - fi - use doc && emake doc - emake man -} - -src_install() { - opam-installer \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - || die - dodoc CHANGES README.md - if use doc ; then - docinto client/html - dodoc -r _build/src/lib/client/api.docdir/* - docinto server/html - dodoc -r _build/src/lib/server/api.docdir/* - fi -} diff --git a/dev-ml/eliom/files/lwt3.patch b/dev-ml/eliom/files/lwt3.patch deleted file mode 100644 index 6b8d993fb687..000000000000 --- a/dev-ml/eliom/files/lwt3.patch +++ /dev/null @@ -1,44 +0,0 @@ -Index: eliom-6.2.0/pkg/META -=================================================================== ---- eliom-6.2.0.orig/pkg/META -+++ eliom-6.2.0/pkg/META -@@ -13,7 +13,7 @@ package "server" ( - react, - reactiveData, - tyxml, -- lwt.react, -+ lwt_react, - cryptokit, - reactiveData" - archive(byte) = "server.cma" -@@ -49,7 +49,7 @@ package "client" ( - js_of_ocaml.tyxml, - js_of_ocaml.log, - js_of_ocaml.weak, -- lwt.react, -+ lwt_react, - react, - reactiveData, - tyxml.functor" -Index: eliom-6.2.0/src/_tags -=================================================================== ---- eliom-6.2.0.orig/src/_tags -+++ eliom-6.2.0/src/_tags -@@ -11,7 +11,7 @@ true:keep_locs - - <lib/server/*.ml{,i}>:thread - <lib/server/*.ml{,i}>:package(lwt,ocsigenserver,ocsigenserver.ext,tyxml.functor) --<lib/server/*.ml{,i}>:package(react,js_of_ocaml) -+<lib/server/*.ml{,i}>:package(lwt_react,react,js_of_ocaml) - - <lib/server/*.ml{,i}>:package(js_of_ocaml.deriving.ppx) - -@@ -24,7 +24,7 @@ true:keep_locs - <lib/client/*.ml{,i}>: eliom_ppx - <lib/client/*.ml{,i}>:package(ocsigenserver.cookies,ocsigenserver.polytables,ocsigenserver.baselib.base) - <lib/client/*.ml{,i}>:package(deriving.runtime,js_of_ocaml.deriving) --<lib/client/*.ml{,i}>:package(lwt.react,tyxml.functor,js_of_ocaml.tyxml) -+<lib/client/*.ml{,i}>:package(lwt_react,tyxml.functor,js_of_ocaml.tyxml) - <lib/client/*.ml{,i}>:package(react,js_of_ocaml,reactiveData) - - <lib/client/*.ml{,i}>:package(js_of_ocaml.deriving.ppx) diff --git a/dev-ml/eliom/metadata.xml b/dev-ml/eliom/metadata.xml deleted file mode 100644 index d15d988283c6..000000000000 --- a/dev-ml/eliom/metadata.xml +++ /dev/null @@ -1,11 +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">ocsigen/eliom</remote-id> - </upstream> - <use> - <flag name="ppx">Enable PPX syntax extension support.</flag> - </use> -</pkgmetadata> |