Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/hexchat-javascript/
Date: Thu, 07 Jan 2021 01:24:10
Message-Id: 1609982546.9252200b51895749751c902dcde1d971bf7753d7.sam@gentoo
1 commit: 9252200b51895749751c902dcde1d971bf7753d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:22:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:22:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9252200b
7
8 x11-plugins/hexchat-javascript: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-plugins/hexchat-javascript/Manifest | 1 -
14 .../hexchat-javascript-0.3.1.ebuild | 34 ----------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/x11-plugins/hexchat-javascript/Manifest b/x11-plugins/hexchat-javascript/Manifest
18 index e1d2d22ca39..dd8a1ddfafa 100644
19 --- a/x11-plugins/hexchat-javascript/Manifest
20 +++ b/x11-plugins/hexchat-javascript/Manifest
21 @@ -1,2 +1 @@
22 -DIST hexchat-javascript-0.3.1.tar.gz 27150 BLAKE2B 6e898483cfb620477cacd423d70d08bd3343b423efce4f858026fc22ce8eb92d76dfd746fd30a8996c1a64377cc67b1578e77571ca6079dbc41f43645f91c824 SHA512 8a59d26d9aa4fba19f3058b646a0a7da4facb936a88cec9a8f7c8f4ff4a865263665377edec5acbc33890786b7d576667d39323ba35e9b0ce05dc4d132a50502
23 DIST hexchat-javascript-0.3.2.tar.gz 27542 BLAKE2B ebd5ddef39a744a3149f562ad235ecd97fef3326e13558a00f9308ff7a078bf03d64564198e003d7730e55c20df6a48a0bab9b3fba66be57d032548c614d23e5 SHA512 2829ddda5d35e50c4528b56c898c96a51d5b416d55e1631f97104fa8326952ae2bde041d07d9ef652a3b92a7d33ae99307d30605c2deaacd317e71599c9708a0
24
25 diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
26 deleted file mode 100644
27 index 7756e2e41ed..00000000000
28 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Javascript interface for HexChat"
39 -HOMEPAGE="https://github.com/TingPing/hexchat-javascript"
40 -SRC_URI="https://github.com/TingPing/hexchat-javascript/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MPL-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="examples"
46 -
47 -RDEPEND="
48 - dev-lang/spidermonkey:0
49 - >=net-irc/hexchat-2.9.6[plugins(+)]"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -
53 -pkg_setup() {
54 - if [[ ${MERGE_TYPE} != binary ]]; then
55 - tc-export CXX PKG_CONFIG
56 - fi
57 -}
58 -
59 -src_install() {
60 - default
61 - if use examples ; then
62 - dodoc -r examples
63 - fi
64 -}