summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-18 16:26:57 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-18 16:26:57 +0000
commit58c92ac437a4ad990f4832e50917e057b6344752 (patch)
treea1fddde839319b6236cf57ff7a36c7c425a2c731 /kde-base/kdepim-common-libs
parentclarify USE=filecaps intention #540430 (diff)
downloadgentoo-2-58c92ac437a4ad990f4832e50917e057b6344752.tar.gz
gentoo-2-58c92ac437a4ad990f4832e50917e057b6344752.tar.bz2
gentoo-2-58c92ac437a4ad990f4832e50917e057b6344752.zip
Remove KDE SC 4.12
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'kde-base/kdepim-common-libs')
-rw-r--r--kde-base/kdepim-common-libs/ChangeLog6
-rw-r--r--kde-base/kdepim-common-libs/kdepim-common-libs-4.12.5.ebuild74
2 files changed, 5 insertions, 75 deletions
diff --git a/kde-base/kdepim-common-libs/ChangeLog b/kde-base/kdepim-common-libs/ChangeLog
index e83295127562..8d214746a4c4 100644
--- a/kde-base/kdepim-common-libs/ChangeLog
+++ b/kde-base/kdepim-common-libs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-common-libs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.182 2015/02/17 11:06:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.183 2015/02/18 16:26:48 mgorny Exp $
+
+ 18 Feb 2015; Michał Górny <mgorny@gentoo.org>
+ -kdepim-common-libs-4.12.5.ebuild:
+ Remove KDE SC 4.12
17 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
kdepim-common-libs-4.14.3.ebuild:
diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.5.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.5.ebuild
deleted file mode 100644
index 63e468d9e756..000000000000
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.12.5.ebuild,v 1.6 2014/12/26 10:40:41 kensington Exp $
-
-EAPI=5
-
-KMNAME="kdepim"
-KMNOMODULE="true"
-inherit kde4-meta
-
-DESCRIPTION="Common libraries for KDE PIM apps"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- app-crypt/gpgme
- >=app-office/akonadi-server-1.10.43[soprano(+)]
- dev-libs/grantlee:0
- >=dev-libs/shared-desktop-ontologies-0.11.0
- $(add_kdebase_dep kdepimlibs)
-"
-RDEPEND="${DEPEND}
- !kde-base/akonadi:4
- !kde-base/libkdepim:4
- !kde-base/libkleo:4
- !kde-base/libkpgp:4
- !<kde-base/kaddressbook-4.11.50:4
- !kde-base/kdepim-wizards:4
- !<kde-base/kmail-4.4.80:4
- !=kde-base/kmail-4.12.0
- !=kde-base/kmail-4.12.1
- !=kde-base/kmail-4.11*
- !<kde-base/korganizer-4.5.67:4
- app-crypt/gnupg
- $(add_kdebase_dep kdepim-runtime)
-"
-
-RESTRICT="test"
-# bug 393131
-
-KMEXTRA="
- agents/followupreminderagent/
- agents/sendlateragent/
- akonadi_next/
- calendarsupport/
- calendarviews/
- composereditor-ng/
- grantleetheme/
- kaddressbookgrantlee/
- incidenceeditor-ng/
- libkdepim/
- libkdepimdbusinterfaces/
- libkleo/
- libkpgp/
- kdgantt2/
- messagecomposer/
- messagecore/
- messagelist/
- messageviewer/
- ontologies/
- pimcommon/
- templateparser/
-"
-KMEXTRACTONLY="
- kleopatra/
- kmail/
- knode/org.kde.knode.xml
- korgac/org.kde.korganizer.KOrgac.xml
- korganizer/org.kde.korganizer.Korganizer.xml
- mailcommon/
-"
-KMSAVELIBS="true"
-
-PATCHES=( "${FILESDIR}/install-composereditorng.patch" )