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 01A8813835A for ; Sun, 7 Mar 2021 14:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F247E0837; Sun, 7 Mar 2021 14:38:08 +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 3784FE0833 for ; Sun, 7 Mar 2021 14:38:08 +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 49CEB340B37 for ; Sun, 7 Mar 2021 14:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E65587 for ; Sun, 7 Mar 2021 14:38:05 +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: <1615127847.73c96424fdfc8aa22b3753de4d85528afe1ef313.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/textutils/Manifest dev-ml/textutils/textutils-0.9.0.ebuild X-VCS-Directories: dev-ml/textutils/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 73c96424fdfc8aa22b3753de4d85528afe1ef313 X-VCS-Branch: master Date: Sun, 7 Mar 2021 14:38:05 +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: 46abaebc-868a-4b81-b671-ffb718f54406 X-Archives-Hash: 6b7a8e78c5bf3dab08f458eed9bc9cfd commit: 73c96424fdfc8aa22b3753de4d85528afe1ef313 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 14:18:14 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 14:37:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c96424 dev-ml/textutils: remove old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/textutils/Manifest | 1 - dev-ml/textutils/textutils-0.9.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest index 5672d8e1a17..f44fad19128 100644 --- a/dev-ml/textutils/Manifest +++ b/dev-ml/textutils/Manifest @@ -1,2 +1 @@ DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3 -DIST textutils-0.9.0.tar.gz 19603 BLAKE2B 20e515b62fad7b17a0bb05c3a3ad45af81dcf3bf5c98617803186df0badecf369a684cb481786fc0074b177807049848b27272b6a4872e26d7b47a036ca7c98f SHA512 2a60b0add940f3584752f1add546716ad1e9e002d8fae460d9e62acda39e4b486c06a3fa27ceab754d2339dc46422a5a9534345c743950d6ed08683060cab759 diff --git a/dev-ml/textutils/textutils-0.9.0.ebuild b/dev-ml/textutils/textutils-0.9.0.ebuild deleted file mode 100644 index 2ebb56bcc79..00000000000 --- a/dev-ml/textutils/textutils-0.9.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Text output utilities" -HOMEPAGE="https://github.com/janestreet/textutils" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-ml/core:= - dev-ml/ppx_driver:= - dev-ml/ppx_jane:= - dev-ml/ocaml-migrate-parsetree:= -" -DEPEND="${RDEPEND} dev-ml/jbuilder"