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 EF1AC1382C5 for ; Mon, 15 Mar 2021 04:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E84AE087E; Mon, 15 Mar 2021 04:02:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D616EE087E for ; Mon, 15 Mar 2021 04:02:15 +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 E7193340CF6 for ; Mon, 15 Mar 2021 04:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164E65BA 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: <1615780908.02ce8e75e1e5dbb907dc1b0d69e193ee340428f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/astring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/astring/Manifest dev-ml/astring/astring-0.8.3.ebuild X-VCS-Directories: dev-ml/astring/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02ce8e75e1e5dbb907dc1b0d69e193ee340428f3 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: 39359bed-9589-4cb3-ab8f-0218d8fac36c X-Archives-Hash: 9f36b2714949e1cc63c20922a4dbc2f6 commit: 02ce8e75e1e5dbb907dc1b0d69e193ee340428f3 Author: Sam James gentoo org> AuthorDate: Mon Mar 15 03:12:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 04:01:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ce8e75 dev-ml/astring: drop 0.8.3 Signed-off-by: Sam James gentoo.org> dev-ml/astring/Manifest | 1 - dev-ml/astring/astring-0.8.3.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ml/astring/Manifest b/dev-ml/astring/Manifest index b4a531be8ac..9de5e69087a 100644 --- a/dev-ml/astring/Manifest +++ b/dev-ml/astring/Manifest @@ -1,2 +1 @@ -DIST astring-0.8.3.tbz 38710 BLAKE2B 253fe07b51996eb7b5f84e18d171b0f65cbb5abba9b241a02aa679765f3190edc636c1ba989910fde374a20c7615db1887eb73d8607f3bb8311e20ab6e67f670 SHA512 c7230e47b7ef14e6040fb18284a3d5aa8da1428b721cf91a7f17104cfb853be24b9c2aaa0b118bf3e050158aa8748311435417c6cf9014d260fb4379e4ead3e1 DIST astring-0.8.5.tbz 37499 BLAKE2B bff0b9a295da9e33e0cc4bf1a5a0c3cec4010f477d67a39650bbb8e61f12e517cd5734f1e869d35448e4e555a04d0223b76181f29ee299ef9f19359c7d59e69a SHA512 b40634cc2053d651bce5c1974996b352ffa48ecac429919113840b2a807efb34387d950f12accb346afd5e40514cb90219d70b00109c30e1450c4e99f65c9856 diff --git a/dev-ml/astring/astring-0.8.3.ebuild b/dev-ml/astring/astring-0.8.3.ebuild deleted file mode 100644 index 503571633f0..00000000000 --- a/dev-ml/astring/astring-0.8.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit opam - -DESCRIPTION="Alternative String module for OCaml" -HOMEPAGE="https://erratique.ch/software/astring https://github.com/dbuenzli/astring" -SRC_URI="https://erratique.ch/software/astring/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-lang/ocaml:=[ocamlopt]" -DEPEND="${RDEPEND} - dev-ml/topkg - dev-ml/ocamlbuild - dev-ml/findlib" - -src_compile() { - ocaml pkg/pkg.ml build || die -}