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 B5EE913835A for ; Mon, 15 Mar 2021 04:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F138FE0894; Mon, 15 Mar 2021 04:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DA44FE0894 for ; Mon, 15 Mar 2021 04:02:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65275340E08 for ; Mon, 15 Mar 2021 04:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE1D631 for ; Mon, 15 Mar 2021 04:02:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615780917.1442a638f2671d6a743f35cfb2b9b11c9ab3497f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/logs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/logs/Manifest dev-ml/logs/logs-0.6.3.ebuild X-VCS-Directories: dev-ml/logs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1442a638f2671d6a743f35cfb2b9b11c9ab3497f X-VCS-Branch: master Date: Mon, 15 Mar 2021 04:02:12 +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: 06aa2508-3c38-410a-aac2-444eb50138a5 X-Archives-Hash: f248076da7a09de51000f8e08d3b72f1 commit: 1442a638f2671d6a743f35cfb2b9b11c9ab3497f Author: Sam James gentoo org> AuthorDate: Mon Mar 15 03:14:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 04:01:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1442a638 dev-ml/logs: drop 0.6.3 Signed-off-by: Sam James gentoo.org> dev-ml/logs/Manifest | 1 - dev-ml/logs/logs-0.6.3.ebuild | 54 ------------------------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ml/logs/Manifest b/dev-ml/logs/Manifest index c3d5031ecb4..bc580c5435c 100644 --- a/dev-ml/logs/Manifest +++ b/dev-ml/logs/Manifest @@ -1,2 +1 @@ -DIST logs-0.6.3.tbz 17670 BLAKE2B bea90590913c83ef0ac32bb63551542d52cdc63f761e0198ff747f9e03987dcbfacd1b1e351a826218f71768020df8ebe1caa7272fd79e2c1b634645d728bdd6 SHA512 6cdcb3ee19eadb824500e90235a62326194ff5d2a44dca598d2727f2ad358273a79240197965b682aa80986870bb859ee1e57f2cb29c684c92ca146cac8094d1 DIST logs-0.7.0.tbz 18458 BLAKE2B 091d1778166af0b67e17e932a775a73e31e5d167b94b1b378063a7112c21bf1ac935c7e51fe29bcc0121cd5e60ea46ed3c7381f4db5df400b463feedfbe89663 SHA512 657f66eeaf5788947a3ff4b2a179f7e192ad4ce086fc8968286066d4b83af476523b3befce50ee58abf2d9b8c8dc65573ba8ed62f9c5e7933db29a7fb769646a diff --git a/dev-ml/logs/logs-0.6.3.ebuild b/dev-ml/logs/logs-0.6.3.ebuild deleted file mode 100644 index 978b7cf88e0..00000000000 --- a/dev-ml/logs/logs-0.6.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit findlib - -DESCRIPTION="Logging infrastructure for OCaml" -HOMEPAGE="https://erratique.ch/software/logs https://github.com/dbuenzli/logs" -SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+fmt cli +lwt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/result:=[ocamlopt] - dev-lang/ocaml:=[ocamlopt] - fmt? ( dev-ml/fmt:= ) - cli? ( dev-ml/cmdliner:=[ocamlopt] ) - lwt? ( dev-ml/lwt:= ) -" -DEPEND="${RDEPEND} - dev-ml/opam - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib - test? ( dev-ml/mtime ) -" - -src_compile() { - ocaml pkg/pkg.ml build \ - --with-js_of_ocaml false \ - --with-fmt $(usex fmt true false) \ - --with-cmdliner $(usex cli true false) \ - --with-lwt $(usex fmt true false) \ - --tests $(usex test true false) \ - || die -} - -src_test() { - ocaml pkg/pkg.ml test || die -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -}