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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10FAA158089 for ; Sat, 30 Sep 2023 14:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956CC2BC058; Sat, 30 Sep 2023 14:24:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A4E22BC058 for ; Sat, 30 Sep 2023 14:24:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D64A335CB7 for ; Sat, 30 Sep 2023 14:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA0951277 for ; Sat, 30 Sep 2023 14:24:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696083868.3e303d3c1bb3a2010cd183e1ba98ce9dfb64a94f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ssl/Manifest dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild X-VCS-Directories: dev-ml/ocaml-ssl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3e303d3c1bb3a2010cd183e1ba98ce9dfb64a94f X-VCS-Branch: master Date: Sat, 30 Sep 2023 14:24:31 +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: 982b5e1b-d739-4b71-8615-539057ac8285 X-Archives-Hash: 6002e03a5107d6db9d1d448b217648ee commit: 3e303d3c1bb3a2010cd183e1ba98ce9dfb64a94f Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 30 13:15:37 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Sep 30 14:24:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e303d3c dev-ml/ocaml-ssl: drop old 0.5.10 Signed-off-by: Maciej Barć gentoo.org> dev-ml/ocaml-ssl/Manifest | 1 - dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ml/ocaml-ssl/Manifest b/dev-ml/ocaml-ssl/Manifest index caf5092f89df..58636afe2013 100644 --- a/dev-ml/ocaml-ssl/Manifest +++ b/dev-ml/ocaml-ssl/Manifest @@ -1,3 +1,2 @@ -DIST ocaml-ssl-0.5.10.tar.gz 33951 BLAKE2B a27cce7e19c3737657cbdba31d919d51d0db137aafddc6397ff018fe36346a8e99b0353c76f4a4bc4dcc7dcf63ec326e87b2ebc809b78de1511963357be280b0 SHA512 f2d0acc8dcdb0a36c8ad236f60c6e9d7f8f76ea25183017218953dbe3432a19de5b0be8214714add71b88b211ac78318f09429d4df7ecba1e19dc94d4414f0e1 DIST ocaml-ssl-0.5.12.tar.gz 40242 BLAKE2B c5e0102f2b2a8448c4774139a3c49df198b81ed5b6bd14373bd15a22f8b4b30d29fd449139c12850bcfaa522415f4ff001f48fe218cd3d527598bafc78145d3f SHA512 d9365b2af911b24ffe0687d8d742cb82b67be39fd64ba04fcfab48a957cd2aefbb1b46ddccd944e1a73ee482866f4a0e95767b135fe43fe82d978493b7b3a827 DIST ocaml-ssl-0.5.13.tar.gz 40604 BLAKE2B 289f631e360581ddfe2fa6572d1b8883853e65c438542593f5f0be5c23b1c8056c10fe6397ba8df577ebf7a9e22cbe4723d8fccabeb373de3efebee310293653 SHA512 ca1106642cb536672dba00ff4421ade2293de6f79c94a47df27520ce6f2ff4555f8e9794736afe4ce37e131a518658d0f8c57f3b106b0187216db1a461f99867 diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild deleted file mode 100644 index 0d53fe77db73..000000000000 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DUNE_PKG_NAME="ssl" -inherit dune - -DESCRIPTION="OCaml bindings for OpenSSL" -HOMEPAGE="https://github.com/savonet/ocaml-ssl" -SRC_URI="https://github.com/savonet/ocaml-ssl/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" -IUSE="+ocamlopt" - -BDEPEND="dev-ml/dune-configurator" -DEPEND="dev-libs/openssl:0= - >=dev-lang/ocaml-3.10:=[ocamlopt?]" -RDEPEND="${DEPEND}" - -src_install() { - dune_src_install - - dodoc CHANGES README.md -}