public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep_extended/
Date: Sun,  2 Apr 2017 08:38:32 +0000 (UTC)	[thread overview]
Message-ID: <1491122279.f70fe13eed31c0731e09dbdcb9934cac01edf11c.aballier@gentoo> (raw)

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

dev-ml/typerep_extended: bump to 0.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/typerep_extended/Manifest                   |  3 +-
 ....33.03.ebuild => typerep_extended-0.9.0.ebuild} | 35 ++++++----------
 .../typerep_extended-113.33.00.ebuild              | 49 ----------------------
 3 files changed, 13 insertions(+), 74 deletions(-)

diff --git a/dev-ml/typerep_extended/Manifest b/dev-ml/typerep_extended/Manifest
index 4922ce90bd1..c4f425d1b96 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
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 f867db33bac..0715c39b74e 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 83d7504f81c..00000000000
--- 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
-}


             reply	other threads:[~2017-04-02  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-02  8:38 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-06 12:30 [gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep_extended/ Alexis Ballier
2017-01-30 22:55 Alexis Ballier
2017-01-24 11:50 Alexis Ballier
2016-03-22  9:20 Alexis Ballier
2016-02-07 16:14 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491122279.f70fe13eed31c0731e09dbdcb9934cac01edf11c.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox