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 7E90E138A1F for ; Tue, 16 Sep 2014 18:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B9CE0A02; Tue, 16 Sep 2014 18:01:44 +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 DC0F9E0A02 for ; Tue, 16 Sep 2014 18:01:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB9C933F23A for ; Tue, 16 Sep 2014 18:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18D45BA8 for ; Tue, 16 Sep 2014 18:01:40 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1410890492.8626002682b0035ebcd61d90f8354c3339e0de58.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8626002682b0035ebcd61d90f8354c3339e0de58 X-VCS-Branch: master Date: Tue, 16 Sep 2014 18:01:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1918369f-14b0-45ea-9980-32101dc07741 X-Archives-Hash: 1014c8a8b0b8faecde7d0726104b4909 commit: 8626002682b0035ebcd61d90f8354c3339e0de58 Author: Michael Palimaka gentoo org> AuthorDate: Tue Sep 16 18:01:32 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Sep 16 18:01:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86260026 [eclass] Add function usage doc as per review from pesa. --- eclass/kde5-functions.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 8eae78f..55ce45b 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -56,7 +56,7 @@ fi export KDE_BUILD_TYPE # @FUNCTION: comment_add_subdirectory -# @USAGE: subdirectory +# @USAGE: # @DESCRIPTION: # Comment out an add_subdirectory call in CMakeLists.txt in the current directory comment_add_subdirectory() { @@ -101,6 +101,7 @@ _add_kdecategory_dep() { } # @FUNCTION: add_frameworks_dep +# @USAGE: [USE flags] [minimum version] # @DESCRIPTION: # Create proper dependency for kde-frameworks/ dependencies. # This takes 1 to 3 arguments. The first being the package name, the optional @@ -124,6 +125,7 @@ add_frameworks_dep() { } # @FUNCTION: add_kdebase_dep +# @USAGE: [USE flags] [minimum version] # @DESCRIPTION: # Create proper dependency for kde-base/ dependencies. # This takes 1 to 3 arguments. The first being the package name, the optional