Remove systemd_to_myeconfargs function that was supposed to be removed
2013-10-11. It is no longer used by any ebuild in the repository.
---
eclass/systemd.eclass | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
index ed787c3..0b2cc8e 100644
--- a/eclass/systemd.eclass
+++ b/eclass/systemd.eclass
@@ -25,7 +25,7 @@
# }
# @CODE
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
case ${EAPI:-0} in
0|1|2|3|4|5) ;;
@@ -331,23 +331,6 @@ systemd_with_utildir() {
echo --with-systemdutildir="$(systemd_get_utildir)"
}
-# @FUNCTION: systemd_to_myeconfargs
-# @DESCRIPTION:
-# Add '--with-systemdsystemunitdir' as expected by systemd-aware configure
-# scripts to the myeconfargs variable used by autotools-utils eclass. Handles
-# quoting automatically.
-systemd_to_myeconfargs() {
- debug-print-function ${FUNCNAME} "${@}"
-
- eqawarn 'systemd_to_myeconfargs() is deprecated and will be removed on
2013-10-11.'
- eqawarn 'Please use $(systemd_with_unitdir) instead.'
-
- myeconfargs=(
- "${myeconfargs[@]}"
- --with-systemdsystemunitdir="$(systemd_get_unitdir)"
- )
-}
-
# @FUNCTION: systemd_update_catalog
# @DESCRIPTION:
# Update the journald catalog. This needs to be called after installing
--
2.6.3