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 EC9B913835D for ; Sun, 7 Mar 2021 19:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38016E0982; Sun, 7 Mar 2021 19:55:49 +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 1C8A8E0982 for ; Sun, 7 Mar 2021 19:55:49 +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 4363C335DB3 for ; Sun, 7 Mar 2021 19:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49AC592 for ; Sun, 7 Mar 2021 19:55:45 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1615146927.c3583fd18e9859669f066a023c3376c27357f1c0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_compare/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_compare/Manifest dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild X-VCS-Directories: dev-ml/ppx_compare/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c3583fd18e9859669f066a023c3376c27357f1c0 X-VCS-Branch: master Date: Sun, 7 Mar 2021 19:55:45 +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: 9b2f2dab-9df3-48ec-a3d5-0934e83db6e9 X-Archives-Hash: 1f0fbac2f229445fa1d127d9d0fc728c commit: c3583fd18e9859669f066a023c3376c27357f1c0 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 19:50:47 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 19:55:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3583fd1 dev-ml/ppx_compare: rm old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ppx_compare/Manifest | 1 - dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild | 27 -------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ml/ppx_compare/Manifest b/dev-ml/ppx_compare/Manifest index 22f6d98ca85..1d88ba4dd73 100644 --- a/dev-ml/ppx_compare/Manifest +++ b/dev-ml/ppx_compare/Manifest @@ -1,2 +1 @@ DIST ppx_compare-0.14.0.tar.gz 13614 BLAKE2B 081e91192f987095a773964b56838b05fb18ea23599eeeb28d297ac81ff7439067ffa0941cf4d64921abad68f9dca90560463b9f059f35ed3147333ba697a88c SHA512 be02c8114e0915439c04b3d796029ad124e9a2e637032d6a86a41c03b81985cb0f68f65bc43c1d12221b521f6fa10006a105b3ffe95e991ed9695692fd0763cb -DIST ppx_compare-0.9.0.tar.gz 11760 BLAKE2B 8db18a56185371e56addddeac4ec94e1260f06edc7dbc835efcf2f6788f42c36746858fd96e7fc94aaaf52b118a95581388276b90d8d489a9f4707af2c157811 SHA512 4f154bb67c2241712986247f8b3ed04b4ba874424171989f0421193a15cea45dedbf1c546408421bf33839ea45b85a45ec1cb43c034373fd80198ddb5d9045fe diff --git a/dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild b/dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild deleted file mode 100644 index 078afb1a010..00000000000 --- a/dev-ml/ppx_compare/ppx_compare-0.9.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Generation of comparison functions from types" -HOMEPAGE="https://github.com/janestreet/ppx_compare" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=" - dev-ml/ppx_driver:= - dev-ml/ppx_type_conv:= - dev-ml/ppx_core:= - dev-ml/base:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/ppx_metaquot:= -" - -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder"