summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-09-01 17:41:46 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-09-01 17:41:46 +0000
commit0d2b2d26b839ab96c7072939bf54bf88413a8881 (patch)
tree85860350e6f559ec5330a44d12575fb6b5a608e0 /kde-base
parentalpha/arm/hppa/sh/sparc love (diff)
downloadgentoo-2-0d2b2d26b839ab96c7072939bf54bf88413a8881.tar.gz
gentoo-2-0d2b2d26b839ab96c7072939bf54bf88413a8881.tar.bz2
gentoo-2-0d2b2d26b839ab96c7072939bf54bf88413a8881.zip
Removed the crypt USE flag because if it was disabled, kdepim would just use the bundled crypto stuff which just loves to fail to compile.
(Portage version: 2.1.3.7)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdepim/ChangeLog7
-rw-r--r--kde-base/kdepim/kdepim-3.5.7-r3.ebuild20
2 files changed, 16 insertions, 11 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index 2eae528b4f96..19c52934a540 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdepim
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.286 2007/08/15 05:17:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.287 2007/09/01 17:41:46 philantrop Exp $
+
+ 01 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ kdepim-3.5.7-r3.ebuild:
+ Removed the crypt USE flag because if it was disabled, kdepim would just use
+ the bundled crypto stuff which just loves to fail to compile.
15 Aug 2007; Jeroen Roovers <jer@gentoo.org> kdepim-3.5.7-r3.ebuild:
Stable for HPPA (bug #176297).
diff --git a/kde-base/kdepim/kdepim-3.5.7-r3.ebuild b/kde-base/kdepim/kdepim-3.5.7-r3.ebuild
index df3d5469bc06..aea578808f84 100644
--- a/kde-base/kdepim/kdepim-3.5.7-r3.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r3.ebuild,v 1.11 2007/08/15 05:17:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r3.ebuild,v 1.12 2007/09/01 17:41:46 philantrop Exp $
inherit kde-dist
@@ -9,8 +9,8 @@ SRC_URI="${SRC_URI}
DESCRIPTION="KDE PIM (Personal Information Management) applications: KOrganizer, KMail, KNode,..."
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="crypt gnokii"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gnokii"
RESTRICT="test"
@@ -18,15 +18,15 @@ RESTRICT="test"
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
gnokii? ( app-mobilephone/gnokii )
- crypt? ( >=app-crypt/gpgme-1.1.2-r1
- || ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 ) )
- x11-libs/libXScrnSaver
+ >=app-crypt/gpgme-1.1.2-r1
+ || ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver
app-pda/libopensync"
# Requires pilot-link-0.12.0
# pda? ( >=app-pda/pilot-link-0.12.0 dev-libs/libmal )
RDEPEND="${DEPEND}
- crypt? ( app-crypt/pinentry )"
+ app-crypt/pinentry"
DEPEND="${DEPEND}
x11-proto/scrnsaverproto
@@ -56,7 +56,7 @@ src_unpack() {
src_compile() {
local myconf="--with-sasl $(use_with gnokii)"
- use crypt && myconf="${myconf} --with-gpg=/usr/bin/gpg"
+ myconf="${myconf} --with-gpg=/usr/bin/gpg"
# use pda || DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot"
@@ -67,6 +67,6 @@ src_compile() {
pkg_postinst() {
kde_pkg_postinst
- elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with Kontact."
- elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
+ ewarn "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with Kontact."
+ ewarn "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
}