mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
23
dev-perl/File-KeePass/File-KeePass-2.30.0-r1.ebuild
Normal file
23
dev-perl/File-KeePass/File-KeePass-2.30.0-r1.ebuild
Normal 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
|
||||
"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user