summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 23:12:08 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 23:12:08 +0000
commitc1f5c0eee7c4c11210658b9c9752d2bbb93397aa (patch)
treec07bafd5d22a195a45161db3258279dd00fd5d20 /kde-base/kpilot
parentBump KDE 4.2.1 (diff)
downloadgentoo-2-c1f5c0eee7c4c11210658b9c9752d2bbb93397aa.tar.gz
gentoo-2-c1f5c0eee7c4c11210658b9c9752d2bbb93397aa.tar.bz2
gentoo-2-c1f5c0eee7c4c11210658b9c9752d2bbb93397aa.zip
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r--kde-base/kpilot/ChangeLog9
-rw-r--r--kde-base/kpilot/kpilot-4.2.1.ebuild28
-rw-r--r--kde-base/kpilot/metadata.xml3
3 files changed, 38 insertions, 2 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog
index 6f530cb9ec2c..752eb3e639b2 100644
--- a/kde-base/kpilot/ChangeLog
+++ b/kde-base/kpilot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kpilot
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.76 2008/09/13 23:59:31 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.77 2009/03/04 23:12:08 alexxy Exp $
+
+*kpilot-4.2.1 (04 Mar 2009)
+
+ 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kpilot-4.2.1.ebuild:
+ Bump KDE 4.2.1
*kpilot-3.5.10 (13 Sep 2008)
diff --git a/kde-base/kpilot/kpilot-4.2.1.ebuild b/kde-base/kpilot/kpilot-4.2.1.ebuild
new file mode 100644
index 000000000000..90b72b485931
--- /dev/null
+++ b/kde-base/kpilot/kpilot-4.2.1.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.1.ebuild,v 1.1 2009/03/04 23:12:08 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="KPilot is software for syncing PalmOS based handhelds."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 "
+IUSE="avantgo crypt debug"
+
+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
+}
diff --git a/kde-base/kpilot/metadata.xml b/kde-base/kpilot/metadata.xml
index 8d1e86a9cefb..05dc0297cd71 100644
--- a/kde-base/kpilot/metadata.xml
+++ b/kde-base/kpilot/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+<use>
+ <flag name='avantgo'>Add support for syncing Avantgo accounts</flag>
+</use>
</pkgmetadata>