Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Mon, 25 Sep 2017 21:38:42
Message-Id: 1506373874.c3b4273543aea9ec14487797496e86c2fbf7197f.asturm@gentoo
1 commit: c3b4273543aea9ec14487797496e86c2fbf7197f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 25 21:42:37 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 25 21:11:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3b42735
7
8 kde5-functions.eclass: There is no KDE 5
9
10 eclass/kde5-functions.eclass | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 95eac433ab..5e0dc3aa96 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -4,12 +4,12 @@
18 # @ECLASS: kde5-functions.eclass
19 # @MAINTAINER:
20 # kde@g.o
21 -# @BLURB: Common ebuild functions for KDE 5-related packages.
22 +# @BLURB: Common ebuild functions for packages based on KDE Frameworks 5.
23 # @DESCRIPTION:
24 -# This eclass contains functions shared by the other KDE 5 eclasses and forms
25 +# This eclass contains functions shared by the other KDE eclasses and forms
26 # part of their public API.
27 #
28 -# This elass should (almost) never be inherited directly by an ebuild.
29 +# This eclass should (almost) never be inherited directly by an ebuild.
30
31 if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then
32 _KDE5_FUNCTIONS_ECLASS=1