Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575632 - EAPI rot in webapp-experimental, and needs some TLC.
Summary: EAPI rot in webapp-experimental, and needs some TLC.
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 12:36 UTC by Nico Baggus
Modified: 2016-02-27 11:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Baggus 2016-02-25 12:36:54 UTC
Due to raising the EAPI requirements && modifications in eclasses
a lot of webapp-experimental packages failing to meet requirements...

Reproducible: Always

Steps to Reproduce:
1.  just synchronize with webapp-experimental as one of the layman items.
2.
3.
Actual Results:  
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                     ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Class-InsideOut/Class-InsideOut-1.08.ebuild'
 *   Class-InsideOut-1.08.ebuild, line   5:  Called inherit 'perl-module'
 *                     ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                     ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *            perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Class-InsideOut-1.08::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Class-InsideOut-1.08::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Class-InsideOut-1.08'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Class-InsideOut/Class-InsideOut-1.08.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Class-Std-0.0.8::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Class-Std/Class-Std-0.0.8.ebuild'
 *   Class-Std-0.0.8.ebuild, line   5:  Called inherit 'perl-module'
 *                ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *       perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Class-Std-0.0.8::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Class-Std-0.0.8::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Class-Std-0.0.8'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Class-Std/Class-Std-0.0.8.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Color-Calc-1.04::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Color-Calc/Color-Calc-1.04.ebuild'
 *   Color-Calc-1.04.ebuild, line   5:  Called inherit 'perl-module'
 *                ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *       perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Color-Calc-1.04::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Color-Calc-1.04::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Color-Calc-1.04'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Color-Calc/Color-Calc-1.04.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Config-JSON-1.1.1::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                  ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Config-JSON/Config-JSON-1.1.1.ebuild'
 *   Config-JSON-1.1.1.ebuild, line   5:  Called inherit 'perl-module'
 *                  ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                  ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *         perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Config-JSON-1.1.1::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Config-JSON-1.1.1::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Config-JSON-1.1.1'

ebuild failed with status 1


Expected Results:  
no errors etc.
Comment 1 Nico Baggus 2016-02-25 12:37:40 UTC
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Config-JSON/Config-JSON-1.1.1.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Data-Structure-Util-0.12::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                         ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Data-Structure-Util/Data-Structure-Util-0.12.ebuild'
 *   Data-Structure-Util-0.12.ebuild, line   5:  Called inherit 'perl-module'
 *                         ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                         ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *                perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Data-Structure-Util-0.12::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Data-Structure-Util-0.12::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Data-Structure-Util-0.12'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Data-Structure-Util/Data-Structure-Util-0.12.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/DateTime-Format-Strptime-1.0702::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                                ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0702.ebuild'
 *   DateTime-Format-Strptime-1.0702.ebuild, line   5:  Called inherit 'perl-module'
 *                                ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                                ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *                       perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/DateTime-Format-Strptime-1.0702::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/DateTime-Format-Strptime-1.0702::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/DateTime-Format-Strptime-1.0702'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0702.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/File-Copy-Link-0.100::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                     ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/File-Copy-Link/File-Copy-Link-0.100.ebuild'
 *   File-Copy-Link-0.100.ebuild, line   5:  Called inherit 'perl-module'
 *                     ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                     ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *            perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/File-Copy-Link-0.100::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/File-Copy-Link-0.100::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/File-Copy-Link-0.100'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/File-Copy-Link/File-Copy-Link-0.100.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Graphics-ColorNames-1.06::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                         ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Graphics-ColorNames/Graphics-ColorNames-1.06.ebuild'
 *   Graphics-ColorNames-1.06.ebuild, line   5:  Called inherit 'perl-module'
 *                         ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                         ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *                perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Graphics-ColorNames-1.06::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Graphics-ColorNames-1.06::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Graphics-ColorNames-1.06'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Graphics-ColorNames/Graphics-ColorNames-1.06.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Graphics-ColorNames-WWW-0.01::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                             ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Graphics-ColorNames-WWW/Graphics-ColorNames-WWW-0.01.ebuild'
 *   Graphics-ColorNames-WWW-0.01.ebuild, line   5:  Called inherit 'perl-module'
 *                             ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                             ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *                    perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Graphics-ColorNames-WWW-0.01::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Graphics-ColorNames-WWW-0.01::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Graphics-ColorNames-WWW-0.01'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Graphics-ColorNames-WWW/Graphics-ColorNames-WWW-0.01.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/HTML-Highlight-0.20::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                    ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild'
 *   HTML-Highlight-0.20.ebuild, line   5:  Called inherit 'perl-module'
 *                    ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                    ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *           perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/HTML-Highlight-0.20::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/HTML-Highlight-0.20::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/HTML-Highlight-0.20'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/HTML-Highlight/HTML-Highlight-0.20.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/HTML-TagFilter-1.03::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                    ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/HTML-TagFilter/HTML-TagFilter-1.03.ebuild'
 *   HTML-TagFilter-1.03.ebuild, line   5:  Called inherit 'perl-module'
 *                    ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                    ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *           perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/HTML-TagFilter-1.03::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/HTML-TagFilter-1.03::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/HTML-TagFilter-1.03'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/HTML-TagFilter/HTML-TagFilter-1.03.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Log-Log4perl-1.14::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                  ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Log-Log4perl/Log-Log4perl-1.14.ebuild'
 *   Log-Log4perl-1.14.ebuild, line   5:  Called inherit 'perl-module'
 *                  ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                  ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *         perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Log-Log4perl-1.14::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Log-Log4perl-1.14::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Log-Log4perl-1.14'

