From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 934AD58974 for ; Mon, 8 Feb 2016 13:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A9421C141; Mon, 8 Feb 2016 13:36:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C45121C039 for ; Mon, 8 Feb 2016 13:36:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17D643408F0 for ; Mon, 8 Feb 2016 13:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3E2E5F for ; Mon, 8 Feb 2016 13:36:15 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1454938568.c3994ea70cd2eaa69ed2bace79756ef480e3934e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ipaddr/, dev-ml/ocaml-ipaddr/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ipaddr/files/sexpl.patch dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild X-VCS-Directories: dev-ml/ocaml-ipaddr/files/ dev-ml/ocaml-ipaddr/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c3994ea70cd2eaa69ed2bace79756ef480e3934e X-VCS-Branch: master Date: Mon, 8 Feb 2016 13:36:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 799a1def-2608-4315-9e21-11c8e4633e9d X-Archives-Hash: bbf6a736643ee9636da9f74dd195dc34 commit: c3994ea70cd2eaa69ed2bace79756ef480e3934e Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 8 13:26:29 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 8 13:36:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3994ea7 dev-ml/ocaml-ipaddr: port to pa_sexp_conv and avoid requiring old sexplib Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/ocaml-ipaddr/files/sexpl.patch | 26 ++++++++++++++++++++++++++ dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocaml-ipaddr/files/sexpl.patch b/dev-ml/ocaml-ipaddr/files/sexpl.patch new file mode 100644 index 0000000..a23175f --- /dev/null +++ b/dev-ml/ocaml-ipaddr/files/sexpl.patch @@ -0,0 +1,26 @@ +Index: ocaml-ipaddr-2.6.1/_tags +=================================================================== +--- ocaml-ipaddr-2.6.1.orig/_tags ++++ ocaml-ipaddr-2.6.1/_tags +@@ -23,7 +23,7 @@ + "lib/ipaddr_unix.cmxs": use_ipaddr_unix + : pkg_bytes + : pkg_sexplib +-: pkg_sexplib.syntax ++: pkg_pa_sexp_conv.syntax + : pkg_unix + : use_ipaddr + # Library ipaddr_top +Index: ocaml-ipaddr-2.6.1/setup.ml +=================================================================== +--- ocaml-ipaddr-2.6.1.orig/setup.ml ++++ ocaml-ipaddr-2.6.1/setup.ml +@@ -6905,7 +6905,7 @@ let setup_t = + [ + FindlibPackage ("bytes", None); + FindlibPackage ("sexplib", None); +- FindlibPackage ("sexplib.syntax", None) ++ FindlibPackage ("pa_sexp_conv.syntax", None) + ]; + bs_build_tools = [ExternalTool "ocamlbuild"]; + bs_c_sources = []; diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild index 644bd00..3f09aa9 100644 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild @@ -18,8 +18,9 @@ KEYWORDS="~amd64" IUSE="" DEPEND="dev-ml/sexplib:= -