summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 13:07:35 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 13:07:35 +0000
commit469bbb7d9390a55a958438aaf7cf6ea90c85e98f (patch)
tree09887430152181c2f054efe6b41df75651054196 /kde-base/kpilot
parentVersion bump KDE 4.2.4 (diff)
downloadgentoo-2-469bbb7d9390a55a958438aaf7cf6ea90c85e98f.tar.gz
gentoo-2-469bbb7d9390a55a958438aaf7cf6ea90c85e98f.tar.bz2
gentoo-2-469bbb7d9390a55a958438aaf7cf6ea90c85e98f.zip
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r--kde-base/kpilot/ChangeLog7
-rw-r--r--kde-base/kpilot/kpilot-4.2.4.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog
index 86863acf8f1e..a313c98f393a 100644
--- a/kde-base/kpilot/ChangeLog
+++ b/kde-base/kpilot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kpilot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.84 2009/06/03 19:53:59 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.85 2009/06/04 13:07:35 alexxy Exp $
+
+*kpilot-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kpilot-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kpilot-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kpilot/kpilot-4.2.4.ebuild b/kde-base/kpilot/kpilot-4.2.4.ebuild
new file mode 100644
index 000000000000..b0d285df3f70
--- /dev/null
+++ b/kde-base/kpilot/kpilot-4.2.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.2.4.ebuild,v 1.1 2009/06/04 13:07:35 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="KPilot is software for syncing PalmOS based handhelds."
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="avantgo crypt debug +handbook"
+
+DEPEND="
+ >=app-pda/pilot-link-0.12
+ >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
+ avantgo? ( >=dev-libs/libmal-0.40 )
+ crypt? ( app-crypt/qca:2 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with avantgo Mal)
+ $(cmake-utils_use_with crypt QCA2)"
+
+ kde4-meta_src_configure
+}