summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2005-10-19 13:19:43 +0000
committerFerris McCormick <fmccor@gentoo.org>2005-10-19 13:19:43 +0000
commit9671e2b2bf1cffe91eda22a9b72cb247a065cb00 (patch)
tree670473071a69698a377ed18b625c0e99c17ba9dd /net-irc
parentAllow compiling against non-WE-18 kernel. (diff)
downloadhistorical-9671e2b2bf1cffe91eda22a9b72cb247a065cb00.tar.gz
historical-9671e2b2bf1cffe91eda22a9b72cb247a065cb00.tar.bz2
historical-9671e2b2bf1cffe91eda22a9b72cb247a065cb00.zip
Reverting to ~sparc for more testing. On a few systems, under as yet unknown
context, xchat-2.4.5 generates a Bus Error when it tries to connect. Details not yet known. Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/Manifest14
-rw-r--r--net-irc/xchat/xchat-2.4.5.ebuild4
3 files changed, 10 insertions, 15 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 4e4fbdd2ce87..e36a765eb11d 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.176 2005/10/18 08:19:37 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.177 2005/10/19 13:19:43 fmccor Exp $
+
+ 19 Oct 2005; Ferris McCormick <fmccor@gentoo.org> xchat-2.4.5.ebuild:
+ Reverting to ~sparc for more testing. On a few systems, under as yet unknown
+ context, xchat-2.4.5 generates a Bus Error when it tries to connect. Details
+ not yet known.
18 Oct 2005; Luis Medinas <metalgod@gentoo.org> xchat-2.4.5.ebuild:
Marked Stable on amd64.
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest
index 8f6e9fe06039..67166e38fba5 100644
--- a/net-irc/xchat/Manifest
+++ b/net-irc/xchat/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ff1bb05a7f7a009a99f2cdd4c4e832ec ChangeLog 26303
+MD5 9da9f397826eab85d75f80e63323e31a ChangeLog 26551
MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11-r1 65
MD5 21bc6820aa6d0c8722509a74c7fccb3d files/digest-xchat-2.4.3 134
MD5 c5d53c24b3ebfec1f168930213f55fea files/digest-xchat-2.4.5 65
@@ -13,12 +10,5 @@ MD5 ee98eba7f1061680d8d0582a10d72cb7 files/xchat-dccserver-0.5.patch 11776
MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179
MD5 4634f562e01b219d3bcfb0ae6acb8397 xchat-1.8.11-r1.ebuild 2264
MD5 f70fee92ab2e258ea7be208d0ddfa4b6 xchat-2.4.3.ebuild 2266
-MD5 5c76ffb0dee915fc1817959e59176346 xchat-2.4.5.ebuild 2302
+MD5 f8955431b1602f7fa637ee19c96d0369 xchat-2.4.5.ebuild 2301
MD5 795889de752b7c47e177346019fcae82 xchat-2.5.0_pre20051013.ebuild 2122
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDVL5TwUpWvClEHQoRArmZAJ0Sxz19WfVGIO+6O7xmfl6BceVUOQCeI+v2
-z1Db+5zXZKcVc3pq1qlQV7k=
-=TV7c
------END PGP SIGNATURE-----
diff --git a/net-irc/xchat/xchat-2.4.5.ebuild b/net-irc/xchat/xchat-2.4.5.ebuild
index 34582b0504fe..853b1bfa6064 100644
--- a/net-irc/xchat/xchat-2.4.5.ebuild
+++ b/net-irc/xchat/xchat-2.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.6 2005/10/18 08:19:37 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.7 2005/10/19 13:19:43 fmccor Exp $
inherit flag-o-matic eutils versionator
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>