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-r2.ebuild ChangeLog hexchat-2.9.5.ebuild
Date: Wed, 29 May 2013 13:33:57
Message-Id: 20130529133354.7D1A12171D@flycatcher.gentoo.org
1 hasufell 13/05/29 13:33:54
2
3 Modified: hexchat-2.9.4-r2.ebuild ChangeLog
4 hexchat-2.9.5.ebuild
5 Log:
6 update REQUIRED_USE to include PYTHON_REQUIRED_USE
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.3 net-irc/hexchat/hexchat-2.9.4-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild?r1=1.2&r2=1.3
16
17 Index: hexchat-2.9.4-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- hexchat-2.9.4-r2.ebuild 3 Apr 2013 17:59:51 -0000 1.2
24 +++ hexchat-2.9.4-r2.ebuild 29 May 2013 13:33:54 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild,v 1.2 2013/04/03 17:59:51 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild,v 1.3 2013/05/29 13:33:54 hasufell Exp $
30
31 EAPI=5
32
33 @@ -18,7 +18,8 @@
34 REQUIRED_USE="plugin-checksum? ( plugins )
35 plugin-doat? ( plugins )
36 plugin-fishlim? ( plugins )
37 - plugin-sysinfo? ( plugins )"
38 + plugin-sysinfo? ( plugins )
39 + python? ( ${PYTHON_REQUIRED_USE} )"
40
41 RDEPEND="dev-libs/glib:2
42 dbus? ( >=dev-libs/dbus-glib-0.98 )
43
44
45
46 1.51 net-irc/hexchat/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.51&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.51&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.50&r2=1.51
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
55 retrieving revision 1.50
56 retrieving revision 1.51
57 diff -u -r1.50 -r1.51
58 --- ChangeLog 13 May 2013 19:37:35 -0000 1.50
59 +++ ChangeLog 29 May 2013 13:33:54 -0000 1.51
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-irc/hexchat
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.50 2013/05/13 19:37:35 hasufell Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.51 2013/05/29 13:33:54 hasufell Exp $
65 +
66 + 29 May 2013; Julian Ospald <hasufell@g.o> hexchat-2.9.4-r2.ebuild,
67 + hexchat-2.9.5.ebuild:
68 + update REQUIRED_USE to include PYTHON_REQUIRED_USE
69
70 13 May 2013; Julian Ospald <hasufell@g.o> hexchat-2.9.5.ebuild:
71 fix deps wrt #469656 thanks to Peter Wilmott
72
73
74
75 1.13 net-irc/hexchat/hexchat-2.9.5.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.13&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?rev=1.13&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild?r1=1.12&r2=1.13
80
81 Index: hexchat-2.9.5.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v
84 retrieving revision 1.12
85 retrieving revision 1.13
86 diff -u -r1.12 -r1.13
87 --- hexchat-2.9.5.ebuild 13 May 2013 19:37:35 -0000 1.12
88 +++ hexchat-2.9.5.ebuild 29 May 2013 13:33:54 -0000 1.13
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2013 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.12 2013/05/13 19:37:35 hasufell Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.13 2013/05/29 13:33:54 hasufell Exp $
94
95 EAPI=5
96
97 @@ -18,7 +18,8 @@
98 REQUIRED_USE="plugin-checksum? ( plugins )
99 plugin-doat? ( plugins )
100 plugin-fishlim? ( plugins )
101 - plugin-sysinfo? ( plugins )"
102 + plugin-sysinfo? ( plugins )
103 + python? ( ${PYTHON_REQUIRED_USE} )"
104
105 RDEPEND="dev-libs/glib:2
106 dbus? ( >=dev-libs/dbus-glib-0.98 )