From 87fe2d94a2578723cc0782213aa97829d64fb869 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 26 Jun 2013 14:41:29 +0000 Subject: Add epatch_user in src_prepare (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) --- net-irc/hexchat/ChangeLog | 6 +++++- net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'net-irc') diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 1146aed59017..9d6454d4625e 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.58 2013/06/26 12:23:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.59 2013/06/26 14:41:29 pinkbyte Exp $ + + 26 Jun 2013; Sergey Popov + hexchat-2.9.5_p20130525.ebuild: + Add epatch_user in src_prepare 26 Jun 2013; Jeroen Roovers hexchat-2.9.5-r1.ebuild: Stable for HPPA (bug #474434). diff --git a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild index 2b52f4eafd67..446e087628be 100644 --- a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild +++ b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.2 2013/06/24 19:48:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.3 2013/06/26 14:41:29 pinkbyte Exp $ EAPI=5 @@ -61,6 +61,8 @@ src_prepare() { epatch -p1 \ "${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch + epatch_user + cp $(type -p gettextize) "${T}"/ || die sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die einfo "Running gettextize -f --no-changelog..." -- cgit v1.2.3-65-gdbad