Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/hexchat-javascript: ChangeLog hexchat-javascript-0.3.1.ebuild
Date: Tue, 25 Feb 2014 19:53:54
Message-Id: 20140225195348.AFDAD2004E@flycatcher.gentoo.org
1 hasufell 14/02/25 19:53:48
2
3 Modified: ChangeLog hexchat-javascript-0.3.1.ebuild
4 Log:
5 fix dependency on dev-lang/spidermonkey (set SLOT to 0)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.4 x11-plugins/hexchat-javascript/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 7 Jan 2014 21:49:56 -0000 1.3
23 +++ ChangeLog 25 Feb 2014 19:53:48 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-plugins/hexchat-javascript
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.3 2014/01/07 21:49:56 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.4 2014/02/25 19:53:48 hasufell Exp $
29 +
30 + 25 Feb 2014; Julian Ospald <hasufell@g.o>
31 + hexchat-javascript-0.3.1.ebuild:
32 + fix dependency on dev-lang/spidermonkey (set SLOT to 0)
33
34 *hexchat-javascript-0.3.1 (07 Jan 2014)
35
36
37
38
39 1.2 x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild?r1=1.1&r2=1.2
44
45 Index: hexchat-javascript-0.3.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- hexchat-javascript-0.3.1.ebuild 7 Jan 2014 21:49:56 -0000 1.1
52 +++ hexchat-javascript-0.3.1.ebuild 25 Feb 2014 19:53:48 -0000 1.2
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/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.1 2014/01/07 21:49:56 hasufell Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild,v 1.2 2014/02/25 19:53:48 hasufell Exp $
58
59 EAPI=5
60
61 @@ -16,7 +16,7 @@
62 IUSE="examples"
63
64 RDEPEND="
65 - dev-lang/spidermonkey
66 + dev-lang/spidermonkey:0
67 >=net-irc/hexchat-2.9.6[plugins]"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"