Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 495028 - [perl-experimental overlay] dev-perl/Module-Build-Tiny-0.026? version bump
Summary: [perl-experimental overlay] dev-perl/Module-Build-Tiny-0.026? version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 17:15 UTC by Alex Efros
Modified: 2013-12-22 19:52 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 Alex Efros 2013-12-22 17:15:40 UTC
Some modules require newer Module-Build-Tiny (for ex. Dist-Zilla-Plugin-ModuleBuildTiny-0.005 require Module-Build-Tiny-0.026) which result in breaking g-cpan while generating ebuild for it.

I'm asking because it's not ease to just rename this ebuild and add it to own overlay - it use custom eclass, so we need to either copy eclass too or add dependency on perl-experimental (or -snapshot?) overlay in metadata/layout.conf - i.e. it's overcomplicated.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2013-12-22 18:31:19 UTC
https://github.com/gentoo-perl/perl-experimental/commit/8978e10ba6f7727ddce3417f22cb6044e17e074d

Will replicate to -snapshot shortly.
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2013-12-22 18:32:35 UTC
Though, if you have anything with Module::Build::Tiny as a dependency for building, you'll want that eclass too.

Because the standard one assumes Module::Build semantics, which just bail due to invoking a command that doesn't exist on MB:Tiny.
Comment 3 Alex Efros 2013-12-22 19:52:58 UTC
(In reply to Kent Fredric from comment #2)
> Though, if you have anything with Module::Build::Tiny as a dependency for
> building, you'll want that eclass too.

Not really, see bug 495044.