public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2017-03-11 10:52 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-03-11 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2e272d3ef42f7c33d4816a6250ff7292253bfdac
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 10:50:55 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 10:52:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e272d3e

dev-ml/async_extra: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ml/async_extra/Manifest                     |  1 -
 dev-ml/async_extra/async_extra-113.33.00.ebuild | 54 -------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 82d97e3555d..e92ef7b386c 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,2 +1 @@
-DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60
 DIST async_extra-113.33.03.tar.gz 161678 SHA256 8e3cdcefe92272df99e8a79477032cfd9f7bc24dee2ce112d505f682e39328ea SHA512 4305d99e36e97545394ce3562b46aa285b1f1e69465bb075de20304150d856622a6c37606f4ce9db7f2828e5befc1356d4c3711ec9fc2afe1c1f865b92899ad6 WHIRLPOOL 9c8455aed548dfe95c292920489489e3ded0694f707d3fe3bfc9cd920938bd568c7636a5a395a15d775bc56fb39c614439452f85b070d7b7f9ca84dc1c6fde34

diff --git a/dev-ml/async_extra/async_extra-113.33.00.ebuild b/dev-ml/async_extra/async_extra-113.33.00.ebuild
deleted file mode 100644
index d08a0a30d49..00000000000
--- a/dev-ml/async_extra/async_extra-113.33.00.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-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=""
-
-RDEPEND=">=dev-lang/ocaml-4.02.0:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_rpc_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/fieldslib-109.20.00:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_jane:=
-	>=dev-ml/sexplib-109.20.00:=
-	dev-ml/typerep:=
-	dev-ml/variantslib:=
-"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2022-04-27 19:49 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2022-04-27 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 19:48:41 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 19:49:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daefe32f

dev-ml/async_extra: 0.15.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/async_extra/Manifest                  |  1 +
 dev-ml/async_extra/async_extra-0.15.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 1b92167684c1..67871c5a2a3a 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
 DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
+DIST async_extra-0.15.0.tar.gz 18236 BLAKE2B d780885e26fe49499f616d70acfafeff5022c9f6a6bcb0a6f89149162e10c5f921edf250bf31556fa5d845a1d1e95a91f650a00f8d8c23931742d70f183f7dc8 SHA512 d54c324b615dd6575024a1694790e247f1982949399aaab4b75a8918d819798c64c6d3a5fafd17274d3a3b0b45b7e3b022b4e263aad9701c2eecce3c25d032b7

diff --git a/dev-ml/async_extra/async_extra-0.15.0.ebuild b/dev-ml/async_extra/async_extra-0.15.0.ebuild
new file mode 100644
index 000000000000..eeeca95a16e6
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-0.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+HOMEPAGE="https://github.com/janestreet/async_extra"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/async_kernel:${SLOT}"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2021-03-07 14:38 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2021-03-07 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3dd79151482ae81e5b86486705bb602b13bef093
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 14:31:41 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 14:37:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd79151

dev-ml/async_extra: rm old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/async_extra/Manifest                 |  1 -
 dev-ml/async_extra/async_extra-0.9.0.ebuild | 32 -----------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index eb8c0340e3e..1b92167684c 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,2 +1 @@
 DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
-DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a

diff --git a/dev-ml/async_extra/async_extra-0.9.0.ebuild b/dev-ml/async_extra/async_extra-0.9.0.ebuild
deleted file mode 100644
index 06c9100af23..00000000000
--- a/dev-ml/async_extra/async_extra-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="https://github.com/janestreet/async_extra"
-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=""
-
-RDEPEND=">=dev-lang/ocaml-4.02.0:=
-	dev-ml/async_kernel:=
-	dev-ml/async_rpc_kernel:=
-	dev-ml/async_unix:=
-	dev-ml/core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_jane:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2021-01-27  9:12 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-01-27  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4117d38a30f8cce346fe9b01294e7dc9f20eb349
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 08:56:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 09:12:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117d38a

dev-ml/async_extra: bump to 0.14.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/async_extra/Manifest                  |  1 +
 dev-ml/async_extra/async_extra-0.14.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index ded955faf4d..eb8c0340e3e 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
+DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
 DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a

diff --git a/dev-ml/async_extra/async_extra-0.14.0.ebuild b/dev-ml/async_extra/async_extra-0.14.0.ebuild
new file mode 100644
index 00000000000..c053cf2c1f9
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-0.14.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+HOMEPAGE="https://github.com/janestreet/async_extra"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/async_kernel:=
+	dev-ml/async_rpc_kernel:=
+	dev-ml/async_unix:=
+	dev-ml/core_kernel:=
+	dev-ml/ppx_jane:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2017-01-30 22:55 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3e4d18593ffbf8857345bba53987953b2b41718f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:36:54 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:36:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4d1859

