dev-ml/typerep_extended: bump to 0.9.0
authorAlexis Ballier <aballier@gentoo.org>
Sat, 1 Apr 2017 16:46:09 +0000 (18:46 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 2 Apr 2017 08:37:59 +0000 (10:37 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-ml/typerep_extended/Manifest
dev-ml/typerep_extended/typerep_extended-0.9.0.ebuild [moved from dev-ml/typerep_extended/typerep_extended-113.33.03.ebuild with 54% similarity]
dev-ml/typerep_extended/typerep_extended-113.33.00.ebuild [deleted file]

index 4922ce90bd14d354685c03e96590e2ca6a6df7ce..c4f425d1b9658151a67034cd8d18ccc5a0afeaed 100644 (file)
@@ -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
similarity index 54%
rename from dev-ml/typerep_extended/typerep_extended-113.33.03.ebuild
rename to dev-ml/typerep_extended/typerep_extended-0.9.0.ebuild
index f867db33bac2de830db823dc35c04e65276663bb..0715c39b74efd654fc6330dd269d5a70d83d0768 100644 (file)
@@ -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 (file)
index 83d7504..0000000
+++ /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
-}