commit:     94ecb1ef99596dc495aec601e931a3e64654c87f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 13:15:18 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 13:15:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ecb1ef

x11-plugins/pidgin-latex: treeclean

Closes: https://bugs.gentoo.org/819153
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                              |  5 ---
 x11-plugins/pidgin-latex/Manifest                  |  1 -
 x11-plugins/pidgin-latex/metadata.xml              |  8 ----
 x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild | 45 ----------------------
 4 files changed, 59 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8e7a1d343159..1f6c71b9c893 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -321,11 +321,6 @@ net-print/lm1100
 # Removal on 2021-11-23. Bug #819237.
 sys-apps/hexdump-esr
 
-# Jakov Smolić <[email protected]> (2021-10-24)
-# No maintainer, EAPI 5, dead upstream.
-# Removal on 2021-11-23. Bug #819153.
-x11-plugins/pidgin-latex
-
 # Sam James <[email protected]> (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.

diff --git a/x11-plugins/pidgin-latex/Manifest 
b/x11-plugins/pidgin-latex/Manifest
deleted file mode 100644
index 51e1779ae504..000000000000
--- a/x11-plugins/pidgin-latex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pidgin-latex_1.5.0.tar.bz2 17585 BLAKE2B 
d9d77a3623199f65a8ee6621c8117c1dd5402375948d9ca2147fc27fa5bdab3f5a2899674f4ee5bf37e42bdc4d3517f642518705ff8d5f57e7bc511897b0b946
 SHA512 
e9f81f948eb70880e027d3b83a058b509b860664f3c8fb39c95fa1ac5c0c843bf37f9b5abcf095ff30942dad7b55262c27494419d55af1c14898be4caddec912

diff --git a/x11-plugins/pidgin-latex/metadata.xml 
b/x11-plugins/pidgin-latex/metadata.xml
deleted file mode 100644
index d12b5d4451b9..000000000000
--- a/x11-plugins/pidgin-latex/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="sourceforge">pidgin-latex</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild 
b/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild
deleted file mode 100644
index 66c62ea6583b..000000000000
--- a/x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib toolchain-funcs
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Pidgin plugin that renders latex formulae"
-HOMEPAGE="https://sourceforge.net/projects/pidgin-latex/";
-SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
-IUSE=""
-
-COMMON_DEPEND="
-       net-im/pidgin[gtk]
-       x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
-       sys-devel/libtool
-       virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-       virtual/latex-base
-       app-text/dvipng"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-       sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
-               -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
-                       -i Makefile || die
-}
-
-src_install() {
-       emake PREFIX="${D}/usr" install
-       dodoc README CHANGELOG TODO
-}
-
-pkg_postinst() {
-       elog 'Note, to see formulas either disable "Conversation Colors" plugin 
or'
-       elog 'switch off "ignore incoming format" option in plugin 
configuration.'
-       elog 'For details, take a look (and vote) at 
http://developer.pidgin.im/ticket/2772'
-}

Reply via email to