Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 0/3] Further cleanup of eutils.eclass
Date: Fri, 24 Nov 2017 12:58:24
Message-Id: cover.1511526872.git.ulm@gentoo.org
1 We already had a first round of cleanup in March of this year, where
2 some of the functions (epatch being the most prominent of them) were
3 moved to their own dedicated eclasses.
4
5 The following series of patches removes two deprecated functions, and
6 splits others off into their own dedicated eclass. Other than that,
7 there are no code changes.
8
9 For existing EAPIs, the split-off eclass will still be inherited by
10 eutils. The plan would be to drop that inherit in EAPI 7.
11
12 Please review.
13
14 Ulrich Müller (3):
15 eutils.eclass: Remove check_license function.
16 eutils.eclass: Remove validate_desktop_entries function.
17 desktop.eclass: Split off desktop, menu, and icon functions from
18 eutils.
19
20 eclass/desktop.eclass | 395 +++++++++++++++++++++++++++++++++++++++++++++
21 eclass/eutils.eclass | 435 ++------------------------------------------------
22 2 files changed, 404 insertions(+), 426 deletions(-)
23 create mode 100644 eclass/desktop.eclass
24
25 --
26 2.15.0

Replies