summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-latex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /x11-plugins/pidgin-latex
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'x11-plugins/pidgin-latex')
-rw-r--r--x11-plugins/pidgin-latex/Manifest3
-rw-r--r--x11-plugins/pidgin-latex/metadata.xml8
-rw-r--r--x11-plugins/pidgin-latex/pidgin-latex-1.5.0.ebuild45
3 files changed, 0 insertions, 56 deletions
diff --git a/x11-plugins/pidgin-latex/Manifest b/x11-plugins/pidgin-latex/Manifest
deleted file mode 100644
index f0639797d215..000000000000
--- a/x11-plugins/pidgin-latex/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pidgin-latex_1.5.0.tar.bz2 17585 BLAKE2B d9d77a3623199f65a8ee6621c8117c1dd5402375948d9ca2147fc27fa5bdab3f5a2899674f4ee5bf37e42bdc4d3517f642518705ff8d5f57e7bc511897b0b946 SHA512 e9f81f948eb70880e027d3b83a058b509b860664f3c8fb39c95fa1ac5c0c843bf37f9b5abcf095ff30942dad7b55262c27494419d55af1c14898be4caddec912
-EBUILD pidgin-latex-1.5.0.ebuild 1097 BLAKE2B 87f089f572ef32b273352647d9d0fdbead2c57953664fe1ab1d377f1ca7c19e23077701df3460abb23249c6c54e722d47b65b2d06af47622eec7991d23e3cbeb SHA512 4c6d39e235d75f4832c1eaac45171f76c51242ab73bcf6d93520d94d0875761eff12ca5f8c04bbcecd10ffbbcdd83a254d896d5849311375b5c544c4e18788af
-MISC metadata.xml 250 BLAKE2B 63eed8ef29ec11111539e56b2c4ef3cde1f3696544387f984ab98c1461dae446c46886b0ec3b2fa0d2a5fa8b7fc2e94b51be06853d0fe324d315fc1f115de177 SHA512 3d9942a601bde8216489dfc1e214e13aa75fe350c864ab09413fcfb7b29c44cd43b3029822b1fcd4a8296ec91f058bc3a9dd25124d1425ed0e6aef5197391748
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'
-}