summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-12-27 23:18:44 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-12-27 23:18:44 +0000
commitf9f9ea74b1adf125cb8415b9bacacc2ccd66bf2b (patch)
treefa717aa32f127f2113b61085b7e1afe2dfc9f8a5 /net-im
parentMisc clean up and remove old. (diff)
downloadgentoo-2-f9f9ea74b1adf125cb8415b9bacacc2ccd66bf2b.tar.gz
gentoo-2-f9f9ea74b1adf125cb8415b9bacacc2ccd66bf2b.tar.bz2
gentoo-2-f9f9ea74b1adf125cb8415b9bacacc2ccd66bf2b.zip
Clean up, remove old.
(Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gyach/ChangeLog10
-rw-r--r--net-im/gyach/files/gyach-0.9.7-yahoo-auth-2004-06-24.diff95
-rw-r--r--net-im/gyach/files/protocol-gentoo.patch12
-rw-r--r--net-im/gyach/gyach-0.9.6.ebuild33
-rw-r--r--net-im/gyach/gyach-0.9.7-r1.ebuild40
-rw-r--r--net-im/gyach/gyach-0.9.7.ebuild33
-rw-r--r--net-im/gyach/gyach-0.9.8.ebuild17
7 files changed, 16 insertions, 224 deletions
diff --git a/net-im/gyach/ChangeLog b/net-im/gyach/ChangeLog
index fef115a28891..0fc2bc7ca244 100644
--- a/net-im/gyach/ChangeLog
+++ b/net-im/gyach/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/gyach
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.12 2007/02/22 02:21:15 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/ChangeLog,v 1.13 2008/12/27 23:18:44 coldwind Exp $
+
+ 27 Dec 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -files/gyach-0.9.7-yahoo-auth-2004-06-24.diff,
+ -files/protocol-gentoo.patch, -gyach-0.9.6.ebuild, -gyach-0.9.7.ebuild,
+ -gyach-0.9.7-r1.ebuild, gyach-0.9.8.ebuild:
+ Clean up, remove old.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-im/gyach/files/gyach-0.9.7-yahoo-auth-2004-06-24.diff b/net-im/gyach/files/gyach-0.9.7-yahoo-auth-2004-06-24.diff
deleted file mode 100644
index 7fdda83b0ea8..000000000000
--- a/net-im/gyach/files/gyach-0.9.7-yahoo-auth-2004-06-24.diff
+++ /dev/null
@@ -1,95 +0,0 @@
-diff --exclude='*~' -ur gyach-0.9.7.orig/src/yahoo_fn.c gyach-0.9.7/src/yahoo_fn.c
---- gyach-0.9.7.orig/src/yahoo_fn.c 2004-01-22 23:12:36.000000000 -0600
-+++ gyach-0.9.7/src/yahoo_fn.c 2004-07-01 09:38:10.989741680 -0500
-@@ -4388,7 +4388,7 @@
- { XOR, 0x77D64B90, 0 },
- { BITFLD, (int)table_103, 0 },
- { LOOKUP, (int)table_104, 0 },
-- { MULADD, 0x7D1428CB, 0x89F6853D },
-+ { MULADD, 0x7D1428CB, 0x3D },
- { XOR, 0x6F872C49, 0 },
- { XOR, 0x2E484655, 0 },
- { MULADD, 0x1E3349F7, 0x41F5 },
-diff --exclude='*~' -ur gyach-0.9.7.orig/src/yahoo_md5.c gyach-0.9.7/src/yahoo_md5.c
---- gyach-0.9.7.orig/src/yahoo_md5.c 2004-01-22 23:18:11.000000000 -0600
-+++ gyach-0.9.7/src/yahoo_md5.c 2004-07-01 09:35:11.632008200 -0500
-@@ -175,7 +175,7 @@
-
- }
-
--static void yahoo_process_auth_new(char *username, char *password, char *seed)
-+static void yahoo_process_auth(char *username, char *password, char *seed)
- {
- char *name = username;
- char *pass = password;
-@@ -424,6 +424,8 @@
- * challenge. */
-
- shaUpdate(&ctx1, pass_hash_xor1, 64);
-+ if (j >= 3)
-+ ctx1.sizeLo = 0x1ff;
- shaUpdate(&ctx1, magic_key_char, 4);
- shaFinal(&ctx1, digest1);
-
-@@ -513,6 +515,8 @@
- * challenge. */
-
- shaUpdate(&ctx1, crypt_hash_xor1, 64);
-+ if (j >= 3)
-+ ctx1.sizeLo = 0x1ff;
- shaUpdate(&ctx1, magic_key_char, 4);
- shaFinal(&ctx1, digest1);
-
-@@ -585,22 +589,12 @@
- }
-
- char *getstr1(char *username, char *password, char *key) {
-- yahoo_process_auth_old(username, password, key);
-- return result6;
--}
--
--char *getstr2(char *username, char *password, char *key) {
-- yahoo_process_auth_old(username, password, key);
-- return result96;
--}
--
--char *getstr1_new(char *username, char *password, char *key) {
-- yahoo_process_auth_new(username, password, key);
-+ yahoo_process_auth(username, password, key);
- return resp_6;
- }
-
--char *getstr2_new(char *username, char *password, char *key) {
-- yahoo_process_auth_new(username, password, key);
-+char *getstr2(char *username, char *password, char *key) {
-+ yahoo_process_auth(username, password, key);
- return resp_96;
- }
-
-diff --exclude='*~' -ur gyach-0.9.7.orig/src/yahoo_md5.h gyach-0.9.7/src/yahoo_md5.h
---- gyach-0.9.7.orig/src/yahoo_md5.h 2003-09-28 09:26:28.000000000 -0500
-+++ gyach-0.9.7/src/yahoo_md5.h 2004-07-01 09:36:30.858963872 -0500
-@@ -2,8 +2,5 @@
- char *getstr1(char *username, char *password, char *key);
- char *getstr2(char *username, char *password, char *key);
-
--char *getstr1_new(char *username, char *password, char *key);
--char *getstr2_new(char *username, char *password, char *key);
--
- char *yahoo_crypt(char *key, char *salt);
-
-diff --exclude='*~' -ur gyach-0.9.7.orig/src/yahoochat.c gyach-0.9.7/src/yahoochat.c
---- gyach-0.9.7.orig/src/yahoochat.c 2003-09-28 17:55:02.000000000 -0500
-+++ gyach-0.9.7/src/yahoochat.c 2004-07-01 09:36:44.625870984 -0500
-@@ -380,9 +380,9 @@
-
- sprintf( ptr, "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
- "0", YMSG9_SEP, session->user, YMSG9_SEP,
-- "6", YMSG9_SEP, getstr1_new( session->user, session->password, key ),
-+ "6", YMSG9_SEP, getstr1( session->user, session->password, key ),
- YMSG9_SEP,
-- "96", YMSG9_SEP, getstr2_new( session->user, session->password, key ),
-+ "96", YMSG9_SEP, getstr2( session->user, session->password, key ),
- YMSG9_SEP,
- "2", YMSG9_SEP, session->user, YMSG9_SEP,
- "1", YMSG9_SEP, session->user, YMSG9_SEP
diff --git a/net-im/gyach/files/protocol-gentoo.patch b/net-im/gyach/files/protocol-gentoo.patch
deleted file mode 100644
index 166b08895bbf..000000000000
--- a/net-im/gyach/files/protocol-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur gyach-0.9.4.orig/src/yahoochat.c gyach-0.9.4/src/yahoochat.c
---- gyach-0.9.4.orig/src/yahoochat.c 2003-06-07 23:00:45.000000000 -0500
-+++ gyach-0.9.4/src/yahoochat.c 2003-09-25 10:36:29.421864072 -0500
-@@ -209,7 +209,7 @@
- *((u_long *)ptr) = htonl( 0x06000000 ); ptr += 4;
- break;
- default:
-- *((u_long *)ptr) = htonl( 0x09000000 ); ptr += 4;
-+ *((u_long *)ptr) = htonl( 0x000b0000 ); ptr += 4;
- break;
- }
-
diff --git a/net-im/gyach/gyach-0.9.6.ebuild b/net-im/gyach/gyach-0.9.6.ebuild
deleted file mode 100644
index 725e6d23ee14..000000000000
--- a/net-im/gyach/gyach-0.9.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.6.ebuild,v 1.5 2004/07/15 00:13:27 agriffis Exp $
-
-DESCRIPTION="GTK+-based Yahoo! chat client"
-SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz"
-HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/"
-KEYWORDS="x86 sparc "
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="gnome"
-
-DEPEND="virtual/libc
- =x11-libs/gtk+-2*"
-
-src_compile() {
- ./configure --host=${CHOST} --prefix=/usr || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* TODO
- dodoc sample.*
-
- # install icon and desktop entry for gnome
- if use gnome ; then
- insinto /usr/share/pixmaps
- doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gyach.desktop
- fi
-}
diff --git a/net-im/gyach/gyach-0.9.7-r1.ebuild b/net-im/gyach/gyach-0.9.7-r1.ebuild
deleted file mode 100644
index 97c81f08332b..000000000000
--- a/net-im/gyach/gyach-0.9.7-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.7-r1.ebuild,v 1.4 2004/07/15 00:13:27 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK+-based Yahoo! chat client"
-SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz"
-HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/"
-KEYWORDS="x86 sparc ~ppc"
-IUSE="gnome"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc
- =x11-libs/gtk+-2*"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/gyach-${PV}-yahoo-auth-2004-06-24.diff
-}
-
-src_compile() {
- ./configure --host=${CHOST} --prefix=/usr || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* TODO
- dodoc sample.*
-
- # install icon and desktop entry for gnome
- if use gnome ; then
- insinto /usr/share/pixmaps
- doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gyach.desktop
- fi
-}
diff --git a/net-im/gyach/gyach-0.9.7.ebuild b/net-im/gyach/gyach-0.9.7.ebuild
deleted file mode 100644
index 2ca651952986..000000000000
--- a/net-im/gyach/gyach-0.9.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.7.ebuild,v 1.5 2004/07/15 00:13:27 agriffis Exp $
-
-DESCRIPTION="GTK+-based Yahoo! chat client"
-SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz"
-HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/"
-KEYWORDS="x86 sparc "
-IUSE="gnome"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc
- =x11-libs/gtk+-2*"
-
-src_compile() {
- ./configure --host=${CHOST} --prefix=/usr || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* TODO
- dodoc sample.*
-
- # install icon and desktop entry for gnome
- if use gnome ; then
- insinto /usr/share/pixmaps
- doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gyach.desktop
- fi
-}
diff --git a/net-im/gyach/gyach-0.9.8.ebuild b/net-im/gyach/gyach-0.9.8.ebuild
index c959fbb396b5..d94a32c1083a 100644
--- a/net-im/gyach/gyach-0.9.8.ebuild
+++ b/net-im/gyach/gyach-0.9.8.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v 1.2 2004/07/15 00:13:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.8.ebuild,v 1.3 2008/12/27 23:18:44 coldwind Exp $
DESCRIPTION="GTK+-based Yahoo! chat client"
SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz"
HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/"
-KEYWORDS="x86 sparc ~ppc"
+KEYWORDS="~ppc sparc x86"
IUSE="gnome"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="virtual/libc
- =x11-libs/gtk+-2*"
+DEPEND="=x11-libs/gtk+-2*"
src_compile() {
./configure --host=${CHOST} --prefix=/usr || die
@@ -19,15 +18,15 @@ src_compile() {
}
src_install() {
- make prefix=${D}/usr install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* TODO
+ make prefix="${D}"/usr install || die
+ dodoc AUTHORS BUGS ChangeLog INSTALL README* TODO
dodoc sample.*
# install icon and desktop entry for gnome
if use gnome ; then
insinto /usr/share/pixmaps
- doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm
+ doins "${D}"/usr/share/gyach/pixmaps/gyach-icon.xpm
insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/gyach.desktop
+ doins "${FILESDIR}"/gyach.desktop
fi
}