dev-ml/async_extra: bump to 113.33.03

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/async_extra/Manifest                     |  1 +
 dev-ml/async_extra/async_extra-113.33.03.ebuild | 55 +++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 3d04ad3..82d97e3 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
 DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60
+DIST async_extra-113.33.03.tar.gz 161678 SHA256 8e3cdcefe92272df99e8a79477032cfd9f7bc24dee2ce112d505f682e39328ea SHA512 4305d99e36e97545394ce3562b46aa285b1f1e69465bb075de20304150d856622a6c37606f4ce9db7f2828e5befc1356d4c3711ec9fc2afe1c1f865b92899ad6 WHIRLPOOL 9c8455aed548dfe95c292920489489e3ded0694f707d3fe3bfc9cd920938bd568c7636a5a395a15d775bc56fb39c614439452f85b070d7b7f9ca84dc1c6fde34

diff --git a/dev-ml/async_extra/async_extra-113.33.03.ebuild b/dev-ml/async_extra/async_extra-113.33.03.ebuild
new file mode 100644
index 00000000..dcdfbf1
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-113.33.03.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+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=""
+
+RDEPEND=">=dev-lang/ocaml-4.02.0:=
+	>=dev-ml/async_kernel-113.33:=
+	>=dev-ml/async_rpc_kernel-113.33:=
+	>=dev-ml/async_unix-113.33:=
+	>=dev-ml/bin-prot-109.15.00:=
+	>=dev-ml/core-113.33:=
+	>=dev-ml/fieldslib-109.20.00:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	>=dev-ml/sexplib-109.20.00:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2017-01-24 10:55 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-01-24 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9673c108e350b281ec452482add90258fb9ab57
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 10:47:23 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 10:47:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9673c10

dev-ml/async_extra: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/async_extra/Manifest                     |  1 -
 dev-ml/async_extra/async_extra-113.24.00.ebuild | 55 -------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 9e8ce5f..3d04ad3 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,2 +1 @@
-DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f
 DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60

diff --git a/dev-ml/async_extra/async_extra-113.24.00.ebuild b/dev-ml/async_extra/async_extra-113.24.00.ebuild
deleted file mode 100644
index 730d385..00000000
--- a/dev-ml/async_extra/async_extra-113.24.00.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-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=""
-
-RDEPEND=">=dev-lang/ocaml-4.02.0:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_rpc_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/fieldslib-109.20.00:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_jane:=
-	>=dev-ml/sexplib-109.20.00:=
-	dev-ml/typerep:=
-	dev-ml/variantslib:=
-"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2016-03-22 10:56 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2016-03-22 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6ef7f4f034b0e4ce445071d6f29de1bd32a3c8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 10:47:20 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:55:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6ef7f4

dev-ml/async_extra: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_extra/Manifest                     |  1 +
 dev-ml/async_extra/async_extra-113.33.00.ebuild | 55 +++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 3f09471..9e8ce5f 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
 DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f
+DIST async_extra-113.33.00.tar.gz 163049 SHA256 2f26ce010384d0562422cf765905dfeb52c06de3818e6ce2e8193cf3d70a7073 SHA512 35f7a69639c6c53fc862342a6445c2a693624785a3f0ca92d5bccdb7e38c9326be454496f65614d33125cfc7ada14f10ce565a596ed094d13c25e20c80de765b WHIRLPOOL 691d4d50d43c60b8d91bf9022d544cfedfb8f267d33d5cdcdc47166f5430ab87a6ad5118126879d8cedbd701b2fa06953fd5b9c1b3348311944d709387b9ff60

diff --git a/dev-ml/async_extra/async_extra-113.33.00.ebuild b/dev-ml/async_extra/async_extra-113.33.00.ebuild
new file mode 100644
index 0000000..730d385
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-113.33.00.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+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=""
+
+RDEPEND=">=dev-lang/ocaml-4.02.0:=
+	>=dev-ml/async_kernel-${PV}:=
+	>=dev-ml/async_rpc_kernel-${PV}:=
+	>=dev-ml/async_unix-${PV}:=
+	>=dev-ml/bin-prot-109.15.00:=
+	>=dev-ml/core-${PV}:=
+	>=dev-ml/fieldslib-109.20.00:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	>=dev-ml/sexplib-109.20.00:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2016-02-05 20:59 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2016-02-05 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fd2737a427cb391d06b02f1078dafde9668e65d6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 20:06:49 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 20:59:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2737a4

