commit:     f9833741196ecfd4fb45acdd2292eb197a93e47d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:37:48 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 08:37:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9833741

dev-ml/ppx_assert: bump to 0.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ppx_assert/Manifest                         |  3 +-
 ...rt-113.33.03.ebuild => ppx_assert-0.9.0.ebuild} | 29 ++++++--------
 dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild      | 45 ----------------------
 3 files changed, 12 insertions(+), 65 deletions(-)

diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 832224b32bf..5894e539f32 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1,2 +1 @@
-DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 
e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 
f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee
 WHIRLPOOL 
974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
-DIST ppx_assert-113.33.03.tar.gz 53560 SHA256 
d710cb81f144b45eed32eefb55d67e95e4c0860be8bf5bc474e5ae3871edb3cc SHA512 
df28e3a0c5b4238b2457f20dd91ed2974101dd7d4e4c06c6e78aa6585fed66500534e9d6b0965481084a0b0358482a4118527c69042f8cf9bc792dc6091dcb98
 WHIRLPOOL 
15976c42c0ffa35135504fcfee5e60176b5199bd072031c437d7e9c733d89583d48c113d77d92581d7645e718a8f0dc5105eba8fa6804f19cd50d1c744d66466
+DIST ppx_assert-0.9.0.tar.gz 9419 SHA256 
3ce9c86231f17fa2f8111ff839b85e2ce27d2cb9e7db4e4ea1708f8c97ec5157 SHA512 
4debf617f1b0244d306b65d72cbf04f4a820a8d9433180d462ff462d2bf6eb01643897cc35de75d435fedfa1bf8266263c0e73328f02b5c957a3423eb535925f
 WHIRLPOOL 
6ade43d1c724c0d13bde13a77da26e9142648e120ea83a3abaa083c811f7724551c95693f3c98a7ac9904fc6b01c8adaf4a32265f74e602229507a260e6d23e7

diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild 
b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
similarity index 61%
rename from dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
rename to dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
index 4cc141f311a..a4e279eb7c3 100644
--- a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
+++ b/dev-ml/ppx_assert/ppx_assert-0.9.0.ebuild
@@ -1,39 +1,33 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-inherit oasis
+EAPI=6
 
 DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-HOMEPAGE="http://www.janestreet.com/ocaml";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz";
+HOMEPAGE="https://github.com/janestreet/ppx_assert";
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-ml/ppx_tools:=
+DEPEND="
+       dev-lang/ocaml:=
+       dev-ml/base:=
        dev-ml/ppx_compare:=
+       dev-ml/ppx_core:=
        dev-ml/ppx_driver:=
        dev-ml/ppx_here:=
+       dev-ml/ppx_metaquot:=
        dev-ml/ppx_sexp_conv:=
        dev-ml/ppx_type_conv
        dev-ml/sexplib:=
-       dev-ml/ppx_core:="
+       dev-ml/ocaml-migrate-parsetree:=
+"
 
 RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-src_configure() {
-       emake setup.exe
-       OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-       emake
-}
+DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
 
 src_install() {
        opam-installer -i \
@@ -41,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/ppx_assert/ppx_assert-113.33.00.ebuild 
b/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
deleted file mode 100644
index 5463a193c87..00000000000
--- a/dev-ml/ppx_assert/ppx_assert-113.33.00.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
-HOMEPAGE="http://www.janestreet.com/ocaml";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/ppx_tools:=
-       dev-ml/ppx_compare:=
-       dev-ml/ppx_driver:=
-       dev-ml/ppx_here:=
-       dev-ml/ppx_sexp_conv:=
-       dev-ml/ppx_type_conv
-       dev-ml/sexplib:=
-       dev-ml/ppx_core:="
-
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/oasis"
-
-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
-}

Reply via email to