summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-01 18:46:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-02 10:37:59 +0200
commitf70fe13eed31c0731e09dbdcb9934cac01edf11c (patch)
treec198a99a5935b7f5437599c67e298e749405ff82 /dev-ml/typerep_extended
parentdev-ml/ppx_bench: Bump to 0.9.0 (diff)
downloadgentoo-f70fe13eed31c0731e09dbdcb9934cac01edf11c.tar.gz
gentoo-f70fe13eed31c0731e09dbdcb9934cac01edf11c.tar.bz2
gentoo-f70fe13eed31c0731e09dbdcb9934cac01edf11c.zip
dev-ml/typerep_extended: bump to 0.9.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/typerep_extended')
-rw-r--r--dev-ml/typerep_extended/Manifest3
-rw-r--r--dev-ml/typerep_extended/typerep_extended-0.9.0.ebuild (renamed from dev-ml/typerep_extended/typerep_extended-113.33.03.ebuild)35
-rw-r--r--dev-ml/typerep_extended/typerep_extended-113.33.00.ebuild49
3 files changed, 13 insertions, 74 deletions
diff --git a/dev-ml/typerep_extended/Manifest b/dev-ml/typerep_extended/Manifest
index 4922ce90bd14..c4f425d1b965 100644
--- a/dev-ml/typerep_extended/Manifest
+++ b/dev-ml/typerep_extended/Manifest
@@ -1,2 +1 @@
-DIST typerep_extended-113.33.00.tar.gz 117924 SHA256 b104deabc7a387ba4ccf38b5d702a1bfe70b75a9d04218f159c74a76ef3fe74d SHA512 9f7bfc0a5c085ca8537ce9d55ec37f6aec0f657b5b5b43b15378a51f748c36ec39dfeba8cec129ce2658b667f6e05d75b395462058dc5af41f6de387a19aa91a WHIRLPOOL 4cafb60ec3119bb2d30d436ff131af58188be242bbc401b7f896c4f583bd009276345aa1d12c4d1491c9f560e11deb18617d45d4070d713d5e91ce40e77e301b
-DIST typerep_extended-113.33.03.tar.gz 116149 SHA256 0ab01c109432917bc5a39b7b7b228ffbff3e80e6d707b15c16867a80d9be88c1 SHA512 1cf84ac41c0bec32c20c2a8aced1966f6aa8eec2a51f12d9cf52a10c01e4ce66685af83e5996bd3d01d09fb8300aae7960ac1dfb6590ef97826e87e9f7d76e1a WHIRLPOOL c257235c701449f8366024ee95165b699113a860b4023267c98223e450870b0f96fcdee5c64f365f255c71f835ee639d2176b6676b7171a5661802c9cae73da9
+DIST typerep_extended-0.9.0.tar.gz 73042 SHA256 6bee6ce4aac518311564df08f17aa60b023bafb9a65a4ef589db7cf7b1264439 SHA512 e3df7799d4a503f24c5058904422c1567369b47a1511f406630b9143209f273d3ccf1eea22f4f6d5c050f50dbfa40307248f1f7d83663366bacd97c78a8481f0 WHIRLPOOL a9e988b035384a7c26c6d757c9a89cd49993e8ae1f990253c88e972698dbbeb5a1afaa73821ccbacd9ee1b5ea84a0e8957b8508f10dc027f315c80f5998f9095
diff --git a/dev-ml/typerep_extended/typerep_extended-113.33.03.ebuild b/dev-ml/typerep_extended/typerep_extended-0.9.0.ebuild
index f867db33bac2..0715c39b74ef 100644
--- a/dev-ml/typerep_extended/typerep_extended-113.33.03.ebuild
+++ b/dev-ml/typerep_extended/typerep_extended-0.9.0.ebuild
@@ -1,43 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
DESCRIPTION="Runtime types for OCaml (Extended)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
+HOMEPAGE="https://github.com/janestreet/typerep_extended"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception"
+LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
- >=dev-ml/typerep-112.17.00:=
- dev-ml/sexplib:=
+ dev-lang/ocaml:=
dev-ml/bin-prot:=
dev-ml/core_kernel:=
dev-ml/ppx_bin_prot:=
dev-ml/ppx_driver:=
dev-ml/ppx_sexp_conv:=
+ dev-ml/ppx_sexp_value:=
dev-ml/ppx_type_conv:=
- dev-ml/ppx_typerep_conv:="
+ dev-ml/ppx_typerep_conv:=
+ dev-ml/sexplib:=
+ dev-ml/typerep:=
+ dev-ml/ocaml-migrate-parsetree:=
+"
RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- emake setup.exe
- OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
- emake
-}
+DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
src_install() {
opam-installer -i \
@@ -45,5 +35,4 @@ src_install() {
--libdir="${D}/$(ocamlc -where)" \
--docdir="${ED}/usr/share/doc/${PF}" \
${PN}.install || die
- dodoc CHANGES.md
}
diff --git a/dev-ml/typerep_extended/typerep_extended-113.33.00.ebuild b/dev-ml/typerep_extended/typerep_extended-113.33.00.ebuild
deleted file mode 100644
index 83d7504f81cc..000000000000
--- a/dev-ml/typerep_extended/typerep_extended-113.33.00.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Runtime types for OCaml (Extended)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-ml/typerep-112.17.00:=
- dev-ml/sexplib:=
- dev-ml/bin-prot:=
- dev-ml/core_kernel:=
- dev-ml/ppx_bin_prot:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_type_conv:=
- dev-ml/ppx_typerep_conv:="
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam"
-
-S="${WORKDIR}/${MY_P}"
-
-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
-}