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 BFAB013835A for ; Wed, 2 Dec 2020 17:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09030E085B; Wed, 2 Dec 2020 17:46:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFC7DE0855 for ; Wed, 2 Dec 2020 17:46:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDB3C340F64 for ; Wed, 2 Dec 2020 17:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E29D4479 for ; Wed, 2 Dec 2020 17:46:02 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606931154.c52f90a095c6a6498dc5df6be27637982ff8302e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-expat/Manifest dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild X-VCS-Directories: dev-ml/ocaml-expat/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c52f90a095c6a6498dc5df6be27637982ff8302e X-VCS-Branch: master Date: Wed, 2 Dec 2020 17:46:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 970a3271-67b2-4414-9a80-88e7f6924803 X-Archives-Hash: 990e07b65519f0582c8beb405566998f commit: c52f90a095c6a6498dc5df6be27637982ff8302e Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 2 17:36:57 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 2 17:45:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52f90a0 dev-ml/ocaml-expat: drop old Signed-off-by: Aaron Bauman gentoo.org> dev-ml/ocaml-expat/Manifest | 1 - dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild | 47 ----------------------------- dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild | 47 ----------------------------- 3 files changed, 95 deletions(-) diff --git a/dev-ml/ocaml-expat/Manifest b/dev-ml/ocaml-expat/Manifest index 0315886c2e4..26d8c2c4c49 100644 --- a/dev-ml/ocaml-expat/Manifest +++ b/dev-ml/ocaml-expat/Manifest @@ -1,2 +1 @@ -DIST ocaml-expat-1.0.0.tar.gz 58149 BLAKE2B 0bd99a8a5eb8f4fe1a04d1d53edc5dc662a51ae880c5297de9dbc93561896e5c3acf3db4b7edc5122a328be4c17fd924a66a2e0e08c9bd74aac704257f5dc569 SHA512 217d602ac8fabf7713dcd8fd274206b81ff467402a9bca5b15b13f3b1d68e8e5f2c2970adeafb2378c0993b39c7d98a420dee07f30ad9eb88fd40665a2f98897 DIST ocaml-expat-1.1.0.tar.gz 58318 BLAKE2B 137bc65c5c867180ba547de17041bd0f588da395928e92eabef45cdbb76a1d139d7cd0d80d33337e1fbff92c9fa3cab2339c0f340f50f467b8fe7d64cba10b1e SHA512 9407f91f5007d6835643719294d4e4907bfc40464d054911591ce80c31d173ddcc7b06157a19c0d3ddd78775806242dc68aea7847e588ca9fd1909def1df4d23 diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild deleted file mode 100644 index 73386d528fc..00000000000 --- a/dev-ml/ocaml-expat/ocaml-expat-1.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -IUSE="doc +ocamlopt test" -RESTRICT="!test? ( test )" - -DESCRIPTION="OCaml bindings for expat" -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/whitequark/ocaml-expat" - -RDEPEND="dev-libs/expat - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]" - -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" - -SLOT="0/${PV}" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" - -src_compile() { - emake depend - emake all - if use ocamlopt; then - emake allopt - fi -} - -src_test() { - emake test - if use ocamlopt; then - emake testopt - fi -} -src_install() { - findlib_src_preinst - emake install - - if use doc ; then - dohtml -r doc/html/* - fi - dodoc README -} diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild deleted file mode 100644 index 73386d528fc..00000000000 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -IUSE="doc +ocamlopt test" -RESTRICT="!test? ( test )" - -DESCRIPTION="OCaml bindings for expat" -SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/whitequark/ocaml-expat" - -RDEPEND="dev-libs/expat - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]" - -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" - -SLOT="0/${PV}" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" - -src_compile() { - emake depend - emake all - if use ocamlopt; then - emake allopt - fi -} - -src_test() { - emake test - if use ocamlopt; then - emake testopt - fi -} -src_install() { - findlib_src_preinst - emake install - - if use doc ; then - dohtml -r doc/html/* - fi - dodoc README -}