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: hexchat-javascript-0.3.2.ebuild ChangeLog
Date: Mon, 27 Oct 2014 20:26:15
Message-Id: 20141027202612.819B38E11@oystercatcher.gentoo.org
1 hasufell 14/10/27 20:26:12
2
3 Modified: ChangeLog
4 Added: hexchat-javascript-0.3.2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.8 x11-plugins/hexchat-javascript/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 12 Mar 2014 05:21:57 -0000 1.7
24 +++ ChangeLog 27 Oct 2014 20:26:12 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/hexchat-javascript
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.7 2014/03/12 05:21:57 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/ChangeLog,v 1.8 2014/10/27 20:26:12 hasufell Exp $
30 +
31 +*hexchat-javascript-0.3.2 (27 Oct 2014)
32 +
33 + 27 Oct 2014; Julian Ospald <hasufell@g.o>
34 + +hexchat-javascript-0.3.2.ebuild:
35 + version bump
36
37 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@g.o>
38 hexchat-javascript-0.3.1.ebuild:
39
40
41
42 1.1 x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hexchat-javascript-0.3.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild,v 1.1 2014/10/27 20:26:12 hasufell Exp $
52
53 EAPI=5
54
55 inherit toolchain-funcs
56
57 DESCRIPTION="Javascript interface for HexChat"
58 HOMEPAGE="https://github.com/TingPing/hexchat-javascript"
59 SRC_URI="https://github.com/TingPing/hexchat-javascript/archive/${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="MPL-2.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="examples"
65
66 RDEPEND="
67 dev-lang/spidermonkey:0
68 >=net-irc/hexchat-2.9.6[plugins]"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 pkg_setup() {
73 if [[ ${MERGE_TYPE} != binary ]]; then
74 tc-export CXX PKG_CONFIG
75 fi
76 }
77
78 src_install() {
79 dodir /usr/share/appdata
80 default
81 if use examples ; then
82 dodoc -r examples
83 fi
84 }