diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-06-29 01:56:00 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-29 01:56:00 +1000 |
| commit | 02c06ba6807dc03c46c418657af8cff95d52cf88 (patch) | |
| tree | c2065be066b4e197fc2105d2e62904c9788fa412 /eclass | |
| parent | 44df080965c6d25b8539776fc209134bafed7033 (diff) | |
| download | kde-02c06ba6807dc03c46c418657af8cff95d52cf88.tar.gz kde-02c06ba6807dc03c46c418657af8cff95d52cf88.tar.bz2 kde-02c06ba6807dc03c46c418657af8cff95d52cf88.zip | |
[eclass] Remove unused function.
Some packages released with Plasma 2 were originally part of extragear (which
means they belong in kde-misc). Since those packages are now moved to
kde-workspace, they can to go kde-base and we no longer need an extra special
function to handle the versioning.
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index f22bc119a0c..e203d9eeb56 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -123,21 +123,6 @@ add_kdebase_dep() { _add_kdecategory_dep kde-base "${1}" "${2}" "${3}" } -# @FUNCTION: add_kdemisc_dep -# @DESCRIPTION: -# Create proper dependency for kde-misc/ dependencies. -# This takes 1 to 3 arguments. The first being the package name, the optional -# second is additional USE flags to append, and the optional third is the -# version to use instead of the automatic version (use sparingly). -# 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). -add_kdemisc_dep() { - debug-print-function ${FUNCNAME} "$@" - - _add_kdecategory_dep kde-misc "${1}" "${2}" "${3}" -} - # @FUNCTION: get_kde_version # @DESCRIPTION: # Translates an ebuild version into a major.minor KDE SC |
