commit:     959ccdc6ea3713fee3e6294c10fd171a02d2327a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jan 19 16:45:16 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 17:20:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959ccdc6

kde-apps/*meta: Drop old

Package-Manager: portage-2.2.26

 .../kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild  | 40 ----------------
 .../kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild | 22 ---------
 .../kdebase-meta/kdebase-meta-15.08.3-r1.ebuild    | 21 --------
 .../kdebase-runtime-meta-15.08.3.ebuild            | 56 ----------------------
 4 files changed, 139 deletions(-)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild
deleted file mode 100644
index 8ffe9dc..0000000
--- a/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Meta package for the KDE Applications collection"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="accessibility minimal nls pim sdk"
-
-[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
-
-# KDE PIM 15.08.3 is not going to be in tree and
-# will conflict with other packages from 15.08.3
-# Raise kdeedu-meta dep whenever it hits portage
-RDEPEND="
-       $(add_kdeapps_dep kate)
-       $(add_kdeapps_dep kdeadmin-meta)
-       $(add_kdeapps_dep kdebase-meta)
-       $(add_kdeapps_dep kdeedu-meta '' 4.14.3)
-       $(add_kdeapps_dep kdegames-meta)
-       $(add_kdeapps_dep kdegraphics-meta)
-       $(add_kdeapps_dep kdemultimedia-meta)
-       $(add_kdeapps_dep kdenetwork-meta)
-       $(add_kdeapps_dep kdetoys-meta)
-       $(add_kdeapps_dep kdeutils-meta)
-       accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) )
-       nls? (
-               $(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL})
-               $(add_kdeapps_dep kde4-l10n 'minimal' ${L10N_MINIMAL})
-       )
-       pim? ( >=kde-apps/kdepim-meta-4.4.2015:4 )
-       sdk? (
-               $(add_kdeapps_dep kdesdk-meta)
-               $(add_kdeapps_dep kdewebdev-meta)
-       )
-       !minimal? ( $(add_kdeapps_dep kdeartwork-meta 'minimal') )
-"

diff --git a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild 
b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild
deleted file mode 100644
index 4a2c157..0000000
--- a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived 
packages"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="
-       $(add_kdeapps_dep kdeartwork-colorschemes)
-       $(add_kdeapps_dep kdeartwork-desktopthemes)
-       $(add_kdeapps_dep kdeartwork-emoticons)
-       $(add_kdeapps_dep kdeartwork-iconthemes)
-       $(add_kdeapps_dep kdeartwork-kscreensaver)
-       $(add_kdeapps_dep kdeartwork-wallpapers)
-       $(add_kdeapps_dep kdeartwork-weatherwallpapers)
-       !minimal? ( $(add_kdeapps_dep kdeartwork-styles) )
-"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
deleted file mode 100644
index 5aced72..0000000
--- a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
-KEYWORDS="~amd64 ~x86"
-IUSE="+display-manager minimal +wallpapers"
-
-RDEPEND="
-       $(add_kdeapps_dep dolphin)
-       $(add_kdeapps_dep konsole)
-       $(add_kdeapps_dep kwrite)
-       $(add_plasma_dep plasma-meta)
-       wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
-       !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
-       !prefix? ( display-manager? ( || ( x11-misc/lightdm x11-misc/sddm ) ) )
-"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.3.ebuild 
b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.3.ebuild
deleted file mode 100644
index 79f8981..0000000
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.08.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="crash-reporter minimal +oldwallet"
-
-RDEPEND="
-       $(add_kdeapps_dep kcmshell)
-       $(add_kdeapps_dep kdebase-data)
-       $(add_kdeapps_dep kdebase-desktoptheme)
-       $(add_kdeapps_dep kdebase-menu)
-       $(add_kdeapps_dep kdebase-menu-icons)
-       $(add_kdeapps_dep kdebugdialog)
-       $(add_kdeapps_dep kdesu)
-       $(add_kdeapps_dep kdontchangethehostname)
-       $(add_kdeapps_dep keditfiletype)
-       $(add_kdeapps_dep kfile)
-       $(add_kdeapps_dep kiconfinder)
-       $(add_kdeapps_dep kimgio)
-       $(add_kdeapps_dep kioclient)
-       $(add_kdeapps_dep kmimetypefinder)
-       $(add_kdeapps_dep knewstuff)
-       $(add_kdeapps_dep knotify)
-       $(add_kdeapps_dep kpasswdserver)
-       $(add_kdeapps_dep kquitapp)
-       $(add_kdeapps_dep kreadconfig)
-       $(add_kdeapps_dep kstart)
-       $(add_kdeapps_dep ktimezoned)
-       $(add_kdeapps_dep ktraderclient)
-       $(add_kdeapps_dep kurifilter-plugins)
-       $(add_kdeapps_dep phonon-kde)
-       $(add_kdeapps_dep plasma-runtime)
-       $(add_kdeapps_dep renamedlg-plugins)
-       $(add_kdeapps_dep solid-runtime)
-       crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
-       minimal? (
-               $(add_kdeapps_dep solid-runtime '-bluetooth')
-               oldwallet? ( $(add_kdeapps_dep kwalletd) )
-       )
-       !minimal? (
-               $(add_kdeapps_dep attica)
-               $(add_kdeapps_dep kcontrol)
-               $(add_kdeapps_dep kdebase-kioslaves)
-               $(add_kdeapps_dep kglobalaccel)
-               $(add_kdeapps_dep knetattach)
-               $(add_kdeapps_dep kuiserver)
-               $(add_kdeapps_dep kwalletd)
-       )
-"
-REQUIRED_USE="minimal? ( !crash-reporter )"

Reply via email to