Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 00/18] Updated EAPI 6 patch set
Date: Mon, 01 Dec 2014 21:29:10
Message-Id: 1417469316-25052-1-git-send-email-mgorny@gentoo.org
1 Hi,
2
3 I've merged the remaining pre-EAPI 6 cleanup with the EAPI 6 patch set,
4 and rebased it on top of master. Other changes since the previous set:
5
6 1. fixed Portage helpers to respect nonfatal properly,
7
8 2. removed '--respect-nonfatal' long option from 'die' -- ulm has
9 suggested that we support only short options for consistency,
10
11 3. removed extraneous Python changes from in_iuse() patch,
12
13 4. banned einstall and deprecated dohtml as decided on the late Council
14 meeting.
15
16 Please review.
17
18 --
19 Best regards,
20 Michał Górny

Replies

Subject Author
[gentoo-portage-dev] [PATCH 01/18] Respect nonfatal in unpack(), econf() and einstall() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 02/18] Apply 'nonfatal' to helpers only "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 03/18] Support EAPI=6_pre1 for testing EAPI6 features "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 04/18] Add tentative support for EAPI6 --docdir and --htmldir "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 05/18] Add tentative support for EAPI6 get_libdir() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 06/18] Add tentative support for EAPI6 einstalldocs function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 07/18] Add tentative support for EAPI6 eapply function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 08/18] Add tentative support for EAPI6 eapply_user function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 09/18] Enable tentative EAPI6 failglob in global scope "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 10/18] Enable tentative support for EAPI6 profile-level directories "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 11/18] Add tentative EAPI6 .txz unpack support "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 12/18] Add tentative EAPI6 absolute path support to unpack() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 13/18] Add tentative EAPI6 nonfatal support to die() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 14/18] Add tentative EAPI6 in_iuse() function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 15/18] Add tentative EAPI6 phase functions "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 16/18] Disallow helpers in global scope in EAPI 6 "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 17/18] Ban einstall for EAPI 6 "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 18/18] Deprecate dohtml for EAPI 6 "Michał Górny" <mgorny@g.o>