summaryrefslogtreecommitdiff
path: root/net-im
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
commit986cb4b39c262edc5197febfd96999bbc797e7b0 (patch)
tree21db25ab703851e60707ed6a8df63c8e3fcab0da /net-im
parentpatch to make ssl work. Thanks to Andrea Pinazzi for researching. fixes #93670 (diff)
downloadgentoo-2-986cb4b39c262edc5197febfd96999bbc797e7b0.tar.gz
gentoo-2-986cb4b39c262edc5197febfd96999bbc797e7b0.tar.bz2
gentoo-2-986cb4b39c262edc5197febfd96999bbc797e7b0.zip
Fixed to use gpgme-0.3.14. fixes bug #78521
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ayttm/ChangeLog7
-rw-r--r--net-im/ayttm/Manifest4
-rw-r--r--net-im/ayttm/ayttm-0.4.6-r1.ebuild8
3 files changed, 12 insertions, 7 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..e390c4048f3d 100644
--- a/net-im/ayttm/Manifest
+++ b/net-im/ayttm/Manifest
@@ -1,6 +1,6 @@
MD5 e379b4adbf80a5ba6cbbb9147ff6b671 ChangeLog 2216
+MD5 869e9450477f4db3d4ae28cbd707cdca ayttm-0.4.6-r1.ebuild 1096
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
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 \