Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 0/8] eutils/path_exists removal
Date: Thu, 09 Aug 2018 15:16:19
Message-Id: 20180809151602.11147-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a second version of path_exists cleanup. This time the few uses
4 are replaced by inline snippets, and the function is banned completely.
5
6 --
7 Best regards,
8 Michał Górny
9
10 Michał Górny (8):
11 media-plugins/vdr-live: Replace unnecessary path_exists calls
12 media-plugins/vdr-vdrmanager: Replace unnecessary path_exists call
13 net-vpn/openvpn: Remove obsolete postinst warning about old paths
14 sys-apps/openrc: Replace path_exists with inline bash test
15 www-apps/postfixadmin: Replace path_exists with inline logic
16 app-eselect/eselect-opengl: Replace path_exists
17 autotools-utils.eclass: Remove EAPI 2&3 support
18 eutils.eclass: Ban path_exists
19
20 .../eselect-opengl-1.3.1-r4.ebuild | 10 ++++--
21 eclass/autotools-utils.eclass | 29 +++------------
22 eclass/eutils.eclass | 30 +++-------------
23 eclass/tests/eutils_path_exists.sh | 35 -------------------
24 .../vdr-live-0.3.0_p20130504-r1.ebuild | 2 +-
25 .../vdr-live-0.3.0_p20130504-r2.ebuild | 2 +-
26 media-plugins/vdr-live/vdr-live-2.3.1.ebuild | 2 +-
27 .../vdr-vdrmanager/vdr-vdrmanager-0.14.ebuild | 2 +-
28 net-vpn/openvpn/openvpn-2.4.4.ebuild | 5 ---
29 net-vpn/openvpn/openvpn-2.4.5.ebuild | 5 ---
30 net-vpn/openvpn/openvpn-2.4.6.ebuild | 5 ---
31 net-vpn/openvpn/openvpn-9999.ebuild | 5 ---
32 sys-apps/openrc/openrc-0.34.11.ebuild | 2 +-
33 www-apps/postfixadmin/postfixadmin-3.1.ebuild | 12 ++++---
34 14 files changed, 27 insertions(+), 119 deletions(-)
35 delete mode 100755 eclass/tests/eutils_path_exists.sh
36
37 --
38 2.18.0

Replies