public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH v2 0/8] eutils/path_exists removal
@ 2018-08-09 15:15 Michał Górny
  2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 1/8] media-plugins/vdr-live: Replace unnecessary path_exists calls Michał Górny
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michał Górny @ 2018-08-09 15:15 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

Hi,

Here's a second version of path_exists cleanup.  This time the few uses
are replaced by inline snippets, and the function is banned completely.

--
Best regards,
Michał Górny

Michał Górny (8):
  media-plugins/vdr-live: Replace unnecessary path_exists calls
  media-plugins/vdr-vdrmanager: Replace unnecessary path_exists call
  net-vpn/openvpn: Remove obsolete postinst warning about old paths
  sys-apps/openrc: Replace path_exists with inline bash test
  www-apps/postfixadmin: Replace path_exists with inline logic
  app-eselect/eselect-opengl: Replace path_exists
  autotools-utils.eclass: Remove EAPI 2&3 support
  eutils.eclass: Ban path_exists

 .../eselect-opengl-1.3.1-r4.ebuild            | 10 ++++--
 eclass/autotools-utils.eclass                 | 29 +++------------
 eclass/eutils.eclass                          | 30 +++-------------
 eclass/tests/eutils_path_exists.sh            | 35 -------------------
 .../vdr-live-0.3.0_p20130504-r1.ebuild        |  2 +-
 .../vdr-live-0.3.0_p20130504-r2.ebuild        |  2 +-
 media-plugins/vdr-live/vdr-live-2.3.1.ebuild  |  2 +-
 .../vdr-vdrmanager/vdr-vdrmanager-0.14.ebuild |  2 +-
 net-vpn/openvpn/openvpn-2.4.4.ebuild          |  5 ---
 net-vpn/openvpn/openvpn-2.4.5.ebuild          |  5 ---
 net-vpn/openvpn/openvpn-2.4.6.ebuild          |  5 ---
 net-vpn/openvpn/openvpn-9999.ebuild           |  5 ---
 sys-apps/openrc/openrc-0.34.11.ebuild         |  2 +-
 www-apps/postfixadmin/postfixadmin-3.1.ebuild | 12 ++++---
 14 files changed, 27 insertions(+), 119 deletions(-)
 delete mode 100755 eclass/tests/eutils_path_exists.sh

-- 
2.18.0



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

end of thread, other threads:[~2018-08-09 15:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 15:15 [gentoo-dev] [PATCH v2 0/8] eutils/path_exists removal Michał Górny
2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 1/8] media-plugins/vdr-live: Replace unnecessary path_exists calls Michał Górny
2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 2/8] media-plugins/vdr-vdrmanager: Replace unnecessary path_exists call Michał Górny
2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 3/8] net-vpn/openvpn: Remove obsolete postinst warning about old paths Michał Górny
2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 4/8] sys-apps/openrc: Replace path_exists with inline bash test Michał Górny
2018-08-09 15:15 ` [gentoo-dev] [PATCH v2 5/8] www-apps/postfixadmin: Replace path_exists with inline logic Michał Górny
2018-08-09 15:16 ` [gentoo-dev] [PATCH v2 6/8] app-eselect/eselect-opengl: Replace path_exists Michał Górny
2018-08-09 15:16 ` [gentoo-dev] [PATCH v2 7/8] autotools-utils.eclass: Remove EAPI 2&3 support Michał Górny
2018-08-09 15:16 ` [gentoo-dev] [PATCH v2 8/8] eutils.eclass: Ban path_exists Michał Górny

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