diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-07-05 07:49:16 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-07-05 07:49:16 +0000 |
commit | 0b576f6a6addec5e62b5a398c0da3a92eec86ddf (patch) | |
tree | 0f330dc945c8a8af063c53224a04108afb58e192 /net-irc/xchat/xchat-2.4.5.ebuild | |
parent | Stable on ppc; security bug #138545. (diff) | |
download | historical-0b576f6a6addec5e62b5a398c0da3a92eec86ddf.tar.gz historical-0b576f6a6addec5e62b5a398c0da3a92eec86ddf.tar.bz2 historical-0b576f6a6addec5e62b5a398c0da3a92eec86ddf.zip |
Moving dccserver patch to distfiles mirror
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'net-irc/xchat/xchat-2.4.5.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.4.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/xchat/xchat-2.4.5.ebuild b/net-irc/xchat/xchat-2.4.5.ebuild index cbc83d6d94b3..a49b724399bf 100644 --- a/net-irc/xchat/xchat-2.4.5.ebuild +++ b/net-irc/xchat/xchat-2.4.5.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2006 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.13 2006/06/10 03:06:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.14 2006/07/05 07:49:16 jokey Exp $ inherit flag-o-matic eutils versionator 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" + mirror://sourceforge/${PN}/${P}.tar.bz2 + mirror://gentoo/${PN}-dccserver-0.5.patch.bz2" HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" @@ -33,7 +34,7 @@ src_unpack() { epatch "${FILESDIR}"/xc245-fix-te-notify.diff - use xchatdccserver && epatch "${FILESDIR}"/xchat-dccserver-0.5.patch + use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.5.patch.bz2 # use libdir/xchat/plugins as the plugin directory if [ $(get_libdir) != "lib" ] ; then |