summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-08-16 11:50:01 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-08-16 11:50:01 +0000
commit2598b841f3887c0629ab66f101aa5af5ed698943 (patch)
treee272714b150b49abd0bc340f57140b6e6e7cfe96 /mail-client/sylpheed-claws
parentRemoving sasl2 sed process for 2.5.5-r3 (diff)
downloadhistorical-2598b841f3887c0629ab66f101aa5af5ed698943.tar.gz
historical-2598b841f3887c0629ab66f101aa5af5ed698943.tar.bz2
historical-2598b841f3887c0629ab66f101aa5af5ed698943.zip
modified gpgme-0.3.14-r1 to this needed to change too
Diffstat (limited to 'mail-client/sylpheed-claws')
-rw-r--r--mail-client/sylpheed-claws/ChangeLog7
-rw-r--r--mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild18
2 files changed, 12 insertions, 13 deletions
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog
index e212715321c8..db1c26bebbb4 100644
--- a/mail-client/sylpheed-claws/ChangeLog
+++ b/mail-client/sylpheed-claws/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/sylpheed-claws
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.11 2004/08/11 13:37:23 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.12 2004/08/16 11:50:01 dragonheart Exp $
+
+ 16 Aug 2004; Daniel Black <dragonheart@gentoo.org>
+ sylpheed-claws-0.9.12-r1.ebuild:
+ Have modified gpgme-0.3.14-r1 a bit to make it easier. As a result this needed
+ to changed
11 Aug 2004; Danny van Dyk <kugelfang@gentoo.org>
sylpheed-claws-0.9.12.ebuild:
diff --git a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild
index 857c379af930..e2a9c0f70bef 100644
--- a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild
+++ b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild,v 1.1 2004/08/09 10:57:16 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.12-r1.ebuild,v 1.2 2004/08/16 11:50:01 dragonheart Exp $
IUSE="nls gnome xface dillo crypt spell imlib ssl ldap ipv6 pda clamav pdflib"
@@ -18,9 +18,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
-COMMONDEPENDS="=x11-libs/gtk+-1.2*
+COMMONDEPEND="=x11-libs/gtk+-1.2*
pda? ( >=app-pda/jpilot-0.99 )
ssl? ( >=dev-libs/openssl-0.9.6b )
ldap? ( >=net-nds/openldap-2.0.7 )
@@ -33,10 +33,11 @@ COMMONDEPENDS="=x11-libs/gtk+-1.2*
pdflib? ( virtual/ghostscript )
nls? ( >=sys-devel/gettext-0.12 )"
-DEPEND="${COMMONDEPENDS}
+
+DEPEND="${COMMONDEPEND}
>=sys-apps/sed-4"
-RDEPEND="${COMMONDEPENDS}
+RDEPEND="${COMMONDEPEND}
app-misc/mime-types
net-mail/metamail
x11-misc/shared-mime-info"
@@ -76,13 +77,6 @@ src_compile() {
myconf="${myconf} `use_enable clamav clamav-plugin`"
myconf="${myconf} `use_enable xface compface`"
- echo config=${myconf}
-
- sed -i -e 's:<gpgme\.h:<gpgme3.h:' ./src/passphrase.h ./src/rfc2015.c \
- ./src/pgpmime.c ./src/select-keys.h ./src/main.c ./src/sgpgme.c \
- ./src/sgpgme.h
-
-
export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config
econf \
--program-suffix=-claws \