dev-ml/async_extra: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_extra/Manifest                     |  2 --
 dev-ml/async_extra/async_extra-112.35.00.ebuild | 38 -------------------------
 dev-ml/async_extra/async_extra-113.00.00.ebuild | 38 -------------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 5fe5424..3f09471 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,3 +1 @@
-DIST async_extra-112.35.00.tar.gz 145974 SHA256 2bb3683c6a8f9100f5fa09edcbd885a9253973f33a7ad6344fed10cd2aa5733c SHA512 25fc649d4272631068f4d19c472f13ed81645b321d1b80b498bdc7acd1070af8b0c4ddad08fba09b836b093d985cdd52e39ee672b949ff7085c66ee7599e6144 WHIRLPOOL f2cfa6ef0dfe64ee6f8fd5091b85cbc9918c46db54c8031575166c6c7d40e5e66f9cb3236db676a8426b2dc605a9e23f5495f681641105d783f7653fa9c22d8c
-DIST async_extra-113.00.00.tar.gz 147435 SHA256 3dbc17491f7a5e79a3d378edf250eb26a35b66e8e91a5b746faa9c437f83a1a9 SHA512 b4b8dfeebd65dc8b91aa851e419477890f208ae78d89f23b8520dba839dad4fb3131ec3ede6c103c5cdbd55b8b35d0b111f5d5b17d98bd40ab3b95ead489d1cf WHIRLPOOL 1b4eb634aec9d7c75cf9a15676d0a196a1b3ddf94a3a61089165296833c7980c3cffb18859f50f193d7795e32fdf71d7da13c4b0cb5b805336b4c8777a1f4df7
 DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f

diff --git a/dev-ml/async_extra/async_extra-112.35.00.ebuild b/dev-ml/async_extra/async_extra-112.35.00.ebuild
deleted file mode 100644
index 2df0a37..0000000
--- a/dev-ml/async_extra/async_extra-112.35.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-	>=dev-ml/sexplib-109.20.00:=
-	>=dev-ml/fieldslib-109.20.00:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/pa_ounit-109.18.00:=
-	>=dev-ml/pipebang-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	dev-ml/custom_printf:=
-	dev-ml/herelib:=
-	dev-ml/pa_test:=
-	dev-ml/camlp4:=
-	dev-ml/async_rpc_kernel:=
-	"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/async_extra/async_extra-113.00.00.ebuild b/dev-ml/async_extra/async_extra-113.00.00.ebuild
deleted file mode 100644
index 2df0a37..0000000
--- a/dev-ml/async_extra/async_extra-113.00.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-	>=dev-ml/sexplib-109.20.00:=
-	>=dev-ml/fieldslib-109.20.00:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/pa_ounit-109.18.00:=
-	>=dev-ml/pipebang-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	dev-ml/custom_printf:=
-	dev-ml/herelib:=
-	dev-ml/pa_test:=
-	dev-ml/camlp4:=
-	dev-ml/async_rpc_kernel:=
-	"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2016-02-05 20:59 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2016-02-05 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     61169317f4f04a5b3a251a66ae8883026a11be35
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 20:06:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 20:59:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61169317

dev-ml/async_extra: bump to 113.24.00

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_extra/Manifest                     |  1 +
 dev-ml/async_extra/async_extra-113.24.00.ebuild | 55 +++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 2d2d8e3..5fe5424 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,2 +1,3 @@
 DIST async_extra-112.35.00.tar.gz 145974 SHA256 2bb3683c6a8f9100f5fa09edcbd885a9253973f33a7ad6344fed10cd2aa5733c SHA512 25fc649d4272631068f4d19c472f13ed81645b321d1b80b498bdc7acd1070af8b0c4ddad08fba09b836b093d985cdd52e39ee672b949ff7085c66ee7599e6144 WHIRLPOOL f2cfa6ef0dfe64ee6f8fd5091b85cbc9918c46db54c8031575166c6c7d40e5e66f9cb3236db676a8426b2dc605a9e23f5495f681641105d783f7653fa9c22d8c
 DIST async_extra-113.00.00.tar.gz 147435 SHA256 3dbc17491f7a5e79a3d378edf250eb26a35b66e8e91a5b746faa9c437f83a1a9 SHA512 b4b8dfeebd65dc8b91aa851e419477890f208ae78d89f23b8520dba839dad4fb3131ec3ede6c103c5cdbd55b8b35d0b111f5d5b17d98bd40ab3b95ead489d1cf WHIRLPOOL 1b4eb634aec9d7c75cf9a15676d0a196a1b3ddf94a3a61089165296833c7980c3cffb18859f50f193d7795e32fdf71d7da13c4b0cb5b805336b4c8777a1f4df7
