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 ChangeLog
Date: Sun, 31 Mar 2013 15:17:18
Message-Id: 20130331151714.EBEB32171D@flycatcher.gentoo.org
1 hasufell 13/03/31 15:17:14
2
3 Modified: hexchat-2.9.4-r1.ebuild ChangeLog
4 Log:
5 remove -O3 hack wrt #461520
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.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r1.ebuild?rev=1.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hexchat-2.9.4-r1.ebuild 31 Mar 2013 14:29:27 -0000 1.1
23 +++ hexchat-2.9.4-r1.ebuild 31 Mar 2013 15:17:14 -0000 1.2
24 @@ -1,11 +1,11 @@
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.1 2013/03/31 14:29:27 hasufell Exp $
28 +# $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 $
29
30 EAPI=5
31
32 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
33 -inherit autotools eutils gnome2-utils mono multilib flag-o-matic python-single-r1
34 +inherit autotools eutils gnome2-utils mono multilib python-single-r1
35
36 DESCRIPTION="Graphical IRC client based on XChat"
37 SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.xz"
38 @@ -41,15 +41,6 @@
39
40 DOCS="share/doc/changelog.md share/doc/readme.md"
41
42 -pkg_setup() {
43 - python-single-r1_pkg_setup
44 -
45 - # Added for to fix a sparc seg fault issue by Jason Wever <weeve@g.o>
46 - if [[ ${ARCH} = sparc ]] ; then
47 - replace-flags "-O[3-9]" "-O2"
48 - fi
49 -}
50 -
51 src_prepare() {
52 epatch \
53 "${FILESDIR}"/${PN}-2.9.1-input-box.patch \
54
55
56
57 1.37 net-irc/hexchat/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.37&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.37&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.36&r2=1.37
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
66 retrieving revision 1.36
67 retrieving revision 1.37
68 diff -u -r1.36 -r1.37
69 --- ChangeLog 31 Mar 2013 15:06:31 -0000 1.36
70 +++ ChangeLog 31 Mar 2013 15:17:14 -0000 1.37
71 @@ -1,6 +1,9 @@
72 # ChangeLog for net-irc/hexchat
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.36 2013/03/31 15:06:31 hasufell Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.37 2013/03/31 15:17:14 hasufell Exp $
76 +
77 + 31 Mar 2013; Julian Ospald <hasufell@g.o> hexchat-2.9.4-r1.ebuild:
78 + remove -O3 hack wrt #461520
79
80 31 Mar 2013; Julian Ospald <hasufell@g.o>
81 files/hexchat-2.9.4-build.patch: