From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5E341396D9 for ; Sun, 19 Nov 2017 02:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F763E0E00; Sun, 19 Nov 2017 02:19:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E141CE0E00 for ; Sun, 19 Nov 2017 02:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AC4B33BF01 for ; Sun, 19 Nov 2017 02:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8945D9FA0 for ; Sun, 19 Nov 2017 02:19:26 +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: <1511057949.6525e9c479dfddd8fdba39283e36b18aa6528743.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: 6525e9c479dfddd8fdba39283e36b18aa6528743 X-VCS-Branch: master Date: Sun, 19 Nov 2017 02:19:26 +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: de5559b8-6da7-4052-ab50-b0a3d84c38fa X-Archives-Hash: ad6eada33051eb087af99116b4eb5e6f commit: 6525e9c479dfddd8fdba39283e36b18aa6528743 Author: Michael Palimaka gentoo org> AuthorDate: Sun Nov 19 02:14:41 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 19 02:19:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6525e9c4 kde5-functions.eclass: use new EAPI documentation method Bug: https://bugs.gentoo.org/637778 eclass/kde5-functions.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 81dca34e68..8494732379 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -4,6 +4,7 @@ # @ECLASS: kde5-functions.eclass # @MAINTAINER: # kde@gentoo.org +# @SUPPORTED_EAPIS: 6 # @BLURB: Common ebuild functions for packages based on KDE Frameworks 5. # @DESCRIPTION: # This eclass contains functions shared by the other KDE eclasses and forms @@ -16,9 +17,6 @@ _KDE5_FUNCTIONS_ECLASS=1 inherit toolchain-funcs versionator -# @ECLASS-VARIABLE: EAPI -# @DESCRIPTION: -# Currently EAPI 6 is supported. case ${EAPI} in 6) ;; *) die "EAPI=${EAPI:-0} is not supported" ;;