summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2004-01-23 19:33:27 +0000
committerGustavo Felisberto <humpback@gentoo.org>2004-01-23 19:33:27 +0000
commitfa155eda9cfc356a99c82fa92a0020622c34e35a (patch)
treeb9d2e4e6f8f6555b2243fe16208b92e86fc5694b /net-im/yahoo-transport
parentNew auth scheme and name of the yahoo server. (diff)
downloadgentoo-2-fa155eda9cfc356a99c82fa92a0020622c34e35a.tar.gz
gentoo-2-fa155eda9cfc356a99c82fa92a0020622c34e35a.tar.bz2
gentoo-2-fa155eda9cfc356a99c82fa92a0020622c34e35a.zip
New auth scheme and name of the yahoo server.
Diffstat (limited to 'net-im/yahoo-transport')
-rw-r--r--net-im/yahoo-transport/ChangeLog9
-rw-r--r--net-im/yahoo-transport/Manifest4
-rw-r--r--net-im/yahoo-transport/files/digest-yahoo-transport-2.3.0-r12
-rw-r--r--net-im/yahoo-transport/files/yahootrans.xml2
-rw-r--r--net-im/yahoo-transport/yahoo-transport-2.3.0-r1.ebuild42
5 files changed, 55 insertions, 4 deletions
diff --git a/net-im/yahoo-transport/ChangeLog b/net-im/yahoo-transport/ChangeLog
index 774ecb063c90..2668c18050ea 100644
--- a/net-im/yahoo-transport/ChangeLog
+++ b/net-im/yahoo-transport/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/yahoo-transport
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.1 2004/01/12 01:14:39 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/ChangeLog,v 1.2 2004/01/23 19:33:17 humpback Exp $
+
+*yahoo-transport-2.3.0-r1 (23 Jan 2004)
+
+ 23 Jan 2004; Gustavo Felisberto <humpback@gentoo.org>;
+ yahoo-transport-2.3.0-r1.ebuild, files/yahootrans.xml:
+ Updated auth scheme on Yahoo servers. Also updated the yahootrans.xml to use
+ the new Yahoo server.
*yahoo-transport-2.3.0 (11 Jan 2004)
diff --git a/net-im/yahoo-transport/Manifest b/net-im/yahoo-transport/Manifest
index 7f3287b583bd..1b6c7c39c6f9 100644
--- a/net-im/yahoo-transport/Manifest
+++ b/net-im/yahoo-transport/Manifest
@@ -1,7 +1,7 @@
MD5 de61b137877e644eaccff82299d6bd42 yahoo-transport-2.3.0.ebuild 931
MD5 f0b233cbf1fcb1417cbf11da9c5e928a metadata.xml 422
-MD5 0116063e93b4bd04f8ce9a5970149fa6 ChangeLog 779
-MD5 d9f1efc715db6483f410fc0a81f882f2 yahoo-transport-2.3.0-r1.ebuild 1160
+MD5 a80cca32e64a0cbbed3b0f65a71240bb ChangeLog 782
+MD5 97e780e687c497c9aef72b8e21de86f9 yahoo-transport-2.3.0-r1.ebuild 1166
MD5 25e82b074896a885889f7f45e84872c0 files/digest-yahoo-transport-2.3.0 72
MD5 69d3e0efaec60f6e43d96bc566772ba2 files/digest-yahoo-transport-2.3.0-r1 144
MD5 850986afafb4e6fdbc0643e72d9f22b7 files/yahoo-makefile.patch 507
diff --git a/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.0-r1 b/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.0-r1
new file mode 100644
index 000000000000..412c1191daa9
--- /dev/null
+++ b/net-im/yahoo-transport/files/digest-yahoo-transport-2.3.0-r1
@@ -0,0 +1,2 @@
+MD5 281136e9934dd9e9221739a83bac4a2e yahoo-transport-2.3.0.tar.gz 44757
+MD5 8ff89895881d81c8ac7aff2788c745a2 yahoo-transport+newauth.diff 86348
diff --git a/net-im/yahoo-transport/files/yahootrans.xml b/net-im/yahoo-transport/files/yahootrans.xml
index 281e160b443e..9fe64642cfcc 100644
--- a/net-im/yahoo-transport/files/yahootrans.xml
+++ b/net-im/yahoo-transport/files/yahootrans.xml
@@ -16,7 +16,7 @@
<NAME>Yahoo Transport</NAME>
</vCard>
<instructions>Enter your YAHOO! Messenger Username and Password to register with the gateway.</instructions>
- <server>scs.yahoo.com</server>
+ <server>scs.msg.yahoo.com</server>
<port>5050</port>
<charmap>CP1252</charmap>
</config>
diff --git a/net-im/yahoo-transport/yahoo-transport-2.3.0-r1.ebuild b/net-im/yahoo-transport/yahoo-transport-2.3.0-r1.ebuild
new file mode 100644
index 000000000000..4065cb68a92d
--- /dev/null
+++ b/net-im/yahoo-transport/yahoo-transport-2.3.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/yahoo-transport/yahoo-transport-2.3.0-r1.ebuild,v 1.1 2004/01/23 19:33:17 humpback Exp $
+
+DESCRIPTION="Open Source Jabber Server Yahoo transport"
+HOMEPAGE="http://yahoo-transport-2.jabberstudio.org/"
+SRC_URI="http://www.jabberstudio.org/files/yahoo-transport-2/${P}.tar.gz
+ http://dev.gentoo.org/~humpback/yahoo-transport+newauth.diff"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+
+DEPEND=">=net-im/jabberd-1.4.3"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ epatch ${FILESDIR}/yahoo-makefile.patch
+ #This applies a patch to the auth scheme
+ #http://mailman.jabber.org/pipermail/jadmin/2004-January/013922.html
+ epatch ${DISTDIR}/yahoo-transport+newauth.diff
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dodir /etc/jabber /usr/lib/jabberd
+ insinto /usr/lib/jabberd
+ doins yahoo-transport.so
+ insinto /etc/jabber
+ doins ${FILESDIR}/yahootrans.xml
+ dodoc README ${FILESDIR}/README.Gentoo
+}
+
+pkg_postinst() {
+ einfo
+ einfo "Please read /usr/share/doc/${P}/README.Gentoo.gz"
+ einfo
+}