diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:56:32 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:57:09 +1300 |
commit | 45bc7c1a63a37e6c0f698e4d1e6666bb65286c1b (patch) | |
tree | f5b38cf37cf6993c8d9396e727b469ec1f7acad6 /dev-perl/Bit-Vector | |
parent | dev-perl/BSD-Resource: Cleanup old 1.291.100 (diff) | |
download | gentoo-45bc7c1a63a37e6c0f698e4d1e6666bb65286c1b.tar.gz gentoo-45bc7c1a63a37e6c0f698e4d1e6666bb65286c1b.tar.bz2 gentoo-45bc7c1a63a37e6c0f698e4d1e6666bb65286c1b.zip |
dev-perl/Bit-Vector: Cleanup old 7.400.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Bit-Vector')
-rw-r--r-- | dev-perl/Bit-Vector/Bit-Vector-7.400.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Bit-Vector/Bit-Vector-7.400.0.ebuild b/dev-perl/Bit-Vector/Bit-Vector-7.400.0.ebuild deleted file mode 100644 index e3e13608e42e..000000000000 --- a/dev-perl/Bit-Vector/Bit-Vector-7.400.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=STBEY -MODULE_VERSION=7.4 -inherit perl-module - -DESCRIPTION="Efficient bit vector, set of integers and big int math library" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - >=dev-perl/Carp-Clan-5.300.0 - >=virtual/perl-Storable-2.210.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -SRC_TEST="do" |