Gentoo Archives: gentoo-dev

From: Maciej Mrozowski <reavertm@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [Survey || RFC] autotools-utils.eclass
Date: Tue, 25 May 2010 11:03:06
Message-Id: 201005251302.56615.reavertm@gmail.com
1 Is anyone interested in cmake-utils like autotools/base wrapper?
2
3 Features:
4 - base.eclass autopatcher (including user patches)
5 - myeconfargs - econf arguments as Bash array (usage like mycmakeargs in
6 cmake-utils)
7 - out of source build (enabled by default) with overridable build dir location
8 - static archives handling (enable/disable static based on static-libs in
9 IUSE)
10 - libtool archives removal (depending on static-libs USE flag)
11 - enable/disable debug handling (debug in IUSE)
12 - cmake-utils resemblance (DOCS, HTML_DOCS variables)
13 - ???
14 - Profit! ;)
15
16 Example usage in attached clucene-0.9.21b-r1.
17 Also a patch for base.eclass to make it's econf accept arguments + some random
18 function documentation fix.
19
20 --
21 regards
22 MM

Attachments

File name MIME type
base.eclass.diff text/x-patch
autotools-utils.eclass text/plain
clucene-0.9.21b-r1.ebuild text/plain

Replies

Subject Author
Re: [gentoo-dev] [Survey || RFC] autotools-utils.eclass Mike Frysinger <vapier@g.o>
[gentoo-dev] Re: [Survey || RFC] autotools-utils.eclass Maciej Mrozowski <reavertm@×××××.com>