public inbox for gentoo-pms@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-pms] EAPI 6 draft for review
@ 2015-10-15 10:49 Ulrich Müller
  2015-10-15 10:50 ` [gentoo-pms] [PATCH 01/22] Add an EAPI 6 identical to EAPI 5 Ulrich Müller
                   ` (21 more replies)
  0 siblings, 22 replies; 53+ messages in thread
From: Ulrich Müller @ 2015-10-15 10:49 UTC (permalink / raw
  To: gentoo-pms, gentoo-dev-announce

The first draft of EAPI 6 is ready. I shall post it as a series of
22 patches following this message in the gentoo-pms mailing list.

Please review. The goal is to have the draft ready for approval in the
council's November meeting.

For convenience, I have also uploaded a rendered version of EAPI 6:
http://dev.gentoo.org/~ulm/pms/6-draft/
Especially, the list of changes from EAPI 5 to EAPI 6 is here:
http://dev.gentoo.org/~ulm/pms/6-draft/pms.html#x1-184000E

Ulrich


Michael Palimaka (1):
  EAPI 6 supports package.* and use.* directories.

Michał Górny (2):
  EAPI 6: Explain eapply behavior.
  EAPI 6 has get_libdir.

Ulrich Müller (19):
  Add an EAPI 6 identical to EAPI 5.
  Rework the EAPI feature table.
  Reformat EAPI tables to be more compact.
  Delete redundant sentence in the list of defined EAPIs.
  EAPI 6: Bash version is 4.2.
  EAPI 6 enables failglob in global scope.
  EAPI 6: einstall banned.
  EAPI 6: die and assert called with -n respect nonfatal.
  EAPI 6 has eapply.
  EAPI 6 has eapply_user.
  EAPI 6 has a default src_prepare.
  EAPI 6: econf adds --docdir and --htmldir.
  EAPI 6 has in_iuse.
  EAPI 6: unpack supports absolute and relative paths.
  EAPI 6: unpack supports txz.
  EAPI 6: unpack matches filename extensions case-insensitively.
  EAPI 6 has einstalldocs.
  EAPI 6 has a different src_install implementation.
  Merge several EAPI feature tables.

 dependencies.tex        | 118 +++++-----
 eapi-differences.tex    | 198 ++++++++++------
 eapis.tex               |  18 +-
 ebuild-env-commands.tex |  40 ++--
 ebuild-env-vars.tex     |  99 ++++----
 ebuild-format.tex       |  11 +-
 ebuild-functions.tex    | 258 ++++++++++-----------
 ebuild-vars.tex         |  93 ++++----
 merge.tex               |  20 +-
 pkg-mgr-commands.tex    | 585 ++++++++++++++++++++++++++++++------------------
 pms.tex                 |   4 +-
 profile-variables.tex   |  23 +-
 profiles.tex            |  56 +++--
 13 files changed, 854 insertions(+), 669 deletions(-)

-- 
2.6.1



^ permalink raw reply	[flat|nested] 53+ messages in thread

end of thread, other threads:[~2015-11-07  9:03 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 10:49 [gentoo-pms] EAPI 6 draft for review Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 01/22] Add an EAPI 6 identical to EAPI 5 Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 02/22] Rework the EAPI feature table Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 03/22] Reformat EAPI tables to be more compact Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 04/22] Delete redundant sentence in the list of defined EAPIs Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 05/22] EAPI 6 supports package.* and use.* directories Ulrich Müller
2015-11-05 18:38   ` David Leverton
2015-11-05 19:11     ` Ulrich Mueller
2015-11-05 22:14     ` Michał Górny
2015-11-05 22:25       ` Ulrich Mueller
2015-11-06 21:38         ` Michał Górny
2015-11-06 22:52           ` Ulrich Mueller
2015-11-05 22:07   ` Michał Górny
2015-11-06 21:32   ` David Leverton
2015-11-06 23:27     ` Ulrich Mueller
2015-11-07  0:08       ` Ulrich Mueller
2015-11-07  0:12       ` David Leverton
2015-11-07  0:58         ` Ulrich Mueller
2015-11-07  9:03         ` Michał Górny
2015-10-15 10:50 ` [gentoo-pms] [PATCH 06/22] EAPI 6: Bash version is 4.2 Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 07/22] EAPI 6 enables failglob in global scope Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 08/22] EAPI 6: einstall banned Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 09/22] EAPI 6: die and assert called with -n respect nonfatal Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 10/22] EAPI 6 has eapply Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 11/22] EAPI 6: Explain eapply behavior Ulrich Müller
2015-10-16 10:08   ` Michał Górny
2015-10-16 15:45     ` Ulrich Mueller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 12/22] EAPI 6 has eapply_user Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 13/22] EAPI 6 has a default src_prepare Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 14/22] EAPI 6: econf adds --docdir and --htmldir Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 15/22] EAPI 6 has in_iuse Ulrich Müller
2015-10-15 16:40   ` Ciaran McCreesh
2015-10-15 16:49     ` Ulrich Mueller
2015-10-15 16:56       ` Ciaran McCreesh
2015-10-15 17:05         ` Ulrich Mueller
2015-10-15 17:11           ` Ciaran McCreesh
2015-10-15 17:51             ` [gentoo-pms] [PATCH] Calling a USE list function in global scope is an error Ulrich Müller
2015-10-18 11:14               ` [gentoo-pms] " Ulrich Mueller
2015-10-15 18:34         ` [gentoo-pms] [PATCH 15/22] EAPI 6 has in_iuse Michał Górny
2015-10-15 18:33     ` Michał Górny
2015-10-15 10:50 ` [gentoo-pms] [PATCH 16/22] EAPI 6: unpack supports absolute and relative paths Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 17/22] EAPI 6: unpack supports txz Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 18/22] EAPI 6: unpack matches filename extensions case-insensitively Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 19/22] EAPI 6 has einstalldocs Ulrich Müller
2015-11-03 17:24   ` David Leverton
2015-11-03 17:53     ` Michał Górny
2015-11-03 19:51       ` Ulrich Mueller
2015-11-03 19:44     ` Ulrich Mueller
2015-11-03 20:36       ` Ulrich Mueller
2015-11-03 23:07         ` David Leverton
2015-10-15 10:50 ` [gentoo-pms] [PATCH 20/22] EAPI 6 has a different src_install implementation Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 21/22] EAPI 6 has get_libdir Ulrich Müller
2015-10-15 10:50 ` [gentoo-pms] [PATCH 22/22] Merge several EAPI feature tables Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox