summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-06-09 22:52:47 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-06-09 22:52:47 +0000
commit98193d8ec9c3ec866a8d5c1258e5b09e4c75ab01 (patch)
tree0a4f8404ebc6007ac920c949758b19bee7ef614e /kde-base/kdepim-runtime
parentRemove KDEPIM 4.5.95 mask, the regular release is now in tree (diff)
downloadgentoo-2-98193d8ec9c3ec866a8d5c1258e5b09e4c75ab01.tar.gz
gentoo-2-98193d8ec9c3ec866a8d5c1258e5b09e4c75ab01.tar.bz2
gentoo-2-98193d8ec9c3ec866a8d5c1258e5b09e4c75ab01.zip
Remove KDEPIM 4.5.95
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-runtime')
-rw-r--r--kde-base/kdepim-runtime/ChangeLog6
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.5.95-r1.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog
index 1d94d8371dda..34d8d66d890b 100644
--- a/kde-base/kdepim-runtime/ChangeLog
+++ b/kde-base/kdepim-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-runtime
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.41 2011/06/09 22:12:54 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.42 2011/06/09 22:52:46 tampakrap Exp $
+
+ 09 Jun 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ -kdepim-runtime-4.5.95-r1.ebuild:
+ Remove KDEPIM 4.5.95
*kdepim-runtime-4.6.0 (09 Jun 2011)
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.5.95-r1.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.5.95-r1.ebuild
deleted file mode 100644
index d6e55ada23f2..000000000000
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.5.95-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.5.95-r1.ebuild,v 1.1 2011/05/09 20:44:35 scarabeus Exp $
-
-EAPI=4
-
-KMNAME="kdepim-runtime"
-KDE_SCM="git"
-inherit kde4-base
-
-DESCRIPTION="KDE PIM runtime plugin collection"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RESTRICT="test"
-# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
-
-DEPEND="
- app-misc/strigi
- >=app-office/akonadi-server-1.3.60
- dev-libs/boost
- dev-libs/libxml2:2
- dev-libs/libxslt
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdepim-icons)
-"
-
-add_blocker kdemaildir '<4.3.0'
-add_blocker akonadi '<4.3.90'
-
-src_prepare() {
- sed -i \
- -e '/add_subdirectory(po)/ s/^/ #DONOTWANT/' \
- CMakeLists.txt || die
- kde4-base_src_prepare
-}