Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 28 Jun 2014 15:59:27
Message-Id: 1403970960.02c06ba6807dc03c46c418657af8cff95d52cf88.kensington@gentoo
1 commit: 02c06ba6807dc03c46c418657af8cff95d52cf88
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 28 15:56:00 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 28 15:56:00 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=02c06ba6
7
8 [eclass] Remove unused function.
9
10 Some packages released with Plasma 2 were originally part of extragear (which
11 means they belong in kde-misc). Since those packages are now moved to
12 kde-workspace, they can to go kde-base and we no longer need an extra special
13 function to handle the versioning.
14
15 ---
16 eclass/kde5-functions.eclass | 15 ---------------
17 1 file changed, 15 deletions(-)
18
19 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
20 index f22bc11..e203d9e 100644
21 --- a/eclass/kde5-functions.eclass
22 +++ b/eclass/kde5-functions.eclass
23 @@ -123,21 +123,6 @@ add_kdebase_dep() {
24 _add_kdecategory_dep kde-base "${1}" "${2}" "${3}"
25 }
26
27 -# @FUNCTION: add_kdemisc_dep
28 -# @DESCRIPTION:
29 -# Create proper dependency for kde-misc/ dependencies.
30 -# This takes 1 to 3 arguments. The first being the package name, the optional
31 -# second is additional USE flags to append, and the optional third is the
32 -# version to use instead of the automatic version (use sparingly).
33 -# The output of this should be added directly to DEPEND/RDEPEND, and may be
34 -# wrapped in a USE conditional (but not an || conditional without an extra set
35 -# of parentheses).
36 -add_kdemisc_dep() {
37 - debug-print-function ${FUNCNAME} "$@"
38 -
39 - _add_kdecategory_dep kde-misc "${1}" "${2}" "${3}"
40 -}
41 -
42 # @FUNCTION: get_kde_version
43 # @DESCRIPTION:
44 # Translates an ebuild version into a major.minor KDE SC