+DIST async_extra-113.24.00.tar.gz 160701 SHA256 4513e27afd529f44bf73a66cdd49131c73dd3812e959e7d4c3d43eb5af661156 SHA512 2f491f337ecdf2e7dfc2530a1845d935ed2e0904518b30d73a60d15e4818b2063c4b7582e215b5aca50ac9018a64b3eced401f9fefbc77a710b5f100ab88c45a WHIRLPOOL 63c3b91c978007621a53480cb1d415593e93cce7aadfd0de943da20630ecf12b041b1379e30975a0061f530726da527efe67a1a4367a54a8fea8fc3145954b5f

diff --git a/dev-ml/async_extra/async_extra-113.24.00.ebuild b/dev-ml/async_extra/async_extra-113.24.00.ebuild
new file mode 100644
index 0000000..730d385
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-113.24.00.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+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=""
+
+RDEPEND=">=dev-lang/ocaml-4.02.0:=
+	>=dev-ml/async_kernel-${PV}:=
+	>=dev-ml/async_rpc_kernel-${PV}:=
+	>=dev-ml/async_unix-${PV}:=
+	>=dev-ml/bin-prot-109.15.00:=
+	>=dev-ml/core-${PV}:=
+	>=dev-ml/fieldslib-109.20.00:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	>=dev-ml/sexplib-109.20.00:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2015-09-19 14:03 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2015-09-19 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     714eb1f0dbfc0f36f3bd8ce2561e655bad85431d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:50:31 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 14:03:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714eb1f0

dev-ml/async_extra: bump to 113.00.00

Package-Manager: portage-2.2.20.1

 dev-ml/async_extra/Manifest                     |  1 +
 dev-ml/async_extra/async_extra-113.00.00.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index 38e8d92..2d2d8e3 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1 +1,2 @@
 DIST async_extra-112.35.00.tar.gz 145974 SHA256 2bb3683c6a8f9100f5fa09edcbd885a9253973f33a7ad6344fed10cd2aa5733c SHA512 25fc649d4272631068f4d19c472f13ed81645b321d1b80b498bdc7acd1070af8b0c4ddad08fba09b836b093d985cdd52e39ee672b949ff7085c66ee7599e6144 WHIRLPOOL f2cfa6ef0dfe64ee6f8fd5091b85cbc9918c46db54c8031575166c6c7d40e5e66f9cb3236db676a8426b2dc605a9e23f5495f681641105d783f7653fa9c22d8c
+DIST async_extra-113.00.00.tar.gz 147435 SHA256 3dbc17491f7a5e79a3d378edf250eb26a35b66e8e91a5b746faa9c437f83a1a9 SHA512 b4b8dfeebd65dc8b91aa851e419477890f208ae78d89f23b8520dba839dad4fb3131ec3ede6c103c5cdbd55b8b35d0b111f5d5b17d98bd40ab3b95ead489d1cf WHIRLPOOL 1b4eb634aec9d7c75cf9a15676d0a196a1b3ddf94a3a61089165296833c7980c3cffb18859f50f193d7795e32fdf71d7da13c4b0cb5b805336b4c8777a1f4df7

diff --git a/dev-ml/async_extra/async_extra-113.00.00.ebuild b/dev-ml/async_extra/async_extra-113.00.00.ebuild
new file mode 100644
index 0000000..2df0a37
--- /dev/null
+++ b/dev-ml/async_extra/async_extra-113.00.00.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-4.00.0:=
+	>=dev-ml/sexplib-109.20.00:=
+	>=dev-ml/fieldslib-109.20.00:=
+	>=dev-ml/bin-prot-109.15.00:=
+	>=dev-ml/pa_ounit-109.18.00:=
+	>=dev-ml/pipebang-109.15.00:=
+	>=dev-ml/core-${PV}:=
+	>=dev-ml/async_kernel-${PV}:=
+	>=dev-ml/async_unix-${PV}:=
+	dev-ml/custom_printf:=
+	dev-ml/herelib:=
+	dev-ml/pa_test:=
+	dev-ml/camlp4:=
+	dev-ml/async_rpc_kernel:=
+	"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/
@ 2015-09-19 14:03 Alexis Ballier
  0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2015-09-19 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     93521f5e291d6c60982bd5eae6e95c8e84c086b2
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:49:15 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 14:03:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93521f5e

