From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1531406-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 A1707158009 for <garchives@archives.gentoo.org>; Thu, 22 Jun 2023 07:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED32AE08EB; Thu, 22 Jun 2023 07:18:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0F13E08EB for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 07:18:37 +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 F2BBE340ADB for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 07:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 648AFA80 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Jun 2023 07:18:35 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1687418284.78c386bd45831746bd753218a404013e8c052b31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild X-VCS-Directories: dev-perl/Conf-Libconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78c386bd45831746bd753218a404013e8c052b31 X-VCS-Branch: master Date: Thu, 22 Jun 2023 07:18:35 +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: de2fc2b8-7e5d-4963-9ea6-080eae0a0068 X-Archives-Hash: 4d9956d46ca49cf515578b1109cd48b2 commit: 78c386bd45831746bd753218a404013e8c052b31 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 22 07:18:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 22 07:18:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c386bd dev-perl/Conf-Libconfig: add note to test dev-util/conf2struct Bug: https://bugs.gentoo.org/908989 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 5 ++++- dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild index d9a13c3586fb..fccca5aa303e 100644 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +# Please test that dev-util/conf2struct builds with any bumps! See bug #908989. +# Conf-Libconfig is only in tree for it. + DIST_AUTHOR=CNANGEL DIST_VERSION="0.100" diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild index 036de09c8389..bc53fbdb5d51 100644 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# Please test that dev-util/conf2struct builds with any bumps! See bug #908989. +# Conf-Libconfig is only in tree for it. + DIST_AUTHOR=CNANGEL inherit perl-module