dev-perl/File-KeePass: EAPI6, metadata.

- EAPI6
- Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-21 21:20:51 +13:00
parent 8761f2f66d
commit be186a4470
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RHANDOM
DIST_VERSION="2.03"
inherit perl-module
DESCRIPTION="Interface to KeePass V1 and V2 database files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/Crypt-Rijndael-1
>=virtual/perl-Digest-SHA-1
>=virtual/perl-MIME-Base64-1
dev-perl/XML-Parser
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">File-KeePass</remote-id>
<remote-id type="cpan-module">File::KeePass</remote-id>
</upstream>
</pkgmetadata>