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 6109213835A for ; Sun, 7 Mar 2021 14:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0CCAE083E; 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 88A97E083E for ; Sun, 7 Mar 2021 14:38:08 +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 84D60340B77 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 DE68C586 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: <1615127843.a089bc2017f3f1cc815fcc205b8fec6faa3b8f17.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/typerep/Manifest dev-ml/typerep/typerep-0.9.0.ebuild X-VCS-Directories: dev-ml/typerep/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a089bc2017f3f1cc815fcc205b8fec6faa3b8f17 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: 88a20942-740c-46de-acb1-101c1a584dff X-Archives-Hash: 837cda188871a84356cf9c468ecb2539 commit: a089bc2017f3f1cc815fcc205b8fec6faa3b8f17 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 14:13:48 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 14:37:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a089bc20 dev-ml/typerep: remove old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/typerep/Manifest | 1 - dev-ml/typerep/typerep-0.9.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest index 1731337c5df..5e93e4ba8e0 100644 --- a/dev-ml/typerep/Manifest +++ b/dev-ml/typerep/Manifest @@ -1,2 +1 @@ DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d SHA512 53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f -DIST typerep-0.9.0.tar.gz 24934 BLAKE2B 83e0cd9419c11a1b8dbce6730404dbe4b00597e441943d8315ad5a583ff50376c95413695e327996b07557b1b481df8ab15db5b37c3ac4c8396b7ed51aa822ea SHA512 f71fa3968ff5e93c384a97e2d39af0de33f4889643a7e43d70a777214dc4c7f35b3fac0864ffee99334cf03866a695f7afd1a907d5c7f3cec0d472b729adf9cc diff --git a/dev-ml/typerep/typerep-0.9.0.ebuild b/dev-ml/typerep/typerep-0.9.0.ebuild deleted file mode 100644 index 2940a460434..00000000000 --- a/dev-ml/typerep/typerep-0.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Library for creating runtime representation of OCaml types" -HOMEPAGE="https://github.com/janestreet/typerep" -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="" - -DEPEND="dev-ml/base:=" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder"