diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 23:52:29 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-24 23:52:29 +0200 |
commit | d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4 (patch) | |
tree | 82ed2e76476826086a655f9ae2b532a4c58835b1 /dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild | |
parent | dev-perl/Parse-Yapp: EAPI=8 bump (diff) | |
download | gentoo-d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4.tar.gz gentoo-d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4.tar.bz2 gentoo-d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4.zip |
dev-perl/Passwd-Linux: EAPI=8 bump
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/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild')
-rw-r--r-- | dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild new file mode 100644 index 000000000000..6503a374cbdd --- /dev/null +++ b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=EESTABROO +DIST_VERSION=1.3 +inherit perl-module + +DESCRIPTION="Perl module for manipulating the passwd and shadow files" + +LICENSE="Artistic" # ??? +SLOT="0" +KEYWORDS="~amd64 ~x86" |