public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/files/, dev-ml/ocaml-cstruct/
@ 2016-02-08 13:36 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2016-02-08 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d36e0b0a0fd6bf3fd886ed9165a5a923e6de0c3a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 13:26:52 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 13:36:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36e0b0a

dev-ml/ocaml-cstruct: port to pa_sexp_conv and avoid requiring old sexplib

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

 dev-ml/ocaml-cstruct/files/sexpl.patch          | 85 +++++++++++++++++++++++++
 dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild |  3 +-
 2 files changed, 87 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-cstruct/files/sexpl.patch b/dev-ml/ocaml-cstruct/files/sexpl.patch
new file mode 100644
index 0000000..d87ca10
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/files/sexpl.patch
@@ -0,0 +1,85 @@
+Index: ocaml-cstruct-1.7.1/_tags
+===================================================================
+--- ocaml-cstruct-1.7.1.orig/_tags
++++ ocaml-cstruct-1.7.1/_tags
+@@ -23,12 +23,12 @@ true: annot, bin_annot
+ <lib/*.ml{,i,y}>: pkg_ocplib-endian
+ <lib/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
+ <lib/*.ml{,i,y}>: pkg_sexplib
+-<lib/*.ml{,i,y}>: pkg_sexplib.syntax
++<lib/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
+ "lib/cstruct_stubs.c": pkg_bigarray
+ "lib/cstruct_stubs.c": pkg_ocplib-endian
+ "lib/cstruct_stubs.c": pkg_ocplib-endian.bigstring
+ "lib/cstruct_stubs.c": pkg_sexplib
+-"lib/cstruct_stubs.c": pkg_sexplib.syntax
++"lib/cstruct_stubs.c": pkg_pa_sexp_conv.syntax
+ # Library async_cstruct
+ "async/async_cstruct.cmxs": use_async_cstruct
+ <async/*.ml{,i,y}>: pkg_async
+@@ -36,7 +36,7 @@ true: annot, bin_annot
+ <async/*.ml{,i,y}>: pkg_ocplib-endian
+ <async/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
+ <async/*.ml{,i,y}>: pkg_sexplib
+-<async/*.ml{,i,y}>: pkg_sexplib.syntax
++<async/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
+ <async/*.ml{,i,y}>: pkg_threads
+ <async/*.ml{,i,y}>: use_cstruct
+ # Library lwt_cstruct
+@@ -46,7 +46,7 @@ true: annot, bin_annot
+ <lwt/*.ml{,i,y}>: pkg_ocplib-endian
+ <lwt/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
+ <lwt/*.ml{,i,y}>: pkg_sexplib
+-<lwt/*.ml{,i,y}>: pkg_sexplib.syntax
++<lwt/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
+ <lwt/*.ml{,i,y}>: use_cstruct
+ # Library unix_cstruct
+ "unix/unix_cstruct.cmxs": use_unix_cstruct
+@@ -54,7 +54,7 @@ true: annot, bin_annot
+ <unix/*.ml{,i,y}>: pkg_ocplib-endian
+ <unix/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
+ <unix/*.ml{,i,y}>: pkg_sexplib
+-<unix/*.ml{,i,y}>: pkg_sexplib.syntax
++<unix/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
+ <unix/*.ml{,i,y}>: pkg_unix
+ <unix/*.ml{,i,y}>: use_cstruct
+ # Library cstruct-syntax
+@@ -69,7 +69,7 @@ true: annot, bin_annot
+ <lib_test/bounds.{native,byte}>: pkg_ocplib-endian
+ <lib_test/bounds.{native,byte}>: pkg_ocplib-endian.bigstring
+ <lib_test/bounds.{native,byte}>: pkg_sexplib
+-<lib_test/bounds.{native,byte}>: pkg_sexplib.syntax
++<lib_test/bounds.{native,byte}>: pkg_pa_sexp_conv
+ <lib_test/bounds.{native,byte}>: pkg_unix
+ <lib_test/bounds.{native,byte}>: use_cstruct
+ <lib_test/bounds.{native,byte}>: use_unix_cstruct
+@@ -82,14 +82,14 @@ true: annot, bin_annot
+ <lib_test/tests.{native,byte}>: pkg_ocplib-endian
+ <lib_test/tests.{native,byte}>: pkg_ocplib-endian.bigstring
+ <lib_test/tests.{native,byte}>: pkg_sexplib
+-<lib_test/tests.{native,byte}>: pkg_sexplib.syntax
++<lib_test/tests.{native,byte}>: pkg_pa_sexp_conv
+ <lib_test/tests.{native,byte}>: use_cstruct
+ <lib_test/*.ml{,i,y}>: pkg_bigarray
+ <lib_test/*.ml{,i,y}>: pkg_oUnit
+ <lib_test/*.ml{,i,y}>: pkg_ocplib-endian
+ <lib_test/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
+ <lib_test/*.ml{,i,y}>: pkg_sexplib
+-<lib_test/*.ml{,i,y}>: pkg_sexplib.syntax
++<lib_test/*.ml{,i,y}>: pkg_pa_sexp_conv
+ <lib_test/*.ml{,i,y}>: use_cstruct
+ <lib_test/tests.{native,byte}>: custom
+ # OASIS_STOP
+Index: ocaml-cstruct-1.7.1/setup.ml
+===================================================================
+--- ocaml-cstruct-1.7.1.orig/setup.ml
++++ ocaml-cstruct-1.7.1/setup.ml
+@@ -7003,7 +7003,7 @@ let setup_t =
+                            FindlibPackage ("ocplib-endian", None);
+                            FindlibPackage ("ocplib-endian.bigstring", None);
+                            FindlibPackage ("sexplib", None);
+-                           FindlibPackage ("sexplib.syntax", None)
++                           FindlibPackage ("pa_sexp_conv.syntax", None)
+                         ];
+                       bs_build_tools = [ExternalTool "ocamlbuild"];
+                       bs_c_sources = ["cstruct_stubs.c"];

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild
index 118537c..6591ede 100644
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild
@@ -24,13 +24,14 @@ RDEPEND="
 	>=dev-lang/ocaml-4.01:=
 	dev-ml/ocplib-endian:=
 	dev-ml/sexplib:=
-	<dev-ml/sexplib-113.01.00
+	dev-ml/pa_sexp_conv:=
 	dev-ml/type-conv:=
 "
 DEPEND="
 	test? ( dev-ml/ounit )
 	${RDEPEND}
 "
+PATCHES=( "${FILESDIR}/sexpl.patch" )
 
 src_configure() {
 	oasis_configure_opts="


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/files/, dev-ml/ocaml-cstruct/
@ 2016-07-01 13:22 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2016-07-01 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     cfe3bbe7e94fc4dc3717ed00f39ed80a205d12f5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 10:59:53 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 13:22:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe3bbe7

dev-ml/ocaml-cstruct: remove old

Package-Manager: portage-2.3.0

 dev-ml/ocaml-cstruct/Manifest                   |  4 --
 dev-ml/ocaml-cstruct/files/sexpl.patch          | 85 -------------------------
 dev-ml/ocaml-cstruct/metadata.xml               |  1 -
 dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild | 45 -------------
 dev-ml/ocaml-cstruct/ocaml-cstruct-1.8.0.ebuild | 45 -------------
 dev-ml/ocaml-cstruct/ocaml-cstruct-1.9.0.ebuild | 45 -------------
 dev-ml/ocaml-cstruct/ocaml-cstruct-2.0.0.ebuild | 43 -------------
 7 files changed, 268 deletions(-)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index f41d8c4..9c06844 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1,5 +1 @@
-DIST ocaml-cstruct-1.7.1.tar.gz 245894 SHA256 7869d096fe7c6231bbceefe3b2205417b28b6c10f4174b7e2cfdfa46956eaaa5 SHA512 67dd276ab2f895ef80cc7ba5b48d51bcfcf52ac49aa29cd4b17aa00be109198347a50229b81fbe506d831ace753d72f3b4bb80f19e8e57fa29d9ba65da472f19 WHIRLPOOL 8145930a1dcadbcf48c1da0dcba10a45f3d52c8ae2565aee7e609bd3eeb5eead9cee9ef423332a580ab77ceabb2f301917226d1a73e1b7f6efc7a3096c4112d6
-DIST ocaml-cstruct-1.8.0.tar.gz 250696 SHA256 e1635072283ae5db7889966ce92e916749bcd192012a0c46285827beba1263d7 SHA512 38ea6301b48603f8b63c73a7aa42312d25bbd16fb8524e1de2b69a54e45e9e1c1326201e19fcf2953d2719607139c903d76296a32fb7058998c079ac112adc9c WHIRLPOOL 6fdabfc1143331662757826de11c62c3947fb59155ba68e866a2f9939963deacd52d5832417997833deff9a9ff902675d266a98b41e0d2cf9f29c4d4c628601e
-DIST ocaml-cstruct-1.9.0.tar.gz 254162 SHA256 2d175bf1e2cdc5ca43cb30bd3fa507beee2f18b2cbecae801ab6ffaecde16c9c SHA512 fad3788c0888599a3171d4062b9d9f4c539c0cbb1d8b6d4f6be2f3456ffe235444def4e619a94ca75336cf555b5133e6e60edc07a03dc0abdd772acf9371b666 WHIRLPOOL 99984c32625d9dbf452a7191f4103228bedbd7eee23bfb1eee7834022a023dee1582fca9704fcbe09ed37424ca7d684c482426d3b30b5f1dc66cc55b78769532
-DIST ocaml-cstruct-2.0.0.tar.gz 250245 SHA256 285341c6b5bdfc456f2b63c072210771aeb7110d777bbdaec5087234a505acf5 SHA512 4fc1f09824bf943c45a2afe8908d80fb3d9857f5e9f426479520713c92c04eac588a38fbf036352a17e787165476a7a5647f34df9c89f6c93a195f80ae11c3dd WHIRLPOOL ef8c3770ed73323c292152b5b29b8b0737158b84f0f738ac0841257e07d787edf5e0c7c55c0d5630c7f44fcd878d00585e320b12d9ece22a98a906cc7e86c08c
 DIST ocaml-cstruct-2.1.0.tar.gz 251162 SHA256 fab6525753af5f726810b321a97b8a0b226bf0318a3ed594e2ed93f2f293c9a1 SHA512 129650ec17d8c96d6e68fc6a814e2b44cecc6fc69dfd5327c48d842447caf172c36112ef4fe0fa85c7391172ba72e2f2d3c119f44075cf1240a89134830ec428 WHIRLPOOL 4daf175682710cc0b102858df5b66c8cc14caf0ab35d4d8430324ed65bcaab9d951f391bdb3c39c5b6edfca4fac50300f4c394a3adbae43269a31abf04955661

diff --git a/dev-ml/ocaml-cstruct/files/sexpl.patch b/dev-ml/ocaml-cstruct/files/sexpl.patch
deleted file mode 100644
index d87ca10..0000000
--- a/dev-ml/ocaml-cstruct/files/sexpl.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-Index: ocaml-cstruct-1.7.1/_tags
-===================================================================
---- ocaml-cstruct-1.7.1.orig/_tags
-+++ ocaml-cstruct-1.7.1/_tags
-@@ -23,12 +23,12 @@ true: annot, bin_annot
- <lib/*.ml{,i,y}>: pkg_ocplib-endian
- <lib/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
- <lib/*.ml{,i,y}>: pkg_sexplib
--<lib/*.ml{,i,y}>: pkg_sexplib.syntax
-+<lib/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
- "lib/cstruct_stubs.c": pkg_bigarray
- "lib/cstruct_stubs.c": pkg_ocplib-endian
- "lib/cstruct_stubs.c": pkg_ocplib-endian.bigstring
- "lib/cstruct_stubs.c": pkg_sexplib
--"lib/cstruct_stubs.c": pkg_sexplib.syntax
-+"lib/cstruct_stubs.c": pkg_pa_sexp_conv.syntax
- # Library async_cstruct
- "async/async_cstruct.cmxs": use_async_cstruct
- <async/*.ml{,i,y}>: pkg_async
-@@ -36,7 +36,7 @@ true: annot, bin_annot
- <async/*.ml{,i,y}>: pkg_ocplib-endian
- <async/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
- <async/*.ml{,i,y}>: pkg_sexplib
--<async/*.ml{,i,y}>: pkg_sexplib.syntax
-+<async/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
- <async/*.ml{,i,y}>: pkg_threads
- <async/*.ml{,i,y}>: use_cstruct
- # Library lwt_cstruct
-@@ -46,7 +46,7 @@ true: annot, bin_annot
- <lwt/*.ml{,i,y}>: pkg_ocplib-endian
- <lwt/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
- <lwt/*.ml{,i,y}>: pkg_sexplib
--<lwt/*.ml{,i,y}>: pkg_sexplib.syntax
-+<lwt/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
- <lwt/*.ml{,i,y}>: use_cstruct
- # Library unix_cstruct
- "unix/unix_cstruct.cmxs": use_unix_cstruct
-@@ -54,7 +54,7 @@ true: annot, bin_annot
- <unix/*.ml{,i,y}>: pkg_ocplib-endian
- <unix/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
- <unix/*.ml{,i,y}>: pkg_sexplib
--<unix/*.ml{,i,y}>: pkg_sexplib.syntax
-+<unix/*.ml{,i,y}>: pkg_pa_sexp_conv.syntax
- <unix/*.ml{,i,y}>: pkg_unix
- <unix/*.ml{,i,y}>: use_cstruct
- # Library cstruct-syntax
-@@ -69,7 +69,7 @@ true: annot, bin_annot
- <lib_test/bounds.{native,byte}>: pkg_ocplib-endian
- <lib_test/bounds.{native,byte}>: pkg_ocplib-endian.bigstring
- <lib_test/bounds.{native,byte}>: pkg_sexplib
--<lib_test/bounds.{native,byte}>: pkg_sexplib.syntax
-+<lib_test/bounds.{native,byte}>: pkg_pa_sexp_conv
- <lib_test/bounds.{native,byte}>: pkg_unix
- <lib_test/bounds.{native,byte}>: use_cstruct
- <lib_test/bounds.{native,byte}>: use_unix_cstruct
-@@ -82,14 +82,14 @@ true: annot, bin_annot
- <lib_test/tests.{native,byte}>: pkg_ocplib-endian
- <lib_test/tests.{native,byte}>: pkg_ocplib-endian.bigstring
- <lib_test/tests.{native,byte}>: pkg_sexplib
--<lib_test/tests.{native,byte}>: pkg_sexplib.syntax
-+<lib_test/tests.{native,byte}>: pkg_pa_sexp_conv
- <lib_test/tests.{native,byte}>: use_cstruct
- <lib_test/*.ml{,i,y}>: pkg_bigarray
- <lib_test/*.ml{,i,y}>: pkg_oUnit
- <lib_test/*.ml{,i,y}>: pkg_ocplib-endian
- <lib_test/*.ml{,i,y}>: pkg_ocplib-endian.bigstring
- <lib_test/*.ml{,i,y}>: pkg_sexplib
--<lib_test/*.ml{,i,y}>: pkg_sexplib.syntax
-+<lib_test/*.ml{,i,y}>: pkg_pa_sexp_conv
- <lib_test/*.ml{,i,y}>: use_cstruct
- <lib_test/tests.{native,byte}>: custom
- # OASIS_STOP
-Index: ocaml-cstruct-1.7.1/setup.ml
-===================================================================
---- ocaml-cstruct-1.7.1.orig/setup.ml
-+++ ocaml-cstruct-1.7.1/setup.ml
-@@ -7003,7 +7003,7 @@ let setup_t =
-                            FindlibPackage ("ocplib-endian", None);
-                            FindlibPackage ("ocplib-endian.bigstring", None);
-                            FindlibPackage ("sexplib", None);
--                           FindlibPackage ("sexplib.syntax", None)
-+                           FindlibPackage ("pa_sexp_conv.syntax", None)
-                         ];
-                       bs_build_tools = [ExternalTool "ocamlbuild"];
-                       bs_c_sources = ["cstruct_stubs.c"];

diff --git a/dev-ml/ocaml-cstruct/metadata.xml b/dev-ml/ocaml-cstruct/metadata.xml
index ad00b2c..a626b22 100644
--- a/dev-ml/ocaml-cstruct/metadata.xml
+++ b/dev-ml/ocaml-cstruct/metadata.xml
@@ -16,7 +16,6 @@
     </maintainer>
     <use>
         <flag name="async">Support for asynchronous execution</flag>
-        <flag name="camlp4">Enable support for camlp4</flag>
         <flag name="lwt">Enable threads via lwt</flag>
 		<flag name="ppx">Enable the ppx syntax extension</flag>
     </use>

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild
deleted file mode 100644
index 6591ede..0000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.7.1.ebuild
+++ /dev/null
@@ -1,45 +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
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +camlp4 +lwt"
-
-RDEPEND="
-	async? ( dev-ml/async:= )
-	camlp4? ( dev-ml/camlp4:= )
-	lwt? ( dev-ml/lwt:= )
-	>=dev-lang/ocaml-4.01:=
-	dev-ml/ocplib-endian:=
-	dev-ml/sexplib:=
-	dev-ml/pa_sexp_conv:=
-	dev-ml/type-conv:=
-"
-DEPEND="
-	test? ( dev-ml/ounit )
-	${RDEPEND}
-"
-PATCHES=( "${FILESDIR}/sexpl.patch" )
-
-src_configure() {
-	oasis_configure_opts="
-		$(use_enable lwt)
-		$(use_enable camlp4)
-		$(use_enable async)
-		--enable-unix
-	" oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.8.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.8.0.ebuild
deleted file mode 100644
index 0589e77..0000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.8.0.ebuild
+++ /dev/null
@@ -1,45 +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
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +camlp4 +lwt +ppx"
-
-RDEPEND="
-	async? ( dev-ml/async:= )
-	camlp4? ( dev-ml/camlp4:= )
-	lwt? ( dev-ml/lwt:= )
-	ppx? ( dev-ml/ppx_tools:= )
-	>=dev-lang/ocaml-4.01:=
-	dev-ml/ocplib-endian:=
-	dev-ml/sexplib:=
-	dev-ml/type-conv:=
-"
-DEPEND="
-	test? ( dev-ml/ounit )
-	${RDEPEND}
-"
-
-src_configure() {
-	oasis_configure_opts="
-		$(use_enable lwt)
-		$(use_enable camlp4)
-		$(use_enable async)
-		$(use_enable ppx)
-		--enable-unix
-	" oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.9.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-1.9.0.ebuild
deleted file mode 100644
index 0589e77..0000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-1.9.0.ebuild
+++ /dev/null
@@ -1,45 +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
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +camlp4 +lwt +ppx"
-
-RDEPEND="
-	async? ( dev-ml/async:= )
-	camlp4? ( dev-ml/camlp4:= )
-	lwt? ( dev-ml/lwt:= )
-	ppx? ( dev-ml/ppx_tools:= )
-	>=dev-lang/ocaml-4.01:=
-	dev-ml/ocplib-endian:=
-	dev-ml/sexplib:=
-	dev-ml/type-conv:=
-"
-DEPEND="
-	test? ( dev-ml/ounit )
-	${RDEPEND}
-"
-
-src_configure() {
-	oasis_configure_opts="
-		$(use_enable lwt)
-		$(use_enable camlp4)
-		$(use_enable async)
-		$(use_enable ppx)
-		--enable-unix
-	" oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.0.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.0.0.ebuild
deleted file mode 100644
index 7c5d31d..0000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.0.0.ebuild
+++ /dev/null
@@ -1,43 +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
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx"
-
-RDEPEND="
-	async? ( dev-ml/async:= )
-	lwt? ( dev-ml/lwt:= )
-	ppx? ( dev-ml/ppx_tools:= )
-	>=dev-lang/ocaml-4.01:=
-	dev-ml/ocplib-endian:=
-	dev-ml/sexplib:=
-	dev-ml/type-conv:=
-"
-DEPEND="
-	test? ( dev-ml/ounit )
-	${RDEPEND}
-"
-
-src_configure() {
-	oasis_configure_opts="
-		$(use_enable lwt)
-		$(use_enable async)
-		$(use_enable ppx)
-		--enable-unix
-	" oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )


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

end of thread, other threads:[~2016-07-01 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 13:36 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/files/, dev-ml/ocaml-cstruct/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2016-07-01 13:22 Alexis Ballier

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