summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-12-27 13:24:25 +0100
committerMichael Palimaka <kensington@gentoo.org>2015-12-30 03:04:31 +1100
commit0d5c6a9567e463fb1a2901e7b91accf67c041bd7 (patch)
treed8721fd6b77608f6934e169cc736f03b02e9a959 /kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild
parentmedia-gfx/digikam: Fix build w/ media-libs/lensfun-0.3.2, bug 566624 (diff)
downloadgentoo-0d5c6a9567e463fb1a2901e7b91accf67c041bd7.tar.gz
gentoo-0d5c6a9567e463fb1a2901e7b91accf67c041bd7.tar.bz2
gentoo-0d5c6a9567e463fb1a2901e7b91accf67c041bd7.zip
kde-base: pkgmove KDE PIM to kde-apps/
Diffstat (limited to 'kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild')
-rw-r--r--kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild
deleted file mode 100644
index e2f4ca1a43d9..000000000000
--- a/kde-base/kdepim-meta/kdepim-meta-4.14.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit kde4-meta-pkg
-
-DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
-HOMEPAGE+=" https://community.kde.org/KDE_PIM"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-RDEPEND="
- $(add_kdebase_dep akonadiconsole)
- $(add_kdebase_dep akregator)
- $(add_kdebase_dep blogilo)
- $(add_kdebase_dep calendarjanitor)
- $(add_kdebase_dep kabcclient)
- $(add_kdebase_dep kaddressbook)
- $(add_kdebase_dep kalarm)
- $(add_kdebase_dep kdepim-icons)
- $(add_kdebase_dep kdepim-kresources)
- $(add_kdebase_dep kdepim-runtime)
- $(add_kdebase_dep kjots)
- $(add_kdebase_dep kleopatra)
- $(add_kdebase_dep kmail)
- $(add_kdebase_dep knode)
- $(add_kdebase_dep knotes)
- $(add_kdebase_dep konsolekalendar)
- $(add_kdebase_dep kontact)
- $(add_kdebase_dep korganizer)
- $(add_kdebase_dep ktimetracker)
- $(add_kdebase_dep ktnef)
- nls? (
- $(add_kdeapps_dep kde4-l10n '' 4.14.3)
- $(add_kdebase_dep kdepim-l10n '' 4.14.3)
- )
-"