summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:21:14 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:21:14 +0000
commitadb11401acd3bd5504d03494fa904cb315710c82 (patch)
tree9cfba30bf7f27b45ff619c84f4e68078735efca3 /kde-base
parentVersion bump KDEPIM 4.4.7 (diff)
downloadgentoo-2-adb11401acd3bd5504d03494fa904cb315710c82.tar.gz
gentoo-2-adb11401acd3bd5504d03494fa904cb315710c82.tar.bz2
gentoo-2-adb11401acd3bd5504d03494fa904cb315710c82.zip
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdepim-wizards/ChangeLog8
-rw-r--r--kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild39
2 files changed, 46 insertions, 1 deletions
diff --git a/kde-base/kdepim-wizards/ChangeLog b/kde-base/kdepim-wizards/ChangeLog
index 1e298e9f1b9b..1b6051678db8 100644
--- a/kde-base/kdepim-wizards/ChangeLog
+++ b/kde-base/kdepim-wizards/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdepim-wizards
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.154 2010/09/11 05:50:49 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/ChangeLog,v 1.155 2010/10/24 16:21:14 tampakrap Exp $
+
+*kdepim-wizards-4.4.7 (24 Oct 2010)
+
+ 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kdepim-wizards-4.4.7.ebuild:
+ Version bump KDEPIM 4.4.7
*kdepim-wizards-4.4.6 (11 Sep 2010)
diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild
new file mode 100644
index 000000000000..37c59fc4ffe4
--- /dev/null
+++ b/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.7.ebuild,v 1.1 2010/10/24 16:21:14 tampakrap Exp $
+
+EAPI="3"
+
+KMNAME="kdepim"
+KMMODULE="wizards"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM wizards"
+IUSE="debug"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep kdepim-kresources)
+ $(add_kdebase_dep libkdepim)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+ kmail/
+ knotes/
+ kresources/groupwise/
+ kresources/kolab/
+ kresources/slox/
+"
+
+src_prepare() {
+ ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \
+ kresources/slox/ \
+ || die "Failed to link extra_headers."
+ ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \
+ kresources/groupwise/ \
+ || die "Failed to link extra_headers."
+
+ kde4-meta_src_prepare
+}