From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1334908-garchives=archives.gentoo.org@lists.gentoo.org> 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 2B283158086 for <garchives@archives.gentoo.org>; Sat, 30 Oct 2021 18:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 241FFE07FA; Sat, 30 Oct 2021 18:46:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0C707E07FA for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 18:46:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F420E34314E for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 18:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B7318B for <gentoo-commits@lists.gentoo.org>; Sat, 30 Oct 2021 18:46:47 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> 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" <dilfridge@gentoo.org> Message-ID: <1635619576.5a6444a1fa2db831f7bc4feb43eef1307f68a226.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Git-Wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild dev-perl/Git-Wrapper/Manifest X-VCS-Directories: dev-perl/Git-Wrapper/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5a6444a1fa2db831f7bc4feb43eef1307f68a226 X-VCS-Branch: master Date: Sat, 30 Oct 2021 18:46:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ff87c22-ace7-4590-b85b-530684b7453a X-Archives-Hash: 76f00e7fe1a7b3348aaec82285c74de0 commit: 5a6444a1fa2db831f7bc4feb43eef1307f68a226 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 30 18:38:05 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 30 18:46:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6444a1 dev-perl/Git-Wrapper: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild | 48 ----------------------- dev-perl/Git-Wrapper/Manifest | 1 - 2 files changed, 49 deletions(-) diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild b/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild deleted file mode 100644 index 0835ab9bb5d..00000000000 --- a/dev-perl/Git-Wrapper/Git-Wrapper-0.47.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=GENEHACK -DIST_VERSION=0.047 -inherit perl-module - -DESCRIPTION="Wrap git(7) command-line interface" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-vcs/git - virtual/perl-File-Temp - dev-perl/File-chdir - virtual/perl-IPC-Cmd - virtual/perl-Scalar-List-Utils - dev-perl/Sort-Versions -" -DEPEND="${RDEPEND} - dev-perl/Devel-CheckBin - virtual/perl-ExtUtils-MakeMaker - virtual/perl-File-Spec - test? ( - virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - dev-perl/Test-Deep - dev-perl/Test-Exception - virtual/perl-Test-Simple - ) -" -src_compile() { - perl-module_src_compile - local MODULES=( - "Git::Wrapper ${DIST_VERSION}" - ) - for dep in "${MODULES[@]}"; do - perl -Mblib="${S}" -M"${dep} ()" -e1 || - die "Could not load ${dep}" - done -} diff --git a/dev-perl/Git-Wrapper/Manifest b/dev-perl/Git-Wrapper/Manifest index 53981c808b0..34a43adba6a 100644 --- a/dev-perl/Git-Wrapper/Manifest +++ b/dev-perl/Git-Wrapper/Manifest @@ -1,2 +1 @@ -DIST Git-Wrapper-0.047.tar.gz 30416 BLAKE2B cfe969bd4d60ec0252cd9d78d753ff3200a8bd1a522617dba5436361817eee969d9310bc40aa68651697c75ead5a6764d4e8b02031dd70d256b2124f0c8d9181 SHA512 9a2c9bf30a9b803170adfeae9bbe41e1b0fc9e67fe477d4fdf1d20a57917c69c1c6be2a90fbc382f85cf83a209b39a9a3431276b33a6e7655b8cd240d1a68e78 DIST Git-Wrapper-0.048.tar.gz 31531 BLAKE2B 18d74644a0e3d37b60e69a86f70b5a0769627c5dd2b7d1986c960443f4bb7a2f9cc3f1cd3e6bb120c27cfb5bc5e6fc5bcf7a11ece27af7abdbd4cf42914ba3dc SHA512 2dce8cc1c05a321ba31c3c78cfb6e3c793fa3d47d03c459ee559540eb31db71d9c641b4c1dbcd5782d84031a7aaf6024c5b60c2ae71b94d0a7a1f19f9746ec03