diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-02 15:39:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-02 15:39:22 +0000 |
commit | 6f19c32ed9024c738faa1f51719b031221f5a562 (patch) | |
tree | 02eae11655fec9cad254ced9531f206c3f860719 /net-irc | |
parent | ia64 stable wrt bug 172535 (diff) | |
download | gentoo-2-6f19c32ed9024c738faa1f51719b031221f5a562.tar.gz gentoo-2-6f19c32ed9024c738faa1f51719b031221f5a562.tar.bz2 gentoo-2-6f19c32ed9024c738faa1f51719b031221f5a562.zip |
Remove patches for 2.8.0 in 2.8.2, bug 173147
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.2.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index d00c8a9a671c..25db27ec1d99 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.234 2007/04/02 13:29:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.235 2007/04/02 15:39:22 armin76 Exp $ + + 02 Apr 2007; Raúl Porcel <armin76@gentoo.org> xchat-2.8.2.ebuild: + Remove patches for 2.8.0 in 2.8.2, bug 173147 *xchat-2.8.2 (02 Apr 2007) diff --git a/net-irc/xchat/xchat-2.8.2.ebuild b/net-irc/xchat/xchat-2.8.2.ebuild index 6ff5f7289487..1abc8f09c979 100644 --- a/net-irc/xchat/xchat-2.8.2.ebuild +++ b/net-irc/xchat/xchat-2.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2.ebuild,v 1.1 2007/04/02 13:29:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.2.ebuild,v 1.2 2007/04/02 15:39:22 armin76 Exp $ inherit eutils versionator gnome2 @@ -36,9 +36,6 @@ src_unpack() { use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.6.patch.bz2 - epatch "${FILESDIR}"/xc280-fix-back.diff - epatch "${FILESDIR}"/xc280-fix-ja.diff - # use libdir/xchat/plugins as the plugin directory if [ $(get_libdir) != "lib" ] ; then sed -i -e 's:${prefix}/lib/xchat:${libdir}/xchat:' \ |