summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-05-23 13:44:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-05-23 13:44:25 +0000
commitc56d965dc0ba4e60b98dee6930a07c052c3b5b64 (patch)
tree18a21c6770d8d0ea7cce2723a1eae530e7aff923 /net-im/ayttm
parentpatch to make ssl work. Thanks to Andrea Pinazzi for researching. fixes #93670 (diff)
downloadhistorical-c56d965dc0ba4e60b98dee6930a07c052c3b5b64.tar.gz
historical-c56d965dc0ba4e60b98dee6930a07c052c3b5b64.tar.bz2
historical-c56d965dc0ba4e60b98dee6930a07c052c3b5b64.zip
Fixed to use gpgme-0.3.14. fixes bug #78521
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/ChangeLog7
-rw-r--r--net-im/ayttm/Manifest16
-rw-r--r--net-im/ayttm/ayttm-0.4.6-r1.ebuild8
3 files changed, 23 insertions, 8 deletions
diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog
index 8f96ec86bfa9..60669b501103 100644
--- a/net-im/ayttm/ChangeLog
+++ b/net-im/ayttm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ayttm
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.14 2004/07/03 11:27:13 dholm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.15 2005/05/23 13:44:25 dragonheart Exp $
+
+ 23 May 2005; Daniel Black <dragonheart@gentoo.org> ayttm-0.4.6-r1.ebuild:
+ Fixed to use gpgme-0.3.14. fixes bug #78521 by Virgil Iancu
03 Jul 2004; David Holm <dholm@gentoo.org> ayttm-0.4.6-r1.ebuild:
Added to ~ppc.
diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest
index 44003490216b..1ab773b5d2cf 100644
--- a/net-im/ayttm/Manifest
+++ b/net-im/ayttm/Manifest
@@ -1,6 +1,16 @@
-MD5 e379b4adbf80a5ba6cbbb9147ff6b671 ChangeLog 2216
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a77d74b01b25fe8c76dab292e62fd096 ChangeLog 2361
+MD5 4dad36674d7e0c715ab74756dbfb13bf ayttm-0.4.6-r1.ebuild 1102
MD5 ac81d55e459b1e029c24e7aba62bb221 ayttm-0.4.6.ebuild 1020
MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159
-MD5 7cd5b87d70cb2479c5cc7cc50b492af2 ayttm-0.4.6-r1.ebuild 1027
-MD5 9c1b6fc0ebabfbf5555e58857db6a47a files/digest-ayttm-0.4.6 65
MD5 98deccc00354eed7d4fac65a13ec12f5 files/digest-ayttm-0.4.6-r1 68
+MD5 9c1b6fc0ebabfbf5555e58857db6a47a files/digest-ayttm-0.4.6 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.16 (GNU/Linux)
+
+iD8DBQFCkd5RmdTrptrqvGERAsDWAJ9+J8Jd8VJc/PiskKxY4a/DFuYNqwCfeHU7
+4B51jMzdUKTt4T50ZZCad/g=
+=Hpu0
+-----END PGP SIGNATURE-----
diff --git a/net-im/ayttm/ayttm-0.4.6-r1.ebuild b/net-im/ayttm/ayttm-0.4.6-r1.ebuild
index 8f423d46a553..663a9b709704 100644
--- a/net-im/ayttm/ayttm-0.4.6-r1.ebuild
+++ b/net-im/ayttm/ayttm-0.4.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6-r1.ebuild,v 1.2 2004/07/03 11:27:13 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6-r1.ebuild,v 1.3 2005/05/23 13:44:25 dragonheart Exp $
# arts causes segfault
IUSE="truetype esd gnome nls"
@@ -22,10 +22,12 @@ DEPEND="virtual/x11
sys-devel/libtool
truetype? ( virtual/xft )
gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )
- esd? ( >=media-sound/esound-0.2.28 )"
+ esd? ( >=media-sound/esound-0.2.28 )
+ ~app-crypt/gpgme-0.3.14"
src_compile() {
+ export GPGME_CONFIG=/usr/bin/gpgme3-config
econf \
--enable-smtp \
--disable-arts \