diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/Manifest | 22 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-2.0.6 | 1 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.6.ebuild | 79 |
3 files changed, 10 insertions, 92 deletions
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest index 68d1ad7f91fe..51c01d8dfc37 100644 --- a/net-irc/xchat/Manifest +++ b/net-irc/xchat/Manifest @@ -1,22 +1,20 @@ -MD5 3de3bfb62a31474e8abe774bac899017 ChangeLog 10718 -MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179 +MD5 b424d2740a1f93cdc3f306461b4cf778 xchat-2.0.1.ebuild 1946 MD5 a5a54730a6d8f16d32f25f6e9237f807 xchat-2.0.6-r1.ebuild 2390 MD5 4887bbd6f7df0f18b5aebc93850c6cf4 xchat-1.8.11.ebuild 2213 -MD5 49bc450041164b33decb74774522afab xchat-2.0.6.ebuild 1987 -MD5 b424d2740a1f93cdc3f306461b4cf778 xchat-2.0.1.ebuild 1946 -MD5 785881948431e9b5cc0fd90ccbd997e9 xchat-2.0.3-r1.ebuild 1915 -MD5 5560dba63d7b69569420abc72d653f03 xchat-2.0.4.ebuild 2010 MD5 30e4b5ee1fadd90c996c290af789b3fc xchat-2.0.5-r1.ebuild 2104 -MD5 dc4dfe00cc6b978d3d8f8bd7bc70643e files/digest-xchat-2.0.5-r1 64 -MD5 1c19b8dfe0dfe3574cb74726f3f04466 files/digest-xchat-2.0.6 64 -MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11 65 -MD5 39046393ec7b906b8c53126ab78e6b54 files/xc205-fix64bit.diff 1471 +MD5 5560dba63d7b69569420abc72d653f03 xchat-2.0.4.ebuild 2010 +MD5 3de3bfb62a31474e8abe774bac899017 ChangeLog 10718 +MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179 +MD5 785881948431e9b5cc0fd90ccbd997e9 xchat-2.0.3-r1.ebuild 1915 MD5 1ee812a2b3e28e3866413e75a80ff983 files/digest-xchat-2.0.1 64 -MD5 b0cd8469548bdd94aa722ffd98a0dec1 files/xc205-fix-emptyword.diff 416 -MD5 f5c539e05a29071298f3d580fb1a3c72 files/digest-xchat-2.0.3-r1 64 MD5 73e096b33cdb2fff840d34ecc8d7c3bb files/digest-xchat-2.0.4 64 MD5 a8f607d224408d4a27777d2ffce8beac files/xc1811fixststint.diff 422 MD5 e470c6b909112da5b80be6880e56c8c3 files/xchat-2.0.3-fix_cps.patch 438 +MD5 39046393ec7b906b8c53126ab78e6b54 files/xc205-fix64bit.diff 1471 MD5 ecfeedae2da4ba7867a2f62227db355b files/xchat-2.0.3-fix_tint.patch 558 +MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11 65 +MD5 f5c539e05a29071298f3d580fb1a3c72 files/digest-xchat-2.0.3-r1 64 +MD5 dc4dfe00cc6b978d3d8f8bd7bc70643e files/digest-xchat-2.0.5-r1 64 MD5 1c19b8dfe0dfe3574cb74726f3f04466 files/digest-xchat-2.0.6-r1 64 +MD5 b0cd8469548bdd94aa722ffd98a0dec1 files/xc205-fix-emptyword.diff 416 MD5 a834756e7ca9b9d6146f1fd60a2cad5d files/xchat-2.0.6-fix_dccsend.patch 430 diff --git a/net-irc/xchat/files/digest-xchat-2.0.6 b/net-irc/xchat/files/digest-xchat-2.0.6 deleted file mode 100644 index 89a4b9ec84bc..000000000000 --- a/net-irc/xchat/files/digest-xchat-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 5cc5e603083242fb598bc940b1a4fccc xchat-2.0.6.tar.bz2 942837 diff --git a/net-irc/xchat/xchat-2.0.6.ebuild b/net-irc/xchat/xchat-2.0.6.ebuild deleted file mode 100644 index d4372579314b..000000000000 --- a/net-irc/xchat/xchat-2.0.6.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6.ebuild,v 1.1 2003/11/28 22:30:51 foser Exp $ - -inherit flag-o-matic - -DESCRIPTION="Graphical IRC client" -SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2" -HOMEPAGE="http://www.xchat.org/" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" -IUSE="perl tcltk python ssl mmx ipv6 nls" -# Local use flag for the text frontend (bug #26427) -IUSE="${IUSE} xchattext xchatnogtk" - -# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org> -if [ ${ARCH} = "sparc" ] -then - replace-flags "-O3" "-O2" -fi - - -RDEPEND=">=dev-libs/glib-2.0.3 - !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 ) - perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.6d ) - python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl ) - nls? ( sys-devel/gettext )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.7" - -src_compile() { - - # xchat's configure script uses sys.path to find library path - # instead of python-config (#25943) - unset PYTHONPATH - - # test for local usage of xchatnogtk - local gtkconf - use xchatnogtk \ - && gtkconf="--disable-gtkfe" \ - || gtkconf="--enable-gtkfe" - - econf \ - ${gtkconf} \ - `use_enable ssl openssl` \ - `use_enable perl` \ - `use_enable python` \ - `use_enable tcltk tcl` \ - `use_enable mmx` \ - `use_enable ipv6` \ - `use_enable nls` \ - `use_enable xchattext textfe` \ - --program-suffix=-2 \ - || die "Configure failed" - - MAKEOPTS="-j1" emake || die "Compile failed" - -} - -src_install() { - - # some magic to create a menu entry for xchat 2 - mv xchat.desktop xchat.desktop.old - sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop - - einstall install || die "Install failed" - - # install plugin development header - insinto /usr/include/xchat - doins src/common/xchat-plugin.h - - dodoc AUTHORS COPYING ChangeLog README* - -} |