Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/hexchat-javascript/, profiles/
Date: Mon, 22 Nov 2021 13:17:55
Message-Id: 1637586861.88970baf205f855767a44d4bab005c893f0fced5.jsmolic@gentoo
1 commit: 88970baf205f855767a44d4bab005c893f0fced5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 13:14:21 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 13:14:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88970baf
7
8 x11-plugins/hexchat-javascript: treeclean
9
10 Closes: https://bugs.gentoo.org/742950
11 Closes: https://bugs.gentoo.org/819150
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 profiles/package.mask | 5 ----
15 x11-plugins/hexchat-javascript/Manifest | 1 -
16 .../hexchat-javascript-0.3.2.ebuild | 35 ----------------------
17 x11-plugins/hexchat-javascript/metadata.xml | 14 ---------
18 4 files changed, 55 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 8f994dbf125a..8e7a1d343159 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -326,11 +326,6 @@ sys-apps/hexdump-esr
25 # Removal on 2021-11-23. Bug #819153.
26 x11-plugins/pidgin-latex
27
28 -# Jakov Smolić <jsmolic@g.o> (2021-10-24)
29 -# No maintainer, EAPI 5, no other distro is packaging this.
30 -# Removal on 2021-11-23. Bug #819150.
31 -x11-plugins/hexchat-javascript
32 -
33 # Sam James <sam@g.o> (2021-10-10)
34 # Needs upstream build system fixes (currently in progress).
35 # Python toggles don't work correctly right now.
36
37 diff --git a/x11-plugins/hexchat-javascript/Manifest b/x11-plugins/hexchat-javascript/Manifest
38 deleted file mode 100644
39 index dd8a1ddfafad..000000000000
40 --- a/x11-plugins/hexchat-javascript/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST hexchat-javascript-0.3.2.tar.gz 27542 BLAKE2B ebd5ddef39a744a3149f562ad235ecd97fef3326e13558a00f9308ff7a078bf03d64564198e003d7730e55c20df6a48a0bab9b3fba66be57d032548c614d23e5 SHA512 2829ddda5d35e50c4528b56c898c96a51d5b416d55e1631f97104fa8326952ae2bde041d07d9ef652a3b92a7d33ae99307d30605c2deaacd317e71599c9708a0
44
45 diff --git a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild b/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
46 deleted file mode 100644
47 index 3233b98d08a0..000000000000
48 --- a/x11-plugins/hexchat-javascript/hexchat-javascript-0.3.2.ebuild
49 +++ /dev/null
50 @@ -1,35 +0,0 @@
51 -# Copyright 1999-2021 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -inherit toolchain-funcs
57 -
58 -DESCRIPTION="Javascript interface for HexChat"
59 -HOMEPAGE="https://github.com/TingPing/hexchat-javascript"
60 -SRC_URI="https://github.com/TingPing/hexchat-javascript/archive/${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="MPL-2.0"
63 -SLOT="0"
64 -KEYWORDS="amd64 x86"
65 -IUSE="examples"
66 -
67 -RDEPEND="
68 - dev-lang/spidermonkey:0
69 - >=net-irc/hexchat-2.9.6[plugins(+)]"
70 -DEPEND="${RDEPEND}
71 - virtual/pkgconfig"
72 -
73 -pkg_setup() {
74 - if [[ ${MERGE_TYPE} != binary ]]; then
75 - tc-export CXX PKG_CONFIG
76 - fi
77 -}
78 -
79 -src_install() {
80 - dodir /usr/share/appdata
81 - default
82 - if use examples ; then
83 - dodoc -r examples
84 - fi
85 -}
86
87 diff --git a/x11-plugins/hexchat-javascript/metadata.xml b/x11-plugins/hexchat-javascript/metadata.xml
88 deleted file mode 100644
89 index d840be85f4a2..000000000000
90 --- a/x11-plugins/hexchat-javascript/metadata.xml
91 +++ /dev/null
92 @@ -1,14 +0,0 @@
93 -<?xml version="1.0" encoding="UTF-8"?>
94 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
95 -<pkgmetadata>
96 - <!--maintainer-needed-->
97 - <upstream>
98 - <maintainer status="active">
99 - <email>tingping@×××××××××××××.org</email>
100 - <name>TingPing</name>
101 - </maintainer>
102 - <bugs-to>https://github.com/TingPing/hexchat-javascript/issues</bugs-to>
103 - <doc lang="en">https://github.com/TingPing/hexchat-javascript/wiki</doc>
104 - <remote-id type="github">TingPing/hexchat-javascript</remote-id>
105 - </upstream>
106 -</pkgmetadata>