diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-08 05:51:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-08 05:51:53 +0200 |
commit | 47035fb9daaacb2ecf64c33b98baeeabff5071e3 (patch) | |
tree | 40855a96d6a03fd090044428418190695f6d1099 /eclass | |
parent | games-engines/openmw: update patch for missing headers (diff) | |
download | gentoo-47035fb9daaacb2ecf64c33b98baeeabff5071e3.tar.gz gentoo-47035fb9daaacb2ecf64c33b98baeeabff5071e3.tar.bz2 gentoo-47035fb9daaacb2ecf64c33b98baeeabff5071e3.zip |
eutils.eclass: Remove dead eclass
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass deleted file mode 100644 index 1e36c78f7780..000000000000 --- a/eclass/eutils.eclass +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# @DEAD -# @ECLASS: eutils.eclass -# @MAINTAINER: -# base-system@gentoo.org -# @SUPPORTED_EAPIS: 6 -# @BLURB: many extra (but common) functions that are used in ebuilds -# @DEPRECATED: native package manager functions, more specific eclasses - -if [[ -z ${_EUTILS_ECLASS} ]]; then -_EUTILS_ECLASS=1 - -# implicitly inherited (now split) eclasses -case ${EAPI} in - 6) inherit desktop edos2unix epatch eqawarn estack ltprune multilib \ - preserve-libs strip-linguas toolchain-funcs vcs-clean wrapper ;; - *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; -esac -fi |