summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-05-26 01:02:28 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-05-26 01:02:28 +0000
commit77973bb93cedae6ca9c57959a2fd7a065c645c3c (patch)
treeb755e02442af900d431d8578ad06b357284c3b88 /kde-base/kdepim
parentget that arts version right (diff)
downloadgentoo-2-77973bb93cedae6ca9c57959a2fd7a065c645c3c.tar.gz
gentoo-2-77973bb93cedae6ca9c57959a2fd7a065c645c3c.tar.bz2
gentoo-2-77973bb93cedae6ca9c57959a2fd7a065c645c3c.zip
3.3alpha1 - hardmasked
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r--kde-base/kdepim/ChangeLogbin10910 -> 11047 bytes
-rw-r--r--kde-base/kdepim/files/digest-kdepim-3.3.0_alpha11
-rw-r--r--kde-base/kdepim/kdepim-3.3.0_alpha1.ebuild30
3 files changed, 31 insertions, 0 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index fff8025cb4e8..f52fe352fe65 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
Binary files differ
diff --git a/kde-base/kdepim/files/digest-kdepim-3.3.0_alpha1 b/kde-base/kdepim/files/digest-kdepim-3.3.0_alpha1
new file mode 100644
index 000000000000..fa97c37db728
--- /dev/null
+++ b/kde-base/kdepim/files/digest-kdepim-3.3.0_alpha1
@@ -0,0 +1 @@
+MD5 60227164704d612f6044adf189024125 kdepim-3.2.90.tar.bz2 8651369
diff --git a/kde-base/kdepim/kdepim-3.3.0_alpha1.ebuild b/kde-base/kdepim/kdepim-3.3.0_alpha1.ebuild
new file mode 100644
index 000000000000..c401139b3d9d
--- /dev/null
+++ b/kde-base/kdepim/kdepim-3.3.0_alpha1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.3.0_alpha1.ebuild,v 1.1 2004/05/26 01:00:17 caleb Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..."
+
+KEYWORDS="~x86"
+IUSE="pda crypt ldap"
+
+DEPEND="~kde-base/kdenetwork-${PV}
+ pda? ( app-pda/pilot-link dev-libs/libmal )
+ ldap? ( net-nds/openldap )
+ crypt? ( app-crypt/cryptplug app-crypt/gnupg )"
+
+src_unpack() {
+ kde_src_unpack
+}
+
+src_compile() {
+ use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock"
+ kde_src_compile
+}
+
+src_install() {
+ kde_src_install
+ docinto html
+ dodoc *.html
+}