summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-02-09 16:21:25 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-02-09 16:21:25 +0000
commitb5482d971afcbe4aa81c1cea1b646b9158f52122 (patch)
tree28c13ff99d842033a1ebf8ca9f7d8146b086a448 /kde-base/kdepim
parentVersion bump. (diff)
downloadgentoo-2-b5482d971afcbe4aa81c1cea1b646b9158f52122.tar.gz
gentoo-2-b5482d971afcbe4aa81c1cea1b646b9158f52122.tar.bz2
gentoo-2-b5482d971afcbe4aa81c1cea1b646b9158f52122.zip
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r--kde-base/kdepim/ChangeLog7
-rw-r--r--kde-base/kdepim/files/digest-kdepim-3.4.0_beta21
-rw-r--r--kde-base/kdepim/kdepim-3.4.0_beta2.ebuild24
3 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index b73c928ef4a1..c26eb6c953a7 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdepim
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.137 2005/02/02 11:48:14 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.138 2005/02/09 16:20:55 greg_g Exp $
+
+*kdepim-3.4.0_beta2 (09 Feb 2005)
+
+ 09 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> +kdepim-3.4.0_beta2.ebuild:
+ Version bump.
02 Feb 2005; Heinrich Wendel <lanius@gentoo.org> kdepim-3.4.0_beta1.ebuild:
mark ~amd64
diff --git a/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2 b/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2
new file mode 100644
index 000000000000..1dc67cb5bf26
--- /dev/null
+++ b/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2
@@ -0,0 +1 @@
+MD5 6cfa0e0e86e00c48d3af0e08ffe0aae3 kdepim-3.3.92.tar.bz2 11258288
diff --git a/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild b/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild
new file mode 100644
index 000000000000..fcad4bddfa3c
--- /dev/null
+++ b/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild,v 1.1 2005/02/09 16:20:55 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..."
+
+KEYWORDS="~x86 ~amd64"
+IUSE="crypt gnokii pda"
+
+DEPEND="~kde-base/kdebase-${PV}
+ pda? ( app-pda/pilot-link dev-libs/libmal )
+ gnokii? ( net-dialup/gnokii )
+ crypt? ( >=app-crypt/gpgme-0.9.0-r1 )
+ >=dev-libs/cyrus-sasl-2
+ !net-www/akregator"
+
+src_compile() {
+ # needed to detect pi-notepad.h, used by the kpilot notepad conduit.
+ use pda && myconf="${myconf} --with-extra-includes=/usr/include/libpisock"
+
+ kde_src_compile
+}