Gentoo Archives: gentoo-dev

From: Maciej Mrozowski <reavertm@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: New eclass: scons.eclass
Date: Sun, 22 Aug 2010 21:04:06
Message-Id: 201008222303.44444.reavertm@gmail.com
In Reply to: [gentoo-dev] Re: New eclass: scons.eclass by "Michał Górny"
1 On Sunday 22 of August 2010 20:39:23 Michał Górny wrote:
2 > Here goes the second revision. A short changelog:
3 >
4 > 83678d1 Export a default pkg_setup() and src_compile().
5 > 7f9b565 Introduce escons() function (similar to emake).
6 > 19b7e14 Use underscores instead of dashes in function names.
7 >
8 > Attaching both the new rev and a diff against the first one.
9
10 I'd suggest providing all src_* phases except src_unpack.
11 Even src_prepare that calls base_src_prepare - to get PATCHES and epatch_user
12 support - for simplicity requiring EAPI-2 as providing src_unpack in
13 buildsystem eclasses is a bad design (like providing src_prepare in scm
14 eclasses - this one is yet to be fixed).
15 Also calling base_src_install in scons_src_install if possible would be nice
16 (DOCS, HTML_DOCS support) - to make it resemble cmake-utils, autotools-utils,
17 and a bit of distutils, qt4-edge and gnome2 eclasses.
18
19 --
20 regards
21 MM

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: New eclass: scons.eclass "Michał Górny" <gentoo@××××××××××.pl>