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-9999.ebuild hexchat-2.10.0.ebuild ChangeLog
Date: Mon, 02 Jun 2014 18:09:37
Message-Id: 20140602180933.2DF782004E@flycatcher.gentoo.org
1 hasufell 14/06/02 18:09:33
2
3 Modified: hexchat-9999.ebuild hexchat-2.10.0.ebuild ChangeLog
4 Log:
5 hide warning if there are no plugins selected
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.14 net-irc/hexchat/hexchat-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild?r1=1.13&r2=1.14
15
16 Index: hexchat-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- hexchat-9999.ebuild 2 Jun 2014 18:06:05 -0000 1.13
23 +++ hexchat-9999.ebuild 2 Jun 2014 18:09:33 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.13 2014/06/02 18:06:05 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.14 2014/06/02 18:09:33 hasufell Exp $
29
30 EAPI=5
31
32 @@ -59,10 +59,12 @@
33 use plugin-fishlim && myplugins+="plugin-fishlim\n"
34 use plugin-sysinfo && myplugins+="plugin-sysinfo\n"
35
36 - ewarn "The following plugins/interfaces have been disabled, because"
37 - ewarn "\"plugins\" USE flag is disabled. Check metadata.xml"
38 - ewarn "to get more information or run \"equery u hexchat\"."
39 - ewarn "\n${myplugins}"
40 + if [[ ${myplugins} ]] ; then
41 + ewarn "The following plugins/interfaces have been disabled, because"
42 + ewarn "\"plugins\" USE flag is disabled. Check metadata.xml"
43 + ewarn "to get more information or run \"equery u hexchat\"."
44 + ewarn "\n${myplugins}"
45 + fi
46 fi
47 }
48
49
50
51
52 1.2 net-irc/hexchat/hexchat-2.10.0.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild?r1=1.1&r2=1.2
57
58 Index: hexchat-2.10.0.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- hexchat-2.10.0.ebuild 2 Jun 2014 18:06:05 -0000 1.1
65 +++ hexchat-2.10.0.ebuild 2 Jun 2014 18:09:33 -0000 1.2
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.1 2014/06/02 18:06:05 hasufell Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.10.0.ebuild,v 1.2 2014/06/02 18:09:33 hasufell Exp $
71
72 EAPI=5
73
74 @@ -58,10 +58,12 @@
75 use plugin-fishlim && myplugins+="plugin-fishlim\n"
76 use plugin-sysinfo && myplugins+="plugin-sysinfo\n"
77
78 - ewarn "The following plugins/interfaces have been disabled, because"
79 - ewarn "\"plugins\" USE flag is disabled. Check metadata.xml"
80 - ewarn "to get more information or run \"equery u hexchat\"."
81 - ewarn "\n${myplugins}"
82 + if [[ ${myplugins} ]] ; then
83 + ewarn "The following plugins/interfaces have been disabled, because"
84 + ewarn "\"plugins\" USE flag is disabled. Check metadata.xml"
85 + ewarn "to get more information or run \"equery u hexchat\"."
86 + ewarn "\n${myplugins}"
87 + fi
88 fi
89 }
90
91
92
93
94 1.100 net-irc/hexchat/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.100&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?rev=1.100&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/ChangeLog?r1=1.99&r2=1.100
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
103 retrieving revision 1.99
104 retrieving revision 1.100
105 diff -u -r1.99 -r1.100
106 --- ChangeLog 2 Jun 2014 18:06:05 -0000 1.99
107 +++ ChangeLog 2 Jun 2014 18:09:33 -0000 1.100
108 @@ -1,6 +1,10 @@
109 # ChangeLog for net-irc/hexchat
110 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.99 2014/06/02 18:06:05 hasufell Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.100 2014/06/02 18:09:33 hasufell Exp $
113 +
114 + 02 Jun 2014; Julian Ospald <hasufell@g.o> hexchat-2.10.0.ebuild,
115 + hexchat-9999.ebuild:
116 + hide warning if there are no plugins selected
117
118 *hexchat-2.10.0 (02 Jun 2014)