summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-07 23:01:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-07 23:07:18 +0200
commit840126457bf1a31a8dd73c1570434412f8f6c689 (patch)
tree62fab4ece4723efbfd3aa687643732e6c5756fe2 /dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild
parentdev-perl/X-Osd: EAPI=8 bump (diff)
downloadgentoo-840126457bf1a31a8dd73c1570434412f8f6c689.tar.gz
gentoo-840126457bf1a31a8dd73c1570434412f8f6c689.tar.bz2
gentoo-840126457bf1a31a8dd73c1570434412f8f6c689.zip
dev-perl/XS-Object-Magic: Version bump 0.05
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild')
-rw-r--r--dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild
new file mode 100644
index 000000000000..6aa0b3884476
--- /dev/null
+++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.50.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"