summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-21 19:18:32 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-21 21:37:56 +1300
commit5f56f60ba888f139f67d67e362d9f8e8b6dc4313 (patch)
tree1c0a4a2726b82a1387283e09a222301aeee7abc6 /dev-perl/File-chdir/File-chdir-0.101.100.ebuild
parentdev-perl/File-Which: Bump to version 1.220.0 (diff)
downloadgentoo-5f56f60ba888f139f67d67e362d9f8e8b6dc4313.tar.gz
gentoo-5f56f60ba888f139f67d67e362d9f8e8b6dc4313.tar.bz2
gentoo-5f56f60ba888f139f67d67e362d9f8e8b6dc4313.zip
dev-perl/File-chdir: Bump to version 0.101.100
- EAPI6 Upstream: - Documentation fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/File-chdir/File-chdir-0.101.100.ebuild')
-rw-r--r--dev-perl/File-chdir/File-chdir-0.101.100.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild
new file mode 100644
index 000000000000..383365f3bc1a
--- /dev/null
+++ b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.1011
+inherit perl-module
+
+DESCRIPTION="An alternative to File::Spec and CWD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ >=virtual/perl-File-Spec-3.27
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? ( virtual/perl-Test-Simple )
+"