summaryrefslogtreecommitdiff
path: root/dev-ml/ocsigen-toolkit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocsigen-toolkit
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocsigen-toolkit')
-rw-r--r--dev-ml/ocsigen-toolkit/Manifest4
-rw-r--r--dev-ml/ocsigen-toolkit/metadata.xml8
-rw-r--r--dev-ml/ocsigen-toolkit/ocsigen-toolkit-1.0.0.ebuild46
-rw-r--r--dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild46
4 files changed, 0 insertions, 104 deletions
diff --git a/dev-ml/ocsigen-toolkit/Manifest b/dev-ml/ocsigen-toolkit/Manifest
deleted file mode 100644
index 6ecf3565c1c6..000000000000
--- a/dev-ml/ocsigen-toolkit/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ocsigen-toolkit-1.0.0.tar.gz 69175 BLAKE2B f23dd64a8f8a9c735db3bfd3d60cfe6306354a208fb4b1ee384271a0f8b2fc120afcaa522d1432553ebba90c80639a5980c09c820c6063cbb093998814520410 SHA512 4776dcceef822ac63fd6d57ce05e870f726c1e1d137bab239b8558acb4ef55f97b847825f621414334b01d30c066ea986d2b8180b80a09719b5b76cb3bb69a20
-EBUILD ocsigen-toolkit-1.0.0.ebuild 1006 BLAKE2B 07c32cb76fe6b0123854c77b712c373058b61d75dc8e0557fcfe1094487edeba70ce8cc87eab994ace4ed7113e77187b43401a91db96baa835113ecb072014d7 SHA512 841c534ab057cba641f0b84bf7884a31c147c054944bb668d71b64711466f1dcdd0057f94627e5ca58e9d066524c5f67e9f6e99be587e15df68fa0b751fd07de
-EBUILD ocsigen-toolkit-9999.ebuild 1006 BLAKE2B 07c32cb76fe6b0123854c77b712c373058b61d75dc8e0557fcfe1094487edeba70ce8cc87eab994ace4ed7113e77187b43401a91db96baa835113ecb072014d7 SHA512 841c534ab057cba641f0b84bf7884a31c147c054944bb668d71b64711466f1dcdd0057f94627e5ca58e9d066524c5f67e9f6e99be587e15df68fa0b751fd07de
-MISC metadata.xml 255 BLAKE2B b8f0df7b52349718480d4bea954f285045dc674f0de0f3e0562c56fc84ce5d5713c80618fa74e1fdc79a02ec3dabee1fcdb6c0a0a64ab3e9902589d4e2364c01 SHA512 7d13867495693ec351912d5342520a8bc2dc71fc8842f3e191e938f4801071a4f8aa21d52fdaff01ad6a7589e04ea8c70b033bcd50653565373349d4a85d6d4f
diff --git a/dev-ml/ocsigen-toolkit/metadata.xml b/dev-ml/ocsigen-toolkit/metadata.xml
deleted file mode 100644
index 0c8d38fb3f2d..000000000000
--- a/dev-ml/ocsigen-toolkit/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">ocsigen/ocsigen-toolkit</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-1.0.0.ebuild b/dev-ml/ocsigen-toolkit/ocsigen-toolkit-1.0.0.ebuild
deleted file mode 100644
index 9a99adeda85b..000000000000
--- a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-1.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit findlib opam
-
-DESCRIPTION="User interface widgets for Ocsigen applications"
-HOMEPAGE="https://github.com/ocsigen/ocsigen-toolkit"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt debug"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/ocsigen/ocsigen-toolkit"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/ocsigen/ocsigen-toolkit/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]
- >dev-ml/js_of_ocaml-2.7:=
- >=dev-ml/eliom-5.1:=[ppx]
- dev-ml/ppx_deriving:=
- dev-ml/calendar:=
- dev-ml/lwt:="
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake \
- DEBUG="$(usex debug yes no)" \
- NATIVE="$(usex ocamlopt yes no)" \
- all
-}
-
-src_install() {
- findlib_src_preinst
- OCAMLPATH="${OCAMLFIND_DESTDIR}" emake install
- opam_src_install
- dodoc README.md
-}
diff --git a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild b/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild
deleted file mode 100644
index 9a99adeda85b..000000000000
--- a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit findlib opam
-
-DESCRIPTION="User interface widgets for Ocsigen applications"
-HOMEPAGE="https://github.com/ocsigen/ocsigen-toolkit"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt debug"
-
-if [ "${PV#9999}" != "${PV}" ] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/ocsigen/ocsigen-toolkit"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/ocsigen/ocsigen-toolkit/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]
- >dev-ml/js_of_ocaml-2.7:=
- >=dev-ml/eliom-5.1:=[ppx]
- dev-ml/ppx_deriving:=
- dev-ml/calendar:=
- dev-ml/lwt:="
-DEPEND="${RDEPEND}"
-
-src_compile() {
- emake \
- DEBUG="$(usex debug yes no)" \
- NATIVE="$(usex ocamlopt yes no)" \
- all
-}
-
-src_install() {
- findlib_src_preinst
- OCAMLPATH="${OCAMLFIND_DESTDIR}" emake install
- opam_src_install
- dodoc README.md
-}