summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-21 08:32:07 -0500
committerSam James <sam@gentoo.org>2024-12-21 20:30:53 +0000
commit7323854fef107c8c492318c29bb34d73dddd041b (patch)
treef23ad11983ac0e8cad89fd2582776c9214262fad /dev-perl/autovivification
parentdev-perl/autobox: Drop old versions (diff)
downloadgentoo-7323854fef107c8c492318c29bb34d73dddd041b.tar.gz
gentoo-7323854fef107c8c492318c29bb34d73dddd041b.tar.bz2
gentoo-7323854fef107c8c492318c29bb34d73dddd041b.zip
dev-perl/autovivification: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/autovivification')
-rw-r--r--dev-perl/autovivification/autovivification-0.180.0-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/autovivification/autovivification-0.180.0-r1.ebuild b/dev-perl/autovivification/autovivification-0.180.0-r1.ebuild
deleted file mode 100644
index 9f0954d918df..000000000000
--- a/dev-perl/autovivification/autovivification-0.180.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DIST_AUTHOR=VPIT
-DIST_VERSION=0.18
-DIST_EXAMPLES=("samples/*")
-inherit perl-module
-
-DESCRIPTION="Lexically disable autovivification"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-XSLoader"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Exporter
- virtual/perl-Test-Simple
- )
-"
-src_compile() {
- mymake=(
- "OPTIMIZE=${CFLAGS}"
- )
- perl-module_src_compile
-}