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 1547113835B 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 63C10E0833; 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 4B9CBE0833 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 5E472340B57 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 1185558C for ; Sun, 7 Mar 2021 14:38:06 +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: <1615127850.73a2b4d01f27488e1182da9cc3a5a0983c8aa651.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/stringext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/stringext/Manifest dev-ml/stringext/stringext-1.5.0.ebuild X-VCS-Directories: dev-ml/stringext/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 73a2b4d01f27488e1182da9cc3a5a0983c8aa651 X-VCS-Branch: master Date: Sun, 7 Mar 2021 14:38:06 +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: 3b1de789-b5c2-4ce5-ac2a-c084f159f035 X-Archives-Hash: a3b8e29f36e43c575b3da92ec0f28f16 commit: 73a2b4d01f27488e1182da9cc3a5a0983c8aa651 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 7 14:21:06 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 7 14:37:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a2b4d0 dev-ml/stringext: remove 1.5.0 version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/stringext/Manifest | 1 - dev-ml/stringext/stringext-1.5.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ml/stringext/Manifest b/dev-ml/stringext/Manifest index a750484e02a..c8fc769c5d9 100644 --- a/dev-ml/stringext/Manifest +++ b/dev-ml/stringext/Manifest @@ -1,2 +1 @@ DIST stringext-1.4.3.tar.gz 49255 BLAKE2B a1594144be431ead57e92339fef60a4823b8d1bf77e60bdfc7f89e5bc8700c4c55afcae90980b6486284d0de62b8cb3090a1cffe2f26a276f8063329e34c8068 SHA512 f6d6ad9e6cd89fb499f2ef449eede448fe9d67912644f44ffadf4e869326bc20fd839d7e725a133e4a81ca8ba98497fd02307efb9f9f62cbad4308e18123ffb5 -DIST stringext-1.5.0.tar.gz 8007 BLAKE2B 73854adb0b44f921f6364925dbd37e2f03d795561ec36044031318a584be53e13b3963a66aedfef3517b7760541c279e75b3645c99dd9b1d1a02fa22eba8a9fa SHA512 69c744ecf86f890fb8eeba245d3b5bbf1e2cadcf4274f3525faef6be242940dae77639639e202101b19e0772214af405edd67b7d33a3e9224798ec3e53167fc9 diff --git a/dev-ml/stringext/stringext-1.5.0.ebuild b/dev-ml/stringext/stringext-1.5.0.ebuild deleted file mode 100644 index a98b729ce2b..00000000000 --- a/dev-ml/stringext/stringext-1.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Extra string functions for OCaml" -HOMEPAGE="https://github.com/rgrinberg/stringext" -SRC_URI="https://github.com/rgrinberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-ml/jbuilder - test? ( dev-ml/iTeML ) -"