Gentoo Archives: gentoo-dev

From: Torsten Veller <ml-en@××××××.net>
To: gentoo-dev@l.g.o
Cc: gentoo-perl@l.g.o
Subject: [gentoo-dev] perl-module.eclass -- review
Date: Fri, 27 Feb 2009 14:12:32
Message-Id: 20090227140852.GA28775@veller.net
1 Please review the attached perl-module.eclass.
2 Patch linked below.
3
4 Changes (#239510):
5 ~~~~~~~
6 - EAPI 2 support
7 - default license
8 - reduced EXPORT_FUNCTIONS for EAPI=2
9 - HOMEPAGE changed
10 - LDFLAGS support
11 - quoting
12 - removes updatepod()
13 - removes .packlist files
14 - removes empty *.bs files
15 - removed BUILDER_VER stuff
16
17
18 IDEAS
19 ~~~~~
20 - remove esvn_clean
21 - cache perlinfo calls
22
23
24 TODO (no showstopper)
25 ~~~~
26 - still no documentation
27 - perl-app.eclass not done
28
29
30 After that perl-module_src_prep calls in ebuilds should be updated
31 (perl-module_src_configure) or removed:
32 | app-pda/pilot-link
33 | dev-perl/GDTextUtil
34 | dev-tex/html2latex
35 | kde-base/dcopperl
36 | mail-filter/spamassassin
37 | sci-libs/gdal
38 | sci-libs/udunit
39
40 Ebuilds with a local perl-module_src_prep function should be fixed too
41 | dev-perl/Alien-wxWidgets
42 | dev-perl/HTML-Mason
43 | www-apps/Embperl/Embperl
44
45
46 git://github.com/tove/perl-eclass.git
47 http://people.gentoo.org/tove/files/perl-module.eclass.diff

Attachments

File name MIME type
perl-module.eclass text/plain

Replies

Subject Author
[gentoo-dev] Re: perl-module.eclass -- review - 2 Torsten Veller <ml-en@××××××.net>
Re: [gentoo-dev] perl-module.eclass -- review "Robin H. Johnson" <robbat2@g.o>