summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-11-03 05:42:11 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-11-03 05:42:11 +0000
commit4b68d6cc41b649660317822863a34b981275f42a (patch)
tree8d32d799cd754ff0d833e2ae65822530b28ca782 /net-irc
parentFix pkgconfig file (bug #343573). (diff)
downloadgentoo-2-4b68d6cc41b649660317822863a34b981275f42a.tar.gz
gentoo-2-4b68d6cc41b649660317822863a34b981275f42a.tar.bz2
gentoo-2-4b68d6cc41b649660317822863a34b981275f42a.zip
Removed old.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog8
-rw-r--r--net-irc/xchat/files/xchat-2.8.6-automagic-ntlm-configure-fix.patch34
-rw-r--r--net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch12
-rw-r--r--net-irc/xchat/xchat-2.8.6-r1.ebuild99
-rw-r--r--net-irc/xchat/xchat-2.8.6-r3.ebuild106
5 files changed, 7 insertions, 252 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index f392e3d7827b..fe0324cebb0b 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/xchat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.288 2010/09/12 17:56:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.289 2010/11/03 05:42:11 polynomial-c Exp $
+
+ 03 Nov 2010; Lars Wendler <polynomial-c@gentoo.org>
+ -xchat-2.8.6-r1.ebuild, -xchat-2.8.6-r3.ebuild,
+ -files/xchat-2.8.6-automagic-ntlm-configure-fix.patch,
+ -files/xchat-2.8.6-fix-button-underlines.patch:
+ Removed old.
12 Sep 2010; Raúl Porcel <armin76@gentoo.org> xchat-2.8.8.ebuild:
alpha/ia64/sparc stable wrt #329835
diff --git a/net-irc/xchat/files/xchat-2.8.6-automagic-ntlm-configure-fix.patch b/net-irc/xchat/files/xchat-2.8.6-automagic-ntlm-configure-fix.patch
deleted file mode 100644
index eee0a24d5c4f..000000000000
--- a/net-irc/xchat/files/xchat-2.8.6-automagic-ntlm-configure-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# https://sourceforge.net/tracker/?func=detail&aid=2982884&group_id=239&atid=100239
-
---- xchat-2.8.6/configure.in
-+++ xchat-2.8.6/configure.in
-@@ -143,6 +143,10 @@
- [ --enable-spell=type enable spelling type: none static libsexy gtkspell],
- spell=$enableval, spell=libsexy)
-
-+AC_ARG_ENABLE(ntlm,
-+[ --enable-ntlm enable Microsoft's NTLM auth (libntlm) library support],
-+ ntlm=$enableval, ntlm=yes)
-+
- dnl *********************************************************************
- dnl ** GLIB *************************************************************
- dnl *********************************************************************
-@@ -548,11 +552,13 @@
- dnl ** MS PROXY *********************************************************
- dnl *********************************************************************
-
--have_ntlm="no"
--AC_CHECK_LIB(ntlm, ntlm_smb_encrypt, have_ntlm=yes)
--if test "$have_ntlm" = yes; then
-- LIBS="$LIBS -lntlm"
-- AC_DEFINE(USE_MSPROXY)
-+if test "x$ntlm" = "xyes" ; then
-+ have_ntlm="no"
-+ AC_CHECK_LIB(ntlm, ntlm_smb_encrypt, have_ntlm=yes)
-+ if test "$have_ntlm" = yes; then
-+ LIBS="$LIBS -lntlm"
-+ AC_DEFINE(USE_MSPROXY)
-+ fi
- fi
-
- dnl *********************************************************************
diff --git a/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch b/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch
deleted file mode 100644
index 29f509324455..000000000000
--- a/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# http://xchat.svn.sourceforge.net/viewvc/xchat/src/fe-gtk/gtkutil.c?r1=1138&r2=1362
-
---- xchat-2.8.6/src/fe-gtk/gtkutil.c
-+++ xchat-2.8.6/src/fe-gtk/gtkutil.c
-@@ -376,6 +376,7 @@ gtkutil_button (GtkWidget *box, char *st
- {
- gtk_button_set_label (GTK_BUTTON (wid), labeltext);
- gtk_button_set_image (GTK_BUTTON (wid), gtk_image_new_from_stock (stock, GTK_ICON_SIZE_MENU));
-+ gtk_button_set_use_underline (GTK_BUTTON (wid), TRUE);
- if (box)
- gtk_container_add (GTK_CONTAINER (box), wid);
- }
diff --git a/net-irc/xchat/xchat-2.8.6-r1.ebuild b/net-irc/xchat/xchat-2.8.6-r1.ebuild
deleted file mode 100644
index 9c33dd4b37fa..000000000000
--- a/net-irc/xchat/xchat-2.8.6-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.9 2009/09/07 13:36:02 armin76 Exp $
-
-inherit eutils versionator gnome2
-
-DESCRIPTION="Graphical IRC client"
-SRC_URI="http://www.xchat.org/files/source/$(get_version_component_range 1-2)/${P}.tar.bz2
- mirror://sourceforge/${PN}/${P}.tar.bz2
- xchatdccserver? ( mirror://gentoo/${PN}-dccserver-0.6.patch.bz2 )"
-HOMEPAGE="http://www.xchat.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft"
-
-RDEPEND=">=dev-libs/glib-2.6.0
- !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- perl? ( >=dev-lang/perl-5.6.1 )
- python? ( >=dev-lang/python-2.2 )
- tcl? ( dev-lang/tcl )
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- spell? ( app-text/enchant )
- libnotify? ( x11-libs/libnotify )
- !<net-irc/xchat-gnome-0.9"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.6.patch.bz2
-
- # use libdir/xchat/plugins as the plugin directory
- if [ $(get_libdir) != "lib" ] ; then
- sed -i -e 's:${prefix}/lib/xchat:${libdir}/xchat:' \
- "${S}"/configure{,.in} || die
- fi
-
- epatch "${FILESDIR}"/xc286-smallfixes.diff
-
- # don't disable deprecated gtk+ symbols, it's not forwards compatible, bug 234458
- sed -i -e '/define GTK_DISABLE_DEPRECATED/d' src/fe-gtk/*.c
-}
-
-src_compile() {
- # Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
- if [[ ${ARCH} = sparc ]] ; then
- replace-flags "-O[3-9]" "-O2"
- fi
-
- # xchat's configure script uses sys.path to find library path
- # instead of python-config (#25943)
- unset PYTHONPATH
-
- econf \
- --enable-shm \
- $(use_enable ssl openssl) \
- $(use_enable perl) \
- $(use_enable python) \
- $(use_enable tcl) \
- $(use_enable mmx) \
- $(use_enable ipv6) \
- $(use_enable nls) \
- $(use_enable dbus) \
- $(use_enable xft) \
- $(use_enable spell spell static) \
- $(use_enable !xchatnogtk gtkfe) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- USE_DESTDIR=1 gnome2_src_install || die "make install failed"
-
- # install plugin development header
- insinto /usr/include/xchat
- doins src/common/xchat-plugin.h || die "doins failed"
-
- dodoc ChangeLog README* || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog
- elog "XChat binary has been renamed from xchat-2 to xchat."
- elog
-
- if has_version net-irc/xchat-systray
- then
- elog "XChat now includes it's own systray icon, you may want to remove net-irc/xchat-systray."
- elog
- fi
-}
diff --git a/net-irc/xchat/xchat-2.8.6-r3.ebuild b/net-irc/xchat/xchat-2.8.6-r3.ebuild
deleted file mode 100644
index 1e842b007cd8..000000000000
--- a/net-irc/xchat/xchat-2.8.6-r3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r3.ebuild,v 1.2 2010/04/25 17:46:16 armin76 Exp $
-
-EAPI=2
-
-inherit eutils versionator gnome2 autotools
-
-DESCRIPTION="Graphical IRC client"
-SRC_URI="http://www.xchat.org/files/source/$(get_version_component_range 1-2)/${P}.tar.bz2
- mirror://sourceforge/${PN}/${P}.tar.bz2
- xchatdccserver? ( mirror://gentoo/${PN}-dccserver-0.6.patch.bz2 )"
-HOMEPAGE="http://www.xchat.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus ipv6 libnotify mmx nls ntlm perl python spell ssl tcl xchatnogtk xchatdccserver xft"
-
-RDEPEND=">=dev-libs/glib-2.6.0
- !xchatnogtk? ( >=x11-libs/gtk+-2.10.0 )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- perl? ( >=dev-lang/perl-5.6.1 )
- python? ( >=dev-lang/python-2.2 )
- tcl? ( dev-lang/tcl )
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- spell? ( app-text/gtkspell )
- libnotify? ( x11-libs/libnotify )
- ntlm? ( net-libs/libntlm )
- !<net-irc/xchat-gnome-0.9"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.7
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- # Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
- if [[ ${ARCH} = sparc ]] ; then
- replace-flags "-O[3-9]" "-O2"
- fi
-}
-
-src_prepare() {
- use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.6.patch.bz2
-
- # use libdir/xchat/plugins as the plugin directory
- if [ $(get_libdir) != "lib" ] ; then
- sed -i -e 's:${prefix}/lib/xchat:${libdir}/xchat:' \
- "${S}"/configure{,.in} || die
- fi
-
- epatch "${FILESDIR}"/xc286-smallfixes.diff
- epatch "${FILESDIR}"/${P}-shm-pixmaps.patch
- # bug #286146
- epatch "${FILESDIR}"/${P}-fix-button-underlines.patch
- # bug #294636
- epatch "${FILESDIR}"/${P}-automagic-ntlm-configure-fix.patch
-
- # don't disable deprecated gtk+ symbols, it's not forwards compatible, bug 234458
- sed -i -e '/define GTK_DISABLE_DEPRECATED/d' src/fe-gtk/*.c
-
- eautoreconf
-}
-
-src_configure() {
- # xchat's configure script uses sys.path to find library path
- # instead of python-config (#25943)
- unset PYTHONPATH
-
- econf \
- --enable-shm \
- $(use_enable dbus) \
- $(use_enable ipv6) \
- $(use_enable mmx) \
- $(use_enable nls) \
- $(use_enable ntlm) \
- $(use_enable perl) \
- $(use_enable python) \
- $(use_enable spell spell gtkspell) \
- $(use_enable ssl openssl) \
- $(use_enable tcl) \
- $(use_enable !xchatnogtk gtkfe) \
- $(use_enable xft)
-}
-
-src_install() {
- USE_DESTDIR=1 gnome2_src_install || die "make install failed"
-
- # install plugin development header
- insinto /usr/include/xchat
- doins src/common/xchat-plugin.h || die "doins failed"
-
- dodoc ChangeLog README* || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog
- elog "XChat binary has been renamed from xchat-2 to xchat."
- elog
-
- if has_version net-irc/xchat-systray
- then
- elog "XChat now includes it's own systray icon, you may want to remove net-irc/xchat-systray."
- elog
- fi
-}