dev-perl/Filesys-DiskSpace: EAPI6 + tests
authorKent Fredric <kentnl@gentoo.org>
Sat, 21 Oct 2017 09:03:15 +0000 (22:03 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sat, 21 Oct 2017 09:25:12 +0000 (22:25 +1300)
- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild [new file with mode: 0644]

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 (file)
index 0000000..c142dac
--- /dev/null
@@ -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
+}