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 24B13138BEF for ; Sat, 17 Oct 2015 17:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7B221C066; Sat, 17 Oct 2015 17:21:28 +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 0832021C066 for ; Sat, 17 Oct 2015 17:21:28 +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 28384340885 for ; Sat, 17 Oct 2015 17:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE55911B3 for ; Sat, 17 Oct 2015 17:21:16 +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: <1445102468.80692cdd3f404bf61be06c0ca3b64e9c7fd17b51.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-pcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-pcap/Manifest dev-ml/ocaml-pcap/metadata.xml dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild X-VCS-Directories: dev-ml/ocaml-pcap/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 80692cdd3f404bf61be06c0ca3b64e9c7fd17b51 X-VCS-Branch: master Date: Sat, 17 Oct 2015 17:21:16 +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: af20d8a5-419b-4259-a896-d55a5de943af X-Archives-Hash: 7178a335f8fd0dec6007cb04dd752b07 commit: 80692cdd3f404bf61be06c0ca3b64e9c7fd17b51 Author: Matthew Brewer sina cn> AuthorDate: Fri Oct 16 12:29:36 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Oct 17 17:21:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80692cdd dev-ml/ocaml-pcap: new ebuild - needed as a transitive dependency of Libre S3 1.1 (net-misc/libres3) - explicit support for MirageOS is not enabled dev-ml/ocaml-pcap/Manifest | 1 + dev-ml/ocaml-pcap/metadata.xml | 9 ++++++++ dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild | 34 +++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest new file mode 100644 index 0000000..b066fa9 --- /dev/null +++ b/dev-ml/ocaml-pcap/Manifest @@ -0,0 +1 @@ +DIST ocaml-pcap-0.3.3.tar.gz 45752 SHA256 9419a1701310b2d9130be3d305a6e2cb0cb2c8da0348a6c9fc49bbe2a5d6ae76 SHA512 732f895c08b114aef34ea3b776c69d67696e290f2a2952405b75097ce0253fcc8a754dd223ac4ce98b134786f46c328cc2510f7313c4c8c4042d242a1a4de8a1 WHIRLPOOL 0a39017e791e1031b0f1500e3f9eb055db66dda3c35c0ba027f579f4a3066c824bb066733cce9ab07e37e679694bc909ef0b3c812b71570a1563e5a28121b00d diff --git a/dev-ml/ocaml-pcap/metadata.xml b/dev-ml/ocaml-pcap/metadata.xml new file mode 100644 index 0000000..a33970c --- /dev/null +++ b/dev-ml/ocaml-pcap/metadata.xml @@ -0,0 +1,9 @@ + + + + ml + proxy-maintainers + + tomboy64@sina.cn + + diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild new file mode 100644 index 0000000..8d7f9d7 --- /dev/null +++ b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild @@ -0,0 +1,34 @@ +# 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="Read and write pcap-formatted network packet traces." +HOMEPAGE="https://github.com/mirage/ocaml-pcap https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +# Blockers taken from opam file and only relevant +# if MirageOS should enter portage. +RDEPEND=" + dev-ml/ocaml-ipaddr:= + !dev-ml/mirage-net-socket + !=dev-ml/ocaml-cstruct-0.6.0:=[camlp4(-)] +" +DEPEND=" + test? ( dev-ml/ounit + >=dev-ml/lwt-2.4.0 ) + ${RDEPEND} +" + +DOCS=( CHANGES MAINTAINERS README.md )