From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB4C91384B4 for ; Mon, 30 Nov 2015 15:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C976121C0F5; Mon, 30 Nov 2015 15:01:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5736C21C0E2 for ; Mon, 30 Nov 2015 15:01:34 +0000 (UTC) Received: from localhost.localdomain (d202-251.icpnet.pl [109.173.202.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B8ED9340666; Mon, 30 Nov 2015 15:01:32 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 4/8] systemd.eclass: Remove long-deprecated systemd_to_myeconfargs Date: Mon, 30 Nov 2015 16:01:18 +0100 Message-Id: <1448895682-19312-5-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1448895682-19312-1-git-send-email-mgorny@gentoo.org> References: <1448636008-13184-1-git-send-email-mgorny@gentoo.org> <1448895682-19312-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: bd8a702d-fea1-4c1d-9735-a6abbabf002c X-Archives-Hash: 1f64b728d3dd79ccbe1f77e36f8e1b64 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 72771df..e4349bc 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 -- 2.6.3