Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCHES] Initial EAPI6 patch set for review
Date: Mon, 18 Aug 2014 17:56:06
Message-Id: 1408384612-14713-1-git-send-email-mgorny@gentoo.org
1 Here are my patches drafting the first implementations of various parts
2 of EAPI6, based on top of my cleaned up portage base (see the previous
3 patch serie).
4
5 Unless I've missed something, it includes all Council-approved items
6 except for runtime USE, and additionally --docdir and --htmldir. Please
7 review, comment and possibly test.
8
9 The easy way:
10
11 portage_LIVE_REPO=https://github.com/mgorny/portage.git
12 portage_LIVE_BRANCH=eapi6
13
14 --
15 Michał Górny

Replies

Subject Author
[gentoo-portage-dev] [PATCH 01/13] Support EAPI=6_pre1 for testing EAPI6 features "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 02/13] Add tentative support for EAPI6 --docdir and --htmldir "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 03/13] Add tentative support for EAPI6 get_libdir() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 04/13] Add tentative support for EAPI6 einstalldocs function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 05/13] Add tentative support for EAPI6 eapply function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 06/13] Add tentative support for EAPI6 eapply_user function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 07/13] Enable tentative EAPI6 failglob in global scope "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 08/13] Enable tentative support for EAPI6 profile-level directories "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 09/13] Add tentative EAPI6 .txz unpack support "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 10/13] Add tentative EAPI6 absolute path support to unpack() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 11/13] Add tentative EAPI6 nonfatal support to die() "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 12/13] Add tentative EAPI6 in_iuse() function "Michał Górny" <mgorny@g.o>
[gentoo-portage-dev] [PATCH 13/13] Add tentative EAPI6 phase functions "Michał Górny" <mgorny@g.o>
Re: [gentoo-portage-dev] [PATCHES] Initial EAPI6 patch set for review "Michał Górny" <mgorny@g.o>