summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-28 22:00:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-28 22:01:07 +0200
commit2a847f6f110008fe21352d95175da50ced1c5dbe (patch)
tree75a4caf6e024909bfbe5e338e69a862b99c2c60d /dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild
parentdev-perl/File-HomeDir: Remove old (diff)
downloadgentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.tar.gz
gentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.tar.bz2
gentoo-2a847f6f110008fe21352d95175da50ced1c5dbe.zip
dev-perl/File-KeePass: EAPI=8 bump
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-KeePass/File-KeePass-2.30.0-r2.ebuild')
-rw-r--r--dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild b/dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild
new file mode 100644
index 000000000000..c5923c522776
--- /dev/null
+++ b/dev-perl/File-KeePass/File-KeePass-2.30.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RHANDOM
+DIST_VERSION=2.03
+inherit perl-module
+
+DESCRIPTION="Interface to KeePass V1 and V2 database files"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ >=dev-perl/Crypt-Rijndael-1
+ >=virtual/perl-Digest-SHA-1
+ >=virtual/perl-MIME-Base64-1
+ dev-perl/XML-Parser
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"