Gentoo Archives: gentoo-dev

From: "Paweł Hajdan
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] doheader function for EAPI 5?
Date: Fri, 31 Aug 2012 08:37:02
Message-Id: 50407741.2010701@gentoo.org
In Reply to: [gentoo-dev] doheader function for EAPI 5? by Ulrich Mueller
1 On 8/31/12 10:20 AM, Ulrich Mueller wrote:
2 > A new "doheader" (and "newheader") helper function is on our list of
3 > possible EAPI 5 features. It would be very easy to implement, just
4 > copy the code from doconfd or doenvd.
5
6 I'm somewhat interested. Here's the current code dev-lang/v8 uses to
7 install headers:
8
9 insinto /usr
10 doins -r include || die
11
12 Using e.g. "doheader include/*" is slightly prettier IMHO, but it's not
13 a big deal.
14
15 Paweł

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] doheader function for EAPI 5? Sergey Popov <pinkbyte@g.o>