ebuild failed with status 1
Comment 2 Nico Baggus 2016-02-25 12:37:51 UTC
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Log-Log4perl/Log-Log4perl-1.14.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Test-MockObject-1.08::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                     ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Test-MockObject/Test-MockObject-1.08.ebuild'
 *   Test-MockObject-1.08.ebuild, line   5:  Called inherit 'perl-module'
 *                     ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                     ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *            perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Test-MockObject-1.08::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Test-MockObject-1.08::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Test-MockObject-1.08'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Test-MockObject/Test-MockObject-1.08.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Text-CSV_XS-0.32::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                 ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Text-CSV_XS/Text-CSV_XS-0.32.ebuild'
 *   Text-CSV_XS-0.32.ebuild, line   5:  Called inherit 'perl-module'
 *                 ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                 ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *        perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Text-CSV_XS-0.32::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Text-CSV_XS-0.32::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Text-CSV_XS-0.32'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Text-CSV_XS/Text-CSV_XS-0.32.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Tie-CPHash-1.03::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Tie-CPHash/Tie-CPHash-1.03.ebuild'
 *   Tie-CPHash-1.03.ebuild, line   5:  Called inherit 'perl-module'
 *                ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *       perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Tie-CPHash-1.03::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Tie-CPHash-1.03::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Tie-CPHash-1.03'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Tie-CPHash/Tie-CPHash-1.03.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Time-Format-1.02::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                 ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Time-Format/Time-Format-1.02.ebuild'
 *   Time-Format-1.02.ebuild, line   5:  Called inherit 'perl-module'
 *                 ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                 ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *        perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Time-Format-1.02::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Time-Format-1.02::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Time-Format-1.02'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Time-Format/Time-Format-1.02.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/UNIVERSAL-isa-0.06::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                   ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-0.06.ebuild'
 *   UNIVERSAL-isa-0.06.ebuild, line   5:  Called inherit 'perl-module'
 *                   ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                   ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *          perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/UNIVERSAL-isa-0.06::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/UNIVERSAL-isa-0.06::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/UNIVERSAL-isa-0.06'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-0.06.ebuild
     Reading category  43|164 ( 26%): dev-perl .. * ERROR: dev-perl/Weather-Com-0.5.3::webapp-experimental failed (depend phase):
 *   EAPI= is not supported by perl-module.eclass
 * 
 * Call stack:
 *                  ebuild.sh, line 624:  Called source '/var/lib/layman/webapp-experimental/dev-perl/Weather-Com/Weather-Com-0.5.3.ebuild'
 *   Weather-Com-0.5.3.ebuild, line   5:  Called inherit 'perl-module'
 *                  ebuild.sh, line 320:  Called __qa_source '/usr/portage/eclass/perl-module.eclass'
 *                  ebuild.sh, line 120:  Called source '/usr/portage/eclass/perl-module.eclass'
 *         perl-module.eclass, line  31:  Called die
 * The specific snippet of code:
 *              die "EAPI=${EAPI} is not supported by perl-module.eclass"
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Weather-Com-0.5.3::webapp-experimental'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Weather-Com-0.5.3::webapp-experimental'`.
 * Working directory: '/usr/lib/python2.7/site-packages'
 * S: '/Weather-Com-0.5.3'

ebuild failed with status 1
     Reading category  43|164 ( 26%): dev-perl ..
Could not properly execute /var/lib/layman/webapp-experimental/dev-perl/Weather-Com/Weather-Com-0.5.3.ebuild
     Reading category 107|164 ( 65%): net-mail ../var/lib/layman/webapp-experimental/net-mail/web-cyradm/web-cyradm-0.5.4-r3.ebuild: line 30: need_php4_httpd: command not found
     Reading category 148|164 ( 90%): www-apps ../var/lib/layman/webapp-experimental/www-apps/activecollab/activecollab-0.7.1.ebuild: line 18: need_php5_httpd: command not found
/var/lib/layman/webapp-experimental/www-apps/bophp/bophp-0.13.1.ebuild: line 18: need_php4_httpd: command not found
/var/lib/layman/webapp-experimental/www-apps/knowledgetree/knowledgetree-3.5.1.ebuild: line 44: need_php5_httpd: command not found
/var/lib/layman/webapp-experimental/www-apps/outreach/outreach-1.2.7.ebuild: line 25: need_php4_httpd: command not found
/var/lib/layman/webapp-experimental/www-apps/serverstats/serverstats-0.8.2.ebuild: line 20: need_php5_httpd: command not found
/var/lib/layman/webapp-experimental/www-apps/sugarcrm/sugarcrm-4.5.1h.ebuild: line 28: need_php5_httpd: command not found
 * 
 * "/var/lib/layman/webapp-experimental/www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild":
 * Deprecation Warning: Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated.
 * The ebuild should to be fixed. Please report a bug, if it has not been already reported.
 * 
 * 
 * "/var/lib/layman/webapp-experimental/www-apps/trac-accountmanager/trac-accountmanager-0.2.ebuild":
 * Deprecation Warning: Usage of distutils.eclass in packages not supporting installation
 * for multiple Python ABIs in EAPI <=2 is deprecated.
 * The ebuild should to be fixed. Please report a bug, if it has not been already reported.
 * 
/var/lib/layman/webapp-experimental/www-apps/typo3_src/typo3_src-4.1.3.ebuild: line 19: need_php5_httpd: command not found
Comment 3 Nico Baggus 2016-02-25 12:39:08 UTC
in short the webapp-experimental needs some TLC.
Comment 4 Michael Palimaka (kensington) gentoo-dev 2016-02-25 12:45:08 UTC
It appears to have been removed from the overlay list for quite some time.

https://gitweb.gentoo.org/data/api.git/commit/?id=476b7fa5dbe9ecae4b13e27292e88111b8b9914f
Comment 5 Nico Baggus 2016-02-25 14:48:38 UTC
appearantly i never got a message about it.
layman can still sync it... 
(I do know other layers were really removed..., ie. could not sync anymore).

It cannot be found anymore, but existing reference still seem to work.
Comment 6 Michael Palimaka (kensington) gentoo-dev 2016-02-25 14:55:10 UTC
The repository still exists because we don't usually delete old Gentoo-hosted repositories.

I suggest simply removing this repository locally. It is unmaintained and and its entry was removed from repositories.xml so it no longer appears in the layman list, so there's no further action we can take.