commit: d84c301e26dc9686cd19487b87ce60c684352219
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 09:03:15 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 09:25:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84c301e
dev-perl/Filesys-DiskSpace: EAPI6 + tests
- EAPI6ify
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Filesys-DiskSpace-0.50.0-r2.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..c142dacd3e1
--- /dev/null
+++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FTASSIN
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Perl df"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_test() {
+ #https://rt.cpan.org/Ticket/Display.html?id=108971
+ perl_rm_files t/linux-ext2.t
+ perl-module_src_test
+}