Not much to say about it: It's a useless eclass anyway.
Now it has EAPI=2 support too.
The new eclass and
a diff of the relevant parts of current perl-module.eclass and perl-apps.eclass
are attached.
I want to commit it soon too.
Thanks
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/perl-app.eclass,v 1.10 2006/12/09 14:34:01 mcummings Exp $
# Author: Michael Cummings <mcummings@gentoo.org>
# Maintained by the Perl herd <perl@gentoo.org>
inherit perl-module
case "${EAPI:-0}" in
0|1) EXPORT_FUNCTIONS src_compile ;;
2) EXPORT_FUNCTIONS src_configure src_compile ;;
esac
perl-app_src_compile() {
has "${EAPI:-0}" 0 1 && perl-app_src_prep
perl-module_src_compile
}
--- perl-module.eclass.orig_minimal 2009-03-05 15:39:47.000000000 +0100
+++ perl-app.eclass.orig_minimal 2009-03-05 15:40:13.000000000 +0100
@@ -1,9 +1,13 @@
-inherit base
+# The perl-app eclass is designed to allow easier installation of perl
+# apps, ineheriting the full structure of the perl-module eclass but allowing
+# man3 pages to be built. This is to work around a collision-protect bug in the
+# default perl-module eclass