commit:     861573ef9fc6d5fc65ab791bb69ad32c596cb22e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 23:45:49 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May  1 23:46:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861573ef

dev-perl/Variable-Magic: add 0.640.0

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Variable-Magic/Manifest                   |  1 +
 .../Variable-Magic/Variable-Magic-0.640.0.ebuild   | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Variable-Magic/Manifest b/dev-perl/Variable-Magic/Manifest
index d1c065de1d5b..5a3ab0230c4e 100644
--- a/dev-perl/Variable-Magic/Manifest
+++ b/dev-perl/Variable-Magic/Manifest
@@ -1 +1,2 @@
 DIST Variable-Magic-0.63.tar.gz 78851 BLAKE2B 
cbd9d54564e60245d51dc7a97658c89ed50500a82742e635db2deb6ec126997f916254859ea8108d292653b7e78c7c114211d31743569f3df5c75e32cdb61033
 SHA512 
f815d71ffda0fc88b75716fb843a5dcb122b678ce0cb58ac23411af88b7b01180d401519db1b9801c5ee2942ae7b81d6c3d4284ceb57ed3f51d546fb77135611
+DIST Variable-Magic-0.64.tar.gz 76158 BLAKE2B 
27f77b8c7fcf3593af3282b0bf4e41b89c4439b56077af808a5a8a791351d572593e34108cb6a3445fc1697a1e6ecc540f1f24dda468b0e22dd5a4381bb12d8f
 SHA512 
ba7eead52b9684a7ce0112a6b29b9739d52bd111d7985cf6b721a3d193d7a0513205c3547ec9504239cf4a3bd50de844cb6f7bb83906118c12b8d7b92c455a6a

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild 
b/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild
new file mode 100644
index 000000000000..ba1f5481b240
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.640.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.64
+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
+       )
+"

Reply via email to