Gentoo Archives: gentoo-dev

From: "René Neumann" <lists@××××××.eu>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] base.eclass
Date: Sun, 08 Jul 2012 17:51:07
Message-Id: 4FF9C825.2060705@necoro.eu
1 Hi all,
2
3 I'd like just to receive a short clarification about the 'status' of
4 base.eclass: Is this eclass expected to be available everywhere, i.e.
5 should each eclass make sure it imports and incorporates it. Or is it
6 just an eclass like the others and ebuilds should make sure they inherit
7 it if needed?
8
9 In my special case, I discovered that I cannot rely on 'PATCHES' being
10 honored and hence have to introduce something like:
11
12 src_prepare () {
13 epatch "some.patch"
14 distutils_src_prepare
15 }
16
17 And, imho, this is just noise -- having PATCHES=( "some.patch" ) would
18 be clearer :)
19
20 Thanks,
21 René

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] base.eclass Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
Re: [gentoo-dev] base.eclass "Michał Górny" <mgorny@g.o>