diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/ocsigen-toolkit | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ocsigen-toolkit')
-rw-r--r-- | dev-ml/ocsigen-toolkit/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/ocsigen-toolkit/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ml/ocsigen-toolkit/ocsigen-toolkit-1.0.0.ebuild | 46 | ||||
-rw-r--r-- | dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild | 46 |
4 files changed, 0 insertions, 107 deletions
diff --git a/dev-ml/ocsigen-toolkit/Manifest b/dev-ml/ocsigen-toolkit/Manifest deleted file mode 100644 index 3c1d525cdf9f..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 335 BLAKE2B 4f472730256d947ab906c7a69b083439a9d133588c787c5d1d72540d45da38a303d72bb49f24ac0934e2d687614346ba18d4c52ee89f7c144a9b1d066b5d5398 SHA512 1f58da3a51d2b563e3f9ce3b27370163c3604c6dc281824e62e2f6585b59cb93c74be809bc73498b80738df71dddd38d45ecd33fae3811f18fda96411e76af1c diff --git a/dev-ml/ocsigen-toolkit/metadata.xml b/dev-ml/ocsigen-toolkit/metadata.xml deleted file mode 100644 index 5539bc3ee579..000000000000 --- a/dev-ml/ocsigen-toolkit/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 type="project"> - <email>ml@gentoo.org</email> - <name>Gentoo ML Project</name> - </maintainer> - <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 -} |