From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82C23139085 for ; Tue, 24 Jan 2017 11:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 311BF1421F; Tue, 24 Jan 2017 11:14:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F39D5234260 for ; Tue, 24 Jan 2017 11:14:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0131A3414E9 for ; Tue, 24 Jan 2017 11:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9B82D94 for ; Tue, 24 Jan 2017 11:14:20 +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: <1485256456.8331bb0b5b4756dffec11cd78daf59906b44e3aa.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-cstruct/Manifest dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild X-VCS-Directories: dev-ml/ocaml-cstruct/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8331bb0b5b4756dffec11cd78daf59906b44e3aa X-VCS-Branch: master Date: Tue, 24 Jan 2017 11:14:20 +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: 666df50f-8869-474d-b6bf-eef2f1dac8f1 X-Archives-Hash: 51d6c7d634cff769232fb7ddc0d883cb commit: 8331bb0b5b4756dffec11cd78daf59906b44e3aa Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 11:11:08 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 11:14:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8331bb0b dev-ml/ocaml-cstruct: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocaml-cstruct/Manifest | 1 - dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild | 43 ------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest index 8b43aae..23fdfee 100644 --- a/dev-ml/ocaml-cstruct/Manifest +++ b/dev-ml/ocaml-cstruct/Manifest @@ -1,2 +1 @@ -DIST ocaml-cstruct-2.3.0.tar.gz 253518 SHA256 8b802e70c85879cd3b9bd4211d8c01e63f4dd4ac30288bd92d7a24d6c88b62eb SHA512 dc1927f20f35c823960be1e3cc6214304d72f2bda6a50b5fbc4f321eb0ab99bc8d1569421e74c249a915d2829f9c8dda171d7426c0b5526189db724ea5e59f72 WHIRLPOOL 3380c660012aae58996f574aff7d31eb461e92b78b4b4ab72111fc40d8bbbf258d6d776431304854542f00dc9127845dd297ec9fbca293dfaf04b334a0d68627 DIST ocaml-cstruct-2.3.1.tar.gz 259266 SHA256 89a4f363547026de195fd84d9e842844ed6bbf4c5ab57c2fc1500741106b1797 SHA512 7dfb080f4d6f1685719ed31edd69cb5f4e484d42b28e0340dace8dd9a4742342957b67de0b10f0c4f4ccab7a80b13ddc3a26d2401cffdd232dc9581dba1da2ff WHIRLPOOL 6c41df0677217f45f13a03686e4a025da8f9edadccb5a27659cc1349bbae2f324a07d68e056f7078e4f4336d357c5558f262d0c6f4813017db0325e2b304b06e diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild deleted file mode 100644 index ec1f10a..00000000 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 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 )