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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9650158087 for ; Thu, 28 Oct 2021 20:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B49CE08C3; Thu, 28 Oct 2021 20:01:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 255BCE08BB for ; Thu, 28 Oct 2021 20:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E8D0343C6E for ; Thu, 28 Oct 2021 20:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDEFB18E for ; Thu, 28 Oct 2021 20:01:18 +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: <1635451264.6901d03ea6cc6f8b1ff11da020cdb9b336c156f3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-HomeDir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild dev-perl/File-HomeDir/Manifest X-VCS-Directories: dev-perl/File-HomeDir/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6901d03ea6cc6f8b1ff11da020cdb9b336c156f3 X-VCS-Branch: master Date: Thu, 28 Oct 2021 20:01:18 +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: e5b5732d-b550-4459-9015-7b368b5f16d9 X-Archives-Hash: 083782fdedc2e1f38798ae4992c7f8e5 commit: 6901d03ea6cc6f8b1ff11da020cdb9b336c156f3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 28 19:59:22 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 28 20:01:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6901d03e dev-perl/File-HomeDir: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild | 30 ------------------------- dev-perl/File-HomeDir/Manifest | 1 - 2 files changed, 31 deletions(-) diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild deleted file mode 100644 index b15886cdb2f..00000000000 --- a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=REHSACK -DIST_VERSION=1.002 -inherit perl-module - -DESCRIPTION="Get home directory for self or other user" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+xdg test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - >=virtual/perl-File-Path-2.10.0 - >=virtual/perl-File-Spec-3 - >=virtual/perl-File-Temp-0.190.0 - >=dev-perl/File-Which-0.50.0 - xdg? ( x11-misc/xdg-user-dirs )" - -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.900.0 - ) -" diff --git a/dev-perl/File-HomeDir/Manifest b/dev-perl/File-HomeDir/Manifest index f8b17450022..bd1130c9c1d 100644 --- a/dev-perl/File-HomeDir/Manifest +++ b/dev-perl/File-HomeDir/Manifest @@ -1,2 +1 @@ -DIST File-HomeDir-1.002.tar.gz 35441 BLAKE2B 01cbebbcc18958cb0056160383880c9749a1e43a4c27e2da9d6a190985929b53b25d3cb50d84766a1a9bc9607c64265c2fd622dc1d0eb4884d7c799edb02ff12 SHA512 4862c78f65785579d4978d3c4d36ba2a71fb78f069b5671d0cedabd6d187fb4377ae40be45b0abfb00df8dd362fbc28032aab2f39acbbe9f1d7bc4a5b24863d4 DIST File-HomeDir-1.006.tar.gz 35855 BLAKE2B d6339d483dfa32158138cb17e632074236ae67a0ae1ae1529a2bf38efc6fa3d9c83b4163cf6e1b9850353ead5d287625d3d1d1cf753f5757c16dbb664b941e0f SHA512 1ea90d68ed059ef5e890f6afb1280673dd5a597956f282c4ae8b4471c1751aa3cb2fcbe9caa6b2976937d11fd7233aa85a2dea611f87c79e0ddd1a501ceb890d