diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-10 22:01:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-10 22:04:55 +0200 |
commit | 54ef1a5dbcb5e4da2ab09a2145903d0cef6f8593 (patch) | |
tree | e7e5b14b2d950077d83f87c897b6bb215482a8fe /dev-perl | |
parent | dev-perl/constant-defer: stable for x86 (diff) | |
download | gentoo-54ef1a5dbcb5e4da2ab09a2145903d0cef6f8593.tar.gz gentoo-54ef1a5dbcb5e4da2ab09a2145903d0cef6f8593.tar.bz2 gentoo-54ef1a5dbcb5e4da2ab09a2145903d0cef6f8593.zip |
dev-perl/constant-defer: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/constant-defer/constant-defer-6.0.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/constant-defer/constant-defer-6.0.0.ebuild b/dev-perl/constant-defer/constant-defer-6.0.0.ebuild deleted file mode 100644 index 817eb3e8e174..000000000000 --- a/dev-perl/constant-defer/constant-defer-6.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR="KRYDE" -DIST_VERSION="6" -inherit perl-module - -DESCRIPTION="constant subs with deferred value calculation" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="test examples" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/perl-Carp" -DEPEND="virtual/perl-ExtUtils-MakeMaker - virtual/perl-Exporter - test? ( virtual/perl-Data-Dumper - virtual/perl-Test - virtual/perl-Test-Simple )" - -src_install() { - perl-module_src_install - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - dodoc -r examples - fi -} |