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 E2D45138334 for ; Fri, 11 Oct 2019 19:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15403E0877; Fri, 11 Oct 2019 19:27:01 +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 EB13EE0877 for ; Fri, 11 Oct 2019 19:27:00 +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 5D46A34BBCF for ; Fri, 11 Oct 2019 19:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B9B582C for ; Fri, 11 Oct 2019 19:26:57 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1570821998.ba2bcb53324fa71b7ed917776a33b5d87a3377c7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-String/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-String/Manifest dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild X-VCS-Directories: dev-perl/Unicode-String/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ba2bcb53324fa71b7ed917776a33b5d87a3377c7 X-VCS-Branch: master Date: Fri, 11 Oct 2019 19:26:57 +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: 258aa62f-cdb9-4e2e-94e1-5ff9417d7402 X-Archives-Hash: e3a6efea197c295447101c76512a5753 commit: ba2bcb53324fa71b7ed917776a33b5d87a3377c7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 11 19:25:13 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 11 19:26:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2bcb53 dev-perl/Unicode-String: Remove old Closes: https://bugs.gentoo.org/622184 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Unicode-String/Manifest | 1 - dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-perl/Unicode-String/Manifest b/dev-perl/Unicode-String/Manifest index 713eab0b78f..f058c4c58ba 100644 --- a/dev-perl/Unicode-String/Manifest +++ b/dev-perl/Unicode-String/Manifest @@ -1,2 +1 @@ -DIST Unicode-String-2.09.tar.gz 122705 BLAKE2B aa51290d56eec9942650ce53019407158b182cf98e296bffc99b88accdfdefe289da530e6f33cc0b5795aa5547e4e742c6d3e421875b06354ba938965d52c4a4 SHA512 88bd5fe4a1e8ac05b7da5f75411f3e2cb17fb756ca926ace7f46d047ba7a7f22e54462efb61c2f0bf651d2c63d6fe74bffa8b7bcf49aa59847135a43b5cde759 DIST Unicode-String-2.10.tar.gz 121287 BLAKE2B 4d7769b74fd85e197aa1bf8a22a57f3dc519b30bb1c1d47fa1f1de6faeb47e2a0351a580a2c34c158b13a37a43d9e5b7864c2333143d335f129219efb5451857 SHA512 e1fad14dcda301d1e5199c9968efe2f33408fd56ef701d7ede40262a50d4d13a3b78ed7aab5c5319e63f551d40dd48b06dfd74e49f3e434b7b2f8d2f592f0b0e diff --git a/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild b/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild deleted file mode 100644 index 5d64d6f5602..00000000000 --- a/dev-perl/Unicode-String/Unicode-String-2.90.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=2.09 -inherit perl-module - -DESCRIPTION="String manipulation for Unicode strings" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux" -IUSE="" - -RDEPEND=">=virtual/perl-MIME-Base64-2.11" -DEPEND="${RDEPEND}"