summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-17 09:43:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-17 09:43:25 +0000
commite869f89ca0ae1d121ea6f4890169ea508ec48d25 (patch)
tree3934fedc26a439dd4025c6b28da67da10ca660cc /kde-base/kdepim
parentAdd missing dep on libutempter. (diff)
downloadgentoo-2-e869f89ca0ae1d121ea6f4890169ea508ec48d25.tar.gz
gentoo-2-e869f89ca0ae1d121ea6f4890169ea508ec48d25.tar.bz2
gentoo-2-e869f89ca0ae1d121ea6f4890169ea508ec48d25.zip
Add missing dependencies over XScrnSaver library/protocol. Closes bug #129377.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r--kde-base/kdepim/ChangeLog8
-rw-r--r--kde-base/kdepim/kdepim-3.5.2-r2.ebuild10
-rw-r--r--kde-base/kdepim/kdepim-3.5.2-r3.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.2-r4.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.3.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.4-r1.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.4-r2.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.4.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.5-r1.ebuild11
-rw-r--r--kde-base/kdepim/kdepim-3.5.5.ebuild11
10 files changed, 78 insertions, 28 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog
index 1e1a4aeb7e8b..bd95943de402 100644
--- a/kde-base/kdepim/ChangeLog
+++ b/kde-base/kdepim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdepim
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.224 2006/10/13 18:06:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.225 2006/10/17 09:43:25 flameeyes Exp $
+
+ 17 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> kdepim-3.5.2-r2.ebuild,
+ kdepim-3.5.2-r3.ebuild, kdepim-3.5.2-r4.ebuild, kdepim-3.5.3.ebuild,
+ kdepim-3.5.4.ebuild, kdepim-3.5.4-r1.ebuild, kdepim-3.5.4-r2.ebuild,
+ kdepim-3.5.5.ebuild, kdepim-3.5.5-r1.ebuild:
+ Add missing dependencies over XScrnSaver library/protocol. Closes bug #129377.
*kdepim-3.5.5-r1 (13 Oct 2006)
diff --git a/kde-base/kdepim/kdepim-3.5.2-r2.ebuild b/kde-base/kdepim/kdepim-3.5.2-r2.ebuild
index ec962a2425c0..6f92ca26b5e5 100644
--- a/kde-base/kdepim/kdepim-3.5.2-r2.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r2.ebuild,v 1.11 2006/09/10 00:16:40 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r2.ebuild,v 1.12 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -9,11 +9,15 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="alpha amd64 hppa ia64 mips ~ppc ppc64 sparc x86"
IUSE="crypt gnokii pda"
-DEPEND="~kde-base/kdebase-${PV}
+RDEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
- crypt? ( >=app-crypt/gpgme-0.9.0-r1 )"
+ crypt? ( >=app-crypt/gpgme-0.9.0-r1 )
+ x11-libs/libXScrnSaver"
+
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
PATCHES="${FILESDIR}/imap-dos.diff
${FILESDIR}/libkcal-3.5.2-fixes.diff
diff --git a/kde-base/kdepim/kdepim-3.5.2-r3.ebuild b/kde-base/kdepim/kdepim-3.5.2-r3.ebuild
index ecb6b3a40a9b..5de3591b33fe 100644
--- a/kde-base/kdepim/kdepim-3.5.2-r3.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r3.ebuild,v 1.6 2006/07/23 03:19:05 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r3.ebuild,v 1.7 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -12,16 +12,21 @@ SRC_URI="${SRC_URI}
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 mips ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
PATCHES="${WORKDIR}/kdepim-3.5.2-patchset.diff
${FILESDIR}/akregator-3.5-hppa.patch"
diff --git a/kde-base/kdepim/kdepim-3.5.2-r4.ebuild b/kde-base/kdepim/kdepim-3.5.2-r4.ebuild
index 602703d9352e..6a72ae1f4c97 100644
--- a/kde-base/kdepim/kdepim-3.5.2-r4.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r4.ebuild,v 1.1 2006/09/03 12:20:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.2-r4.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -12,16 +12,21 @@ SRC_URI="${SRC_URI}
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 mips ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
PATCHES="${WORKDIR}/kdepim-3.5.2-patchset.diff
${FILESDIR}/akregator-3.5-hppa.patch"
diff --git a/kde-base/kdepim/kdepim-3.5.3.ebuild b/kde-base/kdepim/kdepim-3.5.3.ebuild
index b32c34b094c1..cf46f3ae59a9 100644
--- a/kde-base/kdepim/kdepim-3.5.3.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.3.ebuild,v 1.2 2006/06/05 10:47:40 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.3.ebuild,v 1.3 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -9,16 +9,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
PATCHES="${FILESDIR}/akregator-3.5-hppa.patch"
src_compile() {
diff --git a/kde-base/kdepim/kdepim-3.5.4-r1.ebuild b/kde-base/kdepim/kdepim-3.5.4-r1.ebuild
index 04b2c6e23213..a290414b2418 100644
--- a/kde-base/kdepim/kdepim-3.5.4-r1.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4-r1.ebuild,v 1.1 2006/09/03 12:20:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4-r1.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -9,16 +9,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
src_compile() {
local myconf="--with-sasl $(use_with gnokii)"
use crypt && myconf="${myconf} --with-gpg=${ROOT}/usr/bin/gpg"
diff --git a/kde-base/kdepim/kdepim-3.5.4-r2.ebuild b/kde-base/kdepim/kdepim-3.5.4-r2.ebuild
index dc0b0e68d16e..2ba3a43f0cad 100644
--- a/kde-base/kdepim/kdepim-3.5.4-r2.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4-r2.ebuild,v 1.1 2006/09/18 15:22:56 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4-r2.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -12,16 +12,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
src_unpack() {
kde_src_unpack
# Call Qt 3 designer
diff --git a/kde-base/kdepim/kdepim-3.5.4.ebuild b/kde-base/kdepim/kdepim-3.5.4.ebuild
index f36659ecfaa1..f578c3035bd7 100644
--- a/kde-base/kdepim/kdepim-3.5.4.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4.ebuild,v 1.1 2006/07/26 08:42:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.4.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -9,16 +9,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
src_compile() {
local myconf="--with-sasl $(use_with gnokii) --enable-indexlib"
use crypt && myconf="${myconf} --with-gpg=${ROOT}/usr/bin/gpg"
diff --git a/kde-base/kdepim/kdepim-3.5.5-r1.ebuild b/kde-base/kdepim/kdepim-3.5.5-r1.ebuild
index 853c46be4177..93120a0500c0 100644
--- a/kde-base/kdepim/kdepim-3.5.5-r1.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5-r1.ebuild,v 1.1 2006/10/13 18:06:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5-r1.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -12,16 +12,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
PATCHES="${FILESDIR}/korganizer-${PV}-desktop.patch"
src_unpack() {
diff --git a/kde-base/kdepim/kdepim-3.5.5.ebuild b/kde-base/kdepim/kdepim-3.5.5.ebuild
index ad614e377db2..0c01240fda64 100644
--- a/kde-base/kdepim/kdepim-3.5.5.ebuild
+++ b/kde-base/kdepim/kdepim-3.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5.ebuild,v 1.1 2006/10/03 14:27:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.5.ebuild,v 1.2 2006/10/17 09:43:25 flameeyes Exp $
inherit kde-dist
@@ -12,16 +12,21 @@ DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail,
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt gnokii pda"
+# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
DEPEND="~kde-base/kdebase-${PV}
>=dev-libs/cyrus-sasl-2
pda? ( app-pda/pilot-link dev-libs/libmal )
gnokii? ( app-mobilephone/gnokii )
crypt? ( >=app-crypt/gpgme-1.1.2-r1
- <app-crypt/gnupg-1.9 )"
- # We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises.
+ <app-crypt/gnupg-1.9 )
+ x11-libs/libXScrnSaver"
+
RDEPEND="${DEPEND}
crypt? ( app-crypt/pinentry )"
+DEPEND="${DEPEND}
+ x11-proto/scrnsaverproto"
+
src_unpack() {
kde_src_unpack
# Call Qt 3 designer