diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-27 21:02:00 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-27 21:13:21 +0200 |
commit | ba91fd029719222f87fb56e18f353f8f176863ec (patch) | |
tree | a0681ffd0fbe6a86b4de3f56f083cb793c4af1d7 /dev-perl/User-Identity/User-Identity-1.0.0.ebuild | |
parent | dev-perl/LWP-UserAgent-Cached: Version bump 0.08 (diff) | |
download | gentoo-ba91fd029719222f87fb56e18f353f8f176863ec.tar.gz gentoo-ba91fd029719222f87fb56e18f353f8f176863ec.tar.bz2 gentoo-ba91fd029719222f87fb56e18f353f8f176863ec.zip |
dev-perl/User-Identity: Version bump 1.00
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/User-Identity/User-Identity-1.0.0.ebuild')
-rw-r--r-- | dev-perl/User-Identity/User-Identity-1.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/User-Identity/User-Identity-1.0.0.ebuild b/dev-perl/User-Identity/User-Identity-1.0.0.ebuild new file mode 100644 index 000000000000..bbab0b50632f --- /dev/null +++ b/dev-perl/User-Identity/User-Identity-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MARKOV +DIST_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Maintains info about a physical person" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !<dev-perl/Geography-Countries-1.400.0 +" +# dev-perl/TimeDate +# dev-perl/Geography-Countries +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" |