diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-22 14:15:18 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-22 14:15:18 +0100 |
commit | 94ecb1ef99596dc495aec601e931a3e64654c87f (patch) | |
tree | 9563ab6ee6aa6cf2533c5ae08c6f38427db28a65 /x11-plugins | |
parent | net-irc/hexchat: Remove x11-plugins/hexchat-javascript references (diff) | |
download | gentoo-94ecb1ef99596dc495aec601e931a3e64654c87f.tar.gz gentoo-94ecb1ef99596dc495aec601e931a3e64654c87f.tar.bz2 gentoo-94ecb1ef99596dc495aec601e931a3e64654c87f.zip |
x11-plugins/pidgin-latex: treeclean
Closes: https://bugs.gentoo.org/819153
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-latex/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/metadata.xml | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild | 45 |
3 files changed, 0 insertions, 54 deletions
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' -} |