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 00C491382C5 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 ED10CE0849; Wed, 2 Dec 2020 17:46:05 +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 CD648E0844 for ; Wed, 2 Dec 2020 17:46:05 +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 33095340FE7 for ; Wed, 2 Dec 2020 17:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9505A468 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: <1606931152.dbbe2bc7b1eba3ed402ba040109a27bae847f69e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt_ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt_ssl/Manifest dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild X-VCS-Directories: dev-ml/lwt_ssl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dbbe2bc7b1eba3ed402ba040109a27bae847f69e 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: 919f9be4-2c6d-413e-abf8-9cc5cba7e83d X-Archives-Hash: 4275722e39d6333ed49fdab65362dc93 commit: dbbe2bc7b1eba3ed402ba040109a27bae847f69e Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 2 17:27:49 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 2 17:45:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbe2bc7 dev-ml/lwt_ssl: drop old Signed-off-by: Aaron Bauman gentoo.org> dev-ml/lwt_ssl/Manifest | 1 - dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ml/lwt_ssl/Manifest b/dev-ml/lwt_ssl/Manifest index a9120b7f224..d93f53fdc2b 100644 --- a/dev-ml/lwt_ssl/Manifest +++ b/dev-ml/lwt_ssl/Manifest @@ -1,2 +1 @@ -DIST lwt_ssl-1.0.1.tar.gz 48964 BLAKE2B deb6b48ef0249f7ab5c9bbb4507ce7be048c547c8aeeb9421a96cd1215c4292b6a4330ee6c6aeaf6ff092e7eaba0ef7f689ff0de2e97ff68b576cd27084719bf SHA512 429e2ee6b45e53b8f3347a0ad02531fa3ee6b3842dbf6475cf079a214f3a59bbb25f3c1c882ff32f01263711db034cc8900be827e27e6a8b0562812e4bd8e52d DIST lwt_ssl-1.1.1.tar.gz 288603 BLAKE2B ba22a078597c71ed51142c91d215c339f5ab9aae3a4f94f8111985ad76fba7faf60878ed3e549d79983130d8203531326c408a2f18e0f902e6171b383f26abda SHA512 207ccf8ccde13d88eb58d4ff45279f7cbde90ed5c20a941e7efa9501d9c1b8a71d7655178960c826bb52c6403c348faa5053cefc0ac197ad690a96daa55d1a32 diff --git a/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild b/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild deleted file mode 100644 index 72aa5de9679..00000000000 --- a/dev-ml/lwt_ssl/lwt_ssl-1.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_DOCS=1 - -LWT_VER=3.0.0 - -inherit oasis - -DESCRIPTION="GLib integration for Lwt" -SRC_URI="https://github.com/ocsigen/lwt/releases/download/${LWT_VER}/${P}.tar.gz" -HOMEPAGE="http://ocsigen.org/lwt" - -IUSE="" - -DEPEND=" - >=dev-ml/lwt-${LWT_VER}:= - >=dev-ml/ocaml-ssl-0.4.0:= -" - -RDEPEND="${DEPEND}" - -SLOT="0/${PV}" -LICENSE="LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~arm ~ppc"