Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.4-r1.ebuild
Date: Mon, 01 Apr 2013 14:42:18
Message-Id: 20130401144214.2542C2171D@flycatcher.gentoo.org
1 hasufell 13/04/01 14:42:14
2
3 Modified: hexchat-2.9.4-r1.ebuild
4 Log:
5 improve python logic
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.3 net-irc/hexchat/hexchat-2.9.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: hexchat-2.9.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- hexchat-2.9.4-r1.ebuild 31 Mar 2013 15:17:14 -0000 1.2
23 +++ hexchat-2.9.4-r1.ebuild 1 Apr 2013 14:42:14 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild,v 1.2 2013/03/31 15:17:14 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild,v 1.3 2013/04/01 14:42:14 hasufell Exp $
29
30 EAPI=5
31
32 @@ -41,6 +41,10 @@
33
34 DOCS="share/doc/changelog.md share/doc/readme.md"
35
36 +pkg_setup() {
37 + use python && python-single-r1_pkg_setup
38 +}
39 +
40 src_prepare() {
41 epatch \
42 "${FILESDIR}"/${PN}-2.9.1-input-box.patch \