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: ChangeLog hexchat-9999.ebuild hexchat-2.10.0.ebuild
Date: Tue, 03 Jun 2014 12:19:06
Message-Id: 20140603121902.403332004E@flycatcher.gentoo.org
1 hasufell 14/06/03 12:19:02
2
3 Modified: ChangeLog hexchat-9999.ebuild hexchat-2.10.0.ebuild
4 Log:
5 fix nls dependency wrt #512280, restrict tests wrt #512280
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.101 net-irc/hexchat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 2 Jun 2014 18:09:33 -0000 1.100
23 +++ ChangeLog 3 Jun 2014 12:19:02 -0000 1.101
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-irc/hexchat
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.100 2014/06/02 18:09:33 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.101 2014/06/03 12:19:02 hasufell Exp $
29 +
30 + 03 Jun 2014; Julian Ospald <hasufell@g.o> hexchat-2.10.0.ebuild,
31 + hexchat-9999.ebuild:
32 + fix nls dependency wrt #512280, restrict tests wrt #512280
33
34 02 Jun 2014; Julian Ospald <hasufell@g.o> hexchat-2.10.0.ebuild,
35 hexchat-9999.ebuild:
36
37
38
39 1.15 net-irc/hexchat/hexchat-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?r1=1.14&r2=1.15
44
45 Index: hexchat-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- hexchat-9999.ebuild 2 Jun 2014 18:09:33 -0000 1.14
52 +++ hexchat-9999.ebuild 3 Jun 2014 12:19:02 -0000 1.15
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.14 2014/06/02 18:09:33 hasufell Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.15 2014/06/03 12:19:02 hasufell Exp $
58
59 EAPI=5
60
61 @@ -17,6 +17,7 @@
62 KEYWORDS=""
63 IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
64 REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )"
65 +RESTRICT="test"
66
67 DEPEND="dev-libs/glib:2
68 dbus? ( >=dev-libs/dbus-glib-0.98 )
69 @@ -39,7 +40,7 @@
70 DEPEND="${DEPEND}
71 app-arch/xz-utils
72 virtual/pkgconfig
73 - nls? ( sys-devel/gettext )
74 + nls? ( dev-util/intltool )
75 theme-manager? ( dev-util/monodevelop )"
76
77 pkg_setup() {
78
79
80
81 1.3 net-irc/hexchat/hexchat-2.10.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?r1=1.2&r2=1.3
86
87 Index: hexchat-2.10.0.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- hexchat-2.10.0.ebuild 2 Jun 2014 18:09:33 -0000 1.2
94 +++ hexchat-2.10.0.ebuild 3 Jun 2014 12:19:02 -0000 1.3
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.2 2014/06/02 18:09:33 hasufell Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.3 2014/06/03 12:19:02 hasufell Exp $
100
101 EAPI=5
102
103 @@ -16,6 +16,7 @@
104 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
105 IUSE="dbus +gtk ipv6 libcanberra libnotify libproxy nls ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
106 REQUIRED_USE="plugins? ( python? ( ${PYTHON_REQUIRED_USE} ) )"
107 +RESTRICT="test"
108
109 DEPEND="dev-libs/glib:2
110 dbus? ( >=dev-libs/dbus-glib-0.98 )
111 @@ -38,7 +39,7 @@
112 DEPEND="${DEPEND}
113 app-arch/xz-utils
114 virtual/pkgconfig
115 - nls? ( sys-devel/gettext )
116 + nls? ( dev-util/intltool )
117 theme-manager? ( dev-util/monodevelop )"
118
119 pkg_setup() {