diff options
author | 2021-07-04 00:37:58 +0200 | |
---|---|---|
committer | 2021-07-04 18:36:30 +0200 | |
commit | 0dec989aa5e258c1965b53dc710817f6d970f731 (patch) | |
tree | aad0af45a342498c6ec333e108871492860b6964 /dev-perl/MD5/MD5-2.30.0-r1.ebuild | |
parent | dev-perl/MCE: Version bump 1.874 (diff) | |
download | gentoo-0dec989aa5e258c1965b53dc710817f6d970f731.tar.gz gentoo-0dec989aa5e258c1965b53dc710817f6d970f731.tar.bz2 gentoo-0dec989aa5e258c1965b53dc710817f6d970f731.zip |
dev-perl/MD5: EAPI=8 bump
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/MD5/MD5-2.30.0-r1.ebuild')
-rw-r--r-- | dev-perl/MD5/MD5-2.30.0-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/MD5/MD5-2.30.0-r1.ebuild b/dev-perl/MD5/MD5-2.30.0-r1.ebuild deleted file mode 100644 index 213ffbb62fe1..000000000000 --- a/dev-perl/MD5/MD5-2.30.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=2.03 -inherit perl-module - -DESCRIPTION="The Perl MD5 Module" - -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -RDEPEND="virtual/perl-Digest-MD5" -DEPEND="${RDEPEND}" - -SRC_TEST="do" -export OPTIMIZE="${CFLAGS}" |