summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-29 04:06:41 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-29 04:07:12 +1200
commita0a2c025bdd3f5a10d17f5e52bd280bca2e5e0a8 (patch)
treefb4d3a2dedebdba743ed78c0c4ed3a1770a55326 /dev-perl
parentnet-analyzer/arpwatch: Have configure find sendmail (diff)
downloadgentoo-a0a2c025bdd3f5a10d17f5e52bd280bca2e5e0a8.tar.gz
gentoo-a0a2c025bdd3f5a10d17f5e52bd280bca2e5e0a8.tar.bz2
gentoo-a0a2c025bdd3f5a10d17f5e52bd280bca2e5e0a8.zip
dev-perl/Convert-ASCII-Armour: -r bump for EAPI7
- EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Convert-ASCII-Armour/Convert-ASCII-Armour-1.400.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Convert-ASCII-Armour/Convert-ASCII-Armour-1.400.0-r2.ebuild b/dev-perl/Convert-ASCII-Armour/Convert-ASCII-Armour-1.400.0-r2.ebuild
new file mode 100644
index 000000000000..3c426a736b2c
--- /dev/null
+++ b/dev-perl/Convert-ASCII-Armour/Convert-ASCII-Armour-1.400.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.4
+inherit perl-module
+
+DESCRIPTION="Convert binary octets into ASCII armoured messages"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+
+RDEPEND="virtual/perl-IO-Compress
+ virtual/perl-Digest-MD5
+ virtual/perl-MIME-Base64"
+BDEPEND="${RDEPEND}"