dev-ml/async_extra: remove old.

Package-Manager: portage-2.2.20.1

 dev-ml/async_extra/Manifest                     |  2 --
 dev-ml/async_extra/async_extra-112.17.00.ebuild | 37 -------------------------
 dev-ml/async_extra/async_extra-112.24.00.ebuild | 37 -------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
index f74cb11..38e8d92 100644
--- a/dev-ml/async_extra/Manifest
+++ b/dev-ml/async_extra/Manifest
@@ -1,3 +1 @@
-DIST async_extra-112.17.00.tar.gz 157687 SHA256 97782934e98808e1e667c00f90ef08b6a55b6a462c86a2afefb0ee12189cecd8 SHA512 338a3ed19cd17c16739737c8854a40195912dfdccfb370aa39ec6d2c516f33a69ddb01115fe3616261f17578796a404330b3c6f99f8493b7969c5e3b1c67d397 WHIRLPOOL 8617d6dbb34c75051e5ab67c72f5a8545084ea3c7e3326e59ade777a644b8a37b0a9f20c5f2908a37e2047ac197c88b009c6a25ea4261a065df491263ef6a99a
-DIST async_extra-112.24.tar.gz 161501 SHA256 51f6f67a9ad56fe5dcf09faeeca6ec2fea53a7a975a72bc80504b90841212e28 SHA512 9ac13275a3b004ce87f2858634e06e2e8ff0a6a014023af25571fbf3de8c18a5396c42df0c3df647be094d348f2a6fa911004d9e6a877827ce87c2f8fa16305d WHIRLPOOL ce5e7581d4ed320e35465b11da5978bdf335ab04bb72aac5e3416e66db01cf2f8cfdad79f2b4906de681cb270523c5c6625718bed2a836d38f2f4e84487273b2
 DIST async_extra-112.35.00.tar.gz 145974 SHA256 2bb3683c6a8f9100f5fa09edcbd885a9253973f33a7ad6344fed10cd2aa5733c SHA512 25fc649d4272631068f4d19c472f13ed81645b321d1b80b498bdc7acd1070af8b0c4ddad08fba09b836b093d985cdd52e39ee672b949ff7085c66ee7599e6144 WHIRLPOOL f2cfa6ef0dfe64ee6f8fd5091b85cbc9918c46db54c8031575166c6c7d40e5e66f9cb3236db676a8426b2dc605a9e23f5495f681641105d783f7653fa9c22d8c

diff --git a/dev-ml/async_extra/async_extra-112.17.00.ebuild b/dev-ml/async_extra/async_extra-112.17.00.ebuild
deleted file mode 100644
index facc5d3..0000000
--- a/dev-ml/async_extra/async_extra-112.17.00.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-	>=dev-ml/sexplib-109.20.00:=
-	>=dev-ml/fieldslib-109.20.00:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/pa_ounit-109.18.00:=
-	>=dev-ml/pipebang-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	dev-ml/custom_printf:=
-	dev-ml/herelib:=
-	dev-ml/pa_test:=
-	dev-ml/camlp4:=
-	"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/async_extra/async_extra-112.24.00.ebuild b/dev-ml/async_extra/async_extra-112.24.00.ebuild
deleted file mode 100644
index 5fc3a6c..0000000
--- a/dev-ml/async_extra/async_extra-112.24.00.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-	>=dev-ml/sexplib-109.20.00:=
-	>=dev-ml/fieldslib-109.20.00:=
-	>=dev-ml/bin-prot-109.15.00:=
-	>=dev-ml/pa_ounit-109.18.00:=
-	>=dev-ml/pipebang-109.15.00:=
-	>=dev-ml/core-${PV}:=
-	>=dev-ml/async_kernel-${PV}:=
-	>=dev-ml/async_unix-${PV}:=
-	dev-ml/custom_printf:=
-	dev-ml/herelib:=
-	dev-ml/pa_test:=
-	dev-ml/camlp4:=
-	"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-04-27 19:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_extra/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2022-04-27 19:49 Alfredo Tupone
2021-03-07 14:38 Alfredo Tupone
2021-01-27  9:12 Sam James
2017-01-30 22:55 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2016-03-22 10:56 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 Alexis Ballier
2015-09-19 14:03 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox