summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Becker <geoman@gentoo.org>2005-11-05 15:10:51 +0000
committerStephen Becker <geoman@gentoo.org>2005-11-05 15:10:51 +0000
commitbc762811def59d37c3f7cd633bf8a64388b1d354 (patch)
tree5e9dd19b3480053b2f1558e22b465c0f446c4891 /net-irc/xchat
parentadded ~mips keyword (diff)
downloadhistorical-bc762811def59d37c3f7cd633bf8a64388b1d354.tar.gz
historical-bc762811def59d37c3f7cd633bf8a64388b1d354.tar.bz2
historical-bc762811def59d37c3f7cd633bf8a64388b1d354.zip
added ~mips keyword, bug 111322
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/Manifest4
-rw-r--r--net-irc/xchat/xchat-2.6.0.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index fc834fbc5d0d..f7a5f2d63e97 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# 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.179 2005/11/04 07:18:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.180 2005/11/05 15:10:51 geoman Exp $
+
+ 05 Nov 2005; Stephen P. Becker <geoman@gentoo.org> xchat-2.6.0.ebuild:
+ added ~mips keyword, bug 111322
04 Nov 2005; Sven Wegener <swegener@gentoo.org>
+files/xc260-fix-fetext.diff, xchat-2.6.0.ebuild:
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest
index d1fecc55751e..ce04c34fc017 100644
--- a/net-irc/xchat/Manifest
+++ b/net-irc/xchat/Manifest
@@ -1,4 +1,4 @@
-MD5 88a519c952b4c2d6d1d09fdc4e31aa1f ChangeLog 26870
+MD5 c97217b10c5f4b4a98d58a46a030d86c ChangeLog 26976
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
@@ -12,4 +12,4 @@ MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179
MD5 4634f562e01b219d3bcfb0ae6acb8397 xchat-1.8.11-r1.ebuild 2264
MD5 f70fee92ab2e258ea7be208d0ddfa4b6 xchat-2.4.3.ebuild 2266
MD5 f8955431b1602f7fa637ee19c96d0369 xchat-2.4.5.ebuild 2301
-MD5 55c602b144fd5109640f5c8ea29ff216 xchat-2.6.0.ebuild 2257
+MD5 95d53db19acfbc8d85a8ac0c8d695133 xchat-2.6.0.ebuild 2261
diff --git a/net-irc/xchat/xchat-2.6.0.ebuild b/net-irc/xchat/xchat-2.6.0.ebuild
index 922fe107e1b8..bae2d72ce89a 100644
--- a/net-irc/xchat/xchat-2.6.0.ebuild
+++ b/net-irc/xchat/xchat-2.6.0.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.6.0.ebuild,v 1.4 2005/11/04 07:18:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.6.0.ebuild,v 1.5 2005/11/05 15:10:51 geoman Exp $
inherit eutils versionator
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="perl dbus tcltk python ssl mmx ipv6 nls xchattext xchatnogtk"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>