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/pidgin-latex/, profiles/
Date: Mon, 22 Nov 2021 13:17:56
Message-Id: 1637586918.94ecb1ef99596dc495aec601e931a3e64654c87f.jsmolic@gentoo
1 commit: 94ecb1ef99596dc495aec601e931a3e64654c87f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 13:15:18 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 13:15:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ecb1ef
7
8 x11-plugins/pidgin-latex: treeclean
9
10 Closes: https://bugs.gentoo.org/819153
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 5 ---
14 x11-plugins/pidgin-latex/Manifest | 1 -
15 x11-plugins/pidgin-latex/metadata.xml | 8 ----
16 x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild | 45 ----------------------
17 4 files changed, 59 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 8e7a1d343159..1f6c71b9c893 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -321,11 +321,6 @@ net-print/lm1100
24 # Removal on 2021-11-23. Bug #819237.
25 sys-apps/hexdump-esr
26
27 -# Jakov Smolić <jsmolic@g.o> (2021-10-24)
28 -# No maintainer, EAPI 5, dead upstream.
29 -# Removal on 2021-11-23. Bug #819153.
30 -x11-plugins/pidgin-latex
31 -
32 # Sam James <sam@g.o> (2021-10-10)
33 # Needs upstream build system fixes (currently in progress).
34 # Python toggles don't work correctly right now.
35
36 diff --git a/x11-plugins/pidgin-latex/Manifest b/x11-plugins/pidgin-latex/Manifest
37 deleted file mode 100644
38 index 51e1779ae504..000000000000
39 --- a/x11-plugins/pidgin-latex/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST pidgin-latex_1.5.0.tar.bz2 17585 BLAKE2B d9d77a3623199f65a8ee6621c8117c1dd5402375948d9ca2147fc27fa5bdab3f5a2899674f4ee5bf37e42bdc4d3517f642518705ff8d5f57e7bc511897b0b946 SHA512 e9f81f948eb70880e027d3b83a058b509b860664f3c8fb39c95fa1ac5c0c843bf37f9b5abcf095ff30942dad7b55262c27494419d55af1c14898be4caddec912
43
44 diff --git a/x11-plugins/pidgin-latex/metadata.xml b/x11-plugins/pidgin-latex/metadata.xml
45 deleted file mode 100644
46 index d12b5d4451b9..000000000000
47 --- a/x11-plugins/pidgin-latex/metadata.xml
48 +++ /dev/null
49 @@ -1,8 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <!-- maintainer-needed -->
54 - <upstream>
55 - <remote-id type="sourceforge">pidgin-latex</remote-id>
56 - </upstream>
57 -</pkgmetadata>
58
59 diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild
60 deleted file mode 100644
61 index 66c62ea6583b..000000000000
62 --- a/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild
63 +++ /dev/null
64 @@ -1,45 +0,0 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -inherit multilib toolchain-funcs
70 -
71 -MY_P=${PN}_${PV}
72 -
73 -DESCRIPTION="Pidgin plugin that renders latex formulae"
74 -HOMEPAGE="https://sourceforge.net/projects/pidgin-latex/"
75 -SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -KEYWORDS="amd64 ~ppc ~riscv x86"
80 -IUSE=""
81 -
82 -COMMON_DEPEND="
83 - net-im/pidgin[gtk]
84 - x11-libs/gtk+:2"
85 -DEPEND="${COMMON_DEPEND}
86 - sys-devel/libtool
87 - virtual/pkgconfig"
88 -RDEPEND="${COMMON_DEPEND}
89 - virtual/latex-base
90 - app-text/dvipng"
91 -
92 -S=${WORKDIR}/${PN}
93 -
94 -src_prepare() {
95 - sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
96 - -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
97 - -i Makefile || die
98 -}
99 -
100 -src_install() {
101 - emake PREFIX="${D}/usr" install
102 - dodoc README CHANGELOG TODO
103 -}
104 -
105 -pkg_postinst() {
106 - elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
107 - elog 'switch off "ignore incoming format" option in plugin configuration.'
108 - elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
109 -}