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 1B55F158009 for ; Sat, 17 Jun 2023 22:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AFC1E084E; Sat, 17 Jun 2023 22:27:10 +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 1C138E084E for ; Sat, 17 Jun 2023 22:27:10 +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 40EAF340E9C for ; Sat, 17 Jun 2023 22:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84BF4A8E for ; Sat, 17 Jun 2023 22:27:07 +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: <1687040816.76c587a47758c564f22ec558280859e6896a372e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Variable-Magic/Manifest dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild X-VCS-Directories: dev-perl/Variable-Magic/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 76c587a47758c564f22ec558280859e6896a372e X-VCS-Branch: master Date: Sat, 17 Jun 2023 22:27:07 +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: 86451ccc-fadd-433a-ad63-79fbbac92d21 X-Archives-Hash: 5b74361af7c301e60b8b84bd8ee7d5c9 commit: 76c587a47758c564f22ec558280859e6896a372e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 17 22:25:59 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 17 22:26:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c587a4 dev-perl/Variable-Magic: add 0.630.0 Closes: https://bugs.gentoo.org/908722 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Variable-Magic/Manifest | 1 + .../Variable-Magic/Variable-Magic-0.630.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest index d55bd4fe3e7d..dfb4284eee63 100644 --- a/dev-perl/Variable-Magic/Manifest +++ b/dev-perl/Variable-Magic/Manifest @@ -1 +1,2 @@ DIST Variable-Magic-0.62.tar.gz 79009 BLAKE2B e99fc85fa3765475c0393e7c396e3ead5bee3ac49d6d6e82a1ae3ec962367303f85ce0a02dbcfc24189ec29e820650810035c9fe74aebba24ceb24485926f46e SHA512 fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380 +DIST Variable-Magic-0.63.tar.gz 78851 BLAKE2B cbd9d54564e60245d51dc7a97658c89ed50500a82742e635db2deb6ec126997f916254859ea8108d292653b7e78c7c114211d31743569f3df5c75e32cdb61033 SHA512 f815d71ffda0fc88b75716fb843a5dcb122b678ce0cb58ac23411af88b7b01180d401519db1b9801c5ee2942ae7b81d6c3d4284ceb57ed3f51d546fb77135611 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild new file mode 100644 index 000000000000..b8f34856101c --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.63 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +"