summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-11-27 15:30:58 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-01 23:07:17 +0100
commit0713b17578c4e739d9c7ceebcda8f6cb4c007080 (patch)
tree25d4a2fd81972a04564e7216e5517a394405bbd9 /eclass
parent2073611d95d4975e502e9603ea30698baee356db (diff)
downloadgentoo-0713b17578c4e739d9c7ceebcda8f6cb4c007080.tar.gz
gentoo-0713b17578c4e739d9c7ceebcda8f6cb4c007080.tar.xz
systemd.eclass: Remove long-deprecated systemd_to_myeconfargs
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.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/systemd.eclass19
1 files changed, 1 insertions, 18 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
index 72771dfe0f4..e4349bc69ba 100644
--- a/eclass/systemd.eclass
+++ b/eclass/systemd.eclass
@@ -24,7 +24,7 @@
# }
# @CODE
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
case ${EAPI:-0} in
0|1|2|3|4|5) ;;
@@ -340,23 +340,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_systemunitdir)"
- )
-}
-
# @FUNCTION: systemd_update_catalog
# @DESCRIPTION:
# Update the journald catalog. This needs to be called after installing