Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176818 - perl-module.eclass need add ${myconf} to perl Build.PL
Summary: perl-module.eclass need add ${myconf} to perl Build.PL
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 14:39 UTC by Sergiy Borodych
Modified: 2007-08-20 08:21 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 Sergiy Borodych 2007-05-02 14:39:15 UTC
please add ${myconf} to perl-module.eclass at 121 line
after "perl Build.PL"

for "perl Makefile.PL" it exists and write ebuilds is easy
but for "perl Build.PL" not :(

it need for custom ebuild use
like
if use apache2; then
    myconf="MP2=1"
fi
Comment 1 Sergiy Borodych 2007-08-17 07:49:25 UTC
up
there is who alive ?
it very simple change
please do it
Comment 2 Christian Hartmann (RETIRED) gentoo-dev 2007-08-19 11:40:12 UTC
Sorry for the delay. In cvs now.
Comment 3 Sergiy Borodych 2007-08-20 07:32:11 UTC
thanks :)

but in comments

# 2005.08.19 ian
# Added ${myconf} - bug #176818

I think you want 2007 ;)
Comment 4 Christian Hartmann (RETIRED) gentoo-dev 2007-08-20 08:21:15 UTC
Oh.. :D