Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 01 Dec 2015 22:07:41
Message-Id: 1449007637.0713b17578c4e739d9c7ceebcda8f6cb4c007080.mgorny@gentoo
1 commit: 0713b17578c4e739d9c7ceebcda8f6cb4c007080
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 14:30:58 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 22:07:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0713b175
7
8 systemd.eclass: Remove long-deprecated systemd_to_myeconfargs
9
10 Remove systemd_to_myeconfargs function that was supposed to be removed
11 2013-10-11. It is no longer used by any ebuild in the repository.
12
13 eclass/systemd.eclass | 19 +------------------
14 1 file changed, 1 insertion(+), 18 deletions(-)
15
16 diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
17 index 72771df..e4349bc 100644
18 --- a/eclass/systemd.eclass
19 +++ b/eclass/systemd.eclass
20 @@ -24,7 +24,7 @@
21 # }
22 # @CODE
23
24 -inherit eutils toolchain-funcs
25 +inherit toolchain-funcs
26
27 case ${EAPI:-0} in
28 0|1|2|3|4|5) ;;
29 @@ -340,23 +340,6 @@ systemd_with_utildir() {
30 echo --with-systemdutildir="$(systemd_get_utildir)"
31 }
32
33 -# @FUNCTION: systemd_to_myeconfargs
34 -# @DESCRIPTION:
35 -# Add '--with-systemdsystemunitdir' as expected by systemd-aware configure
36 -# scripts to the myeconfargs variable used by autotools-utils eclass. Handles
37 -# quoting automatically.
38 -systemd_to_myeconfargs() {
39 - debug-print-function ${FUNCNAME} "${@}"
40 -
41 - eqawarn 'systemd_to_myeconfargs() is deprecated and will be removed on 2013-10-11.'
42 - eqawarn 'Please use $(systemd_with_unitdir) instead.'
43 -
44 - myeconfargs=(
45 - "${myeconfargs[@]}"
46 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
47 - )
48 -}
49 -
50 # @FUNCTION: systemd_update_catalog
51 # @DESCRIPTION:
52 # Update the journald catalog. This needs to be called after installing