kde5-functions.eclass: Add porting and deprecation notes
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 14 Nov 2019 11:25:56 +0000 (12:25 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 14 Nov 2019 11:29:13 +0000 (12:29 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5-functions.eclass

index 92a7c90db4a3483f8e1dba948d9d7f6bd3e328d4..7bf5a9caa33feacc97955a831674530c39aa0a90 100644 (file)
@@ -130,6 +130,7 @@ _add_category_dep() {
 # The output of this should be added directly to DEPEND/RDEPEND, and may be
 # wrapped in a USE conditional (but not an || conditional without an extra set
 # of parentheses).
+# PORTING: no replacement
 add_frameworks_dep() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -162,6 +163,7 @@ add_frameworks_dep() {
 # The output of this should be added directly to DEPEND/RDEPEND, and may be
 # wrapped in a USE conditional (but not an || conditional without an extra set
 # of parentheses).
+# PORTING: no replacement
 add_plasma_dep() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -194,6 +196,7 @@ add_plasma_dep() {
 # The output of this should be added directly to DEPEND/RDEPEND, and may be
 # wrapped in a USE conditional (but not an || conditional without an extra set
 # of parentheses).
+# PORTING: no replacement
 add_kdeapps_dep() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -226,6 +229,7 @@ add_kdeapps_dep() {
 # The output of this should be added directly to DEPEND/RDEPEND, and may be
 # wrapped in a USE conditional (but not an || conditional without an extra set
 # of parentheses).
+# PORTING: no replacement
 add_qt_dep() {
        debug-print-function ${FUNCNAME} "$@"
 
@@ -250,6 +254,7 @@ add_qt_dep() {
 # @USAGE: <prefix> <dependency>
 # @DESCRIPTION:
 # Removes a specified dependency from a find_package call with multiple components.
+# PORTING: Use ecm_punt_bogus_dep from ecm.eclass instead.
 punt_bogus_dep() {
        local prefix=${1}
        local dep=${2}