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 4BEA6158086 for ; Thu, 7 Oct 2021 23:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B00EE0844; Thu, 7 Oct 2021 23:35:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E280E0848 for ; Thu, 7 Oct 2021 23:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E3F6342E13 for ; Thu, 7 Oct 2021 23:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F021138 for ; Thu, 7 Oct 2021 23:35: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: <1633649665.857e72505d42bf7a63381f7da55f211c755b07fa.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML-Syck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/YAML-Syck/Manifest dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild X-VCS-Directories: dev-perl/YAML-Syck/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 857e72505d42bf7a63381f7da55f211c755b07fa X-VCS-Branch: master Date: Thu, 7 Oct 2021 23:35: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: a3b13944-fd9e-43ec-9ba6-e43a1441f664 X-Archives-Hash: 9a49032931541132c51a7ed42751393c commit: 857e72505d42bf7a63381f7da55f211c755b07fa Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 7 22:59:15 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 7 23:34:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857e7250 dev-perl/YAML-Syck: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/YAML-Syck/Manifest | 1 - dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-perl/YAML-Syck/Manifest b/dev-perl/YAML-Syck/Manifest index 6228787b3a1..2b2b8aa2e55 100644 --- a/dev-perl/YAML-Syck/Manifest +++ b/dev-perl/YAML-Syck/Manifest @@ -1,2 +1 @@ -DIST YAML-Syck-1.30.tar.gz 170413 BLAKE2B cf74f0074f8e7a1265d83c659683e2b30a96cb60158e8f02c6b5a5687a50ee2d146aa6ae7828ba54d96139aa09f151aaf73d8845ab391b45feb6403049b60ce7 SHA512 3c38c77589c12652b456ad95120b3223df9e96475a9478692511bf6207ce81bc61204feaa332dbd913d934c41cf5d6515420961b31c20c9fe245373e81ecdda4 DIST YAML-Syck-1.31.tar.gz 139735 BLAKE2B 8e3c19026856707187fe5f90cfde598ec9d9b2a3e22c9ad106bde26aa5b62dff5ebf34cc0a61e4d9f1d8352f9f3cc06c96eccb8c572be8bc3650fe30ffe8b177 SHA512 5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5 diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild deleted file mode 100644 index 81fc72e1387..00000000000 --- a/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=TODDR -MODULE_VERSION=1.30 -inherit perl-module - -DESCRIPTION="Fast, lightweight YAML loader and dumper" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do"