diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-01 21:27:56 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-01 21:27:56 +1300 |
commit | c58141c0896c3022e8edb269448545a9ac4d50c2 (patch) | |
tree | 66545a72461147813c04bf7f19a1d89f8c97adfc /dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild | |
parent | dev-perl/DateTime-Format-Natural: Bump to version 1.110.0 (diff) | |
download | gentoo-c58141c0896c3022e8edb269448545a9ac4d50c2.tar.gz gentoo-c58141c0896c3022e8edb269448545a9ac4d50c2.tar.bz2 gentoo-c58141c0896c3022e8edb269448545a9ac4d50c2.zip |
dev-perl/File-HomeDir: Bump to version 1.6.0
Upstream:
- Minor tooling fixes
- Minor test fixes (only affects == perl 5.8.3)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild')
-rw-r--r-- | dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild b/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild new file mode 100644 index 000000000000..da64f6f2f19d --- /dev/null +++ b/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=REHSACK +DIST_VERSION=1.006 +inherit perl-module + +DESCRIPTION="Get home directory for self or other user" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="+xdg test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-File-Path-2.10.0 + >=virtual/perl-File-Spec-3.120.0 + >=virtual/perl-File-Temp-0.190.0 + >=dev-perl/File-Which-0.50.0 + xdg? ( x11-misc/xdg-user-dirs ) +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.900.0 + ) +" |