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 43EA6138351 for ; Wed, 15 Apr 2020 15:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D82E0957; Wed, 15 Apr 2020 15:57:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2BA47E0956 for ; Wed, 15 Apr 2020 15:57:12 +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 1F94134F2F6 for ; Wed, 15 Apr 2020 15:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D43161DD for ; Wed, 15 Apr 2020 15:57:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586966153.d0a0b4fc58f9c3b5efc1453a84b64567d79b8d4c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild X-VCS-Directories: dev-perl/Unicode-Stringprep/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d0a0b4fc58f9c3b5efc1453a84b64567d79b8d4c X-VCS-Branch: master Date: Wed, 15 Apr 2020 15:57:09 +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: 232f0f80-4acd-49d1-a425-71ab52573802 X-Archives-Hash: 38bb9f7fd6f27da0df8649d34d0bc483 commit: d0a0b4fc58f9c3b5efc1453a84b64567d79b8d4c Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 15:52:27 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:55:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a0b4fc dev-perl/Unicode-Stringprep: Remove old 1.105.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Unicode-Stringprep-1.105.0-r1.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild deleted file mode 100644 index 82f7dfe7835..00000000000 --- a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CFAERBER -MODULE_VERSION=1.105 -inherit perl-module - -DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/perl-Unicode-Normalize-1 -" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.420.0 - test? ( - virtual/perl-Test-Simple - dev-perl/Test-NoWarnings - ) -"