diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 20:49:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-29 21:51:23 +0200 |
commit | a1df274f157908a172e068f4c66d87eefbe7e120 (patch) | |
tree | 0f5290827c44e48eb5502e3e20200259ff132e80 /dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | |
parent | sys-kernel/linux-firmware: Version bump (diff) | |
download | gentoo-a1df274f157908a172e068f4c66d87eefbe7e120.tar.gz gentoo-a1df274f157908a172e068f4c66d87eefbe7e120.tar.bz2 gentoo-a1df274f157908a172e068f4c66d87eefbe7e120.zip |
dev-perl/File-ShareDir-Install: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild')
-rw-r--r-- | dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild deleted file mode 100644 index 4c2e2612f035..000000000000 --- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=0.11 - -inherit perl-module - -DESCRIPTION="Install shared files" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-File-Spec - virtual/perl-IO -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Path - virtual/perl-Module-Metadata - virtual/perl-Test-Simple - ) -" -DIST_TEST="do" # RT#111296 - -src_prepare() { - PERL_MM_FALLBACK_SILENCE_WARNING=1 perl-module_src_prepare -} |