summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2017-02-14 14:42:02 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2017-02-14 14:43:26 -0500
commitc6f0adad3c7fb1f8e64721535e1a7a92fdbf21e1 (patch)
tree2307136b68158a8f21854066452e8bacd87b2ab5
parentx11-misc/bbtime: EAPI bump 4 -> 6 (diff)
downloadgentoo-c6f0adad3c7fb1f8e64721535e1a7a92fdbf21e1.tar.gz
gentoo-c6f0adad3c7fb1f8e64721535e1a7a92fdbf21e1.tar.bz2
gentoo-c6f0adad3c7fb1f8e64721535e1a7a92fdbf21e1.zip
x11-plugins/pidgintex: remove old, migrate away from google code #544092
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--x11-plugins/pidgintex/Manifest1
-rw-r--r--x11-plugins/pidgintex/metadata.xml1
-rw-r--r--x11-plugins/pidgintex/pidgintex-1.1.1.ebuild49
3 files changed, 0 insertions, 51 deletions
diff --git a/x11-plugins/pidgintex/Manifest b/x11-plugins/pidgintex/Manifest
index 501c65f0e130..92319dc843e8 100644
--- a/x11-plugins/pidgintex/Manifest
+++ b/x11-plugins/pidgintex/Manifest
@@ -1,2 +1 @@
-DIST pidginTeX-1.1.1.tar.gz 23322 SHA256 1b47e89d12d5f5a8de4f3f89ea37da393223d525632c92e71cef8a54399ac1aa SHA512 df58e783cc19d5aa5a57dcb337192d593ad8427a860fd0314bf3f1fe0ca248e92ef8f675cd344c5703319ecfb91f88ea88e6917b8f4c89bf92dc45dd53015bb8 WHIRLPOOL 735734a62f140eb6fa704b310f829c11899a1ea44784589f120e9e63f31b905a2b0c900637cf1df393fc3fe77f07cec33f901e412635d6de30de40fd66c0b743
DIST pidgintex-1.1.2_p20170107.tar.gz 50671 SHA256 48c79474aa5c41270756022a481935b0f4321380c2e58455cc42369e48cc1d59 SHA512 fbbe6eb4e2a0a5c9086e65d967133ab1cdd09292ce0b0cc474b82fbbcfc6b9abbb49ed3828c8e7094b7fef629a372833ec6f143ed4eb1b7d5c4fbd32e98a0271 WHIRLPOOL a61e27562e879de12ecd7a3a295c4d22169e2863c0e551b16940330372cee116b0e6818f775b46ea0143114005df0c1d632c370cf633b068165b8904c83da631
diff --git a/x11-plugins/pidgintex/metadata.xml b/x11-plugins/pidgintex/metadata.xml
index 34939e01b5d6..ce13fc0a9c24 100644
--- a/x11-plugins/pidgintex/metadata.xml
+++ b/x11-plugins/pidgintex/metadata.xml
@@ -7,7 +7,6 @@ mimeTeX or mathTeX to render LaTeX expressions in messages and chat. It is
intended for math but mathTeX is fully compatible with LaTeX and any package can
be used and mimeTeX also supports many other features.</longdescription>
<upstream>
- <remote-id type="google-code">pidgintex</remote-id>
<remote-id type="github">Micket/pidgintex</remote-id>
</upstream>
</pkgmetadata>
diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
deleted file mode 100644
index 2bce48e1dfd0..000000000000
--- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-inherit toolchain-funcs multilib
-
-MY_P=pidginTeX-${PV}
-
-DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages"
-HOMEPAGE="https://github.com/Micket/pidgintex"
-SRC_URI="https://pidgintex.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="net-im/pidgin[gtk]
- app-text/mathtex"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -e "s:\(^CC.*=\).*:\1 $(tc-getCC):" \
- -e "s:\(^STRIP.*=\).*:\1 true:" \
- -e "s:\(^CFLAGS[[:space:]]*\)=:\1+=:" \
- -e "/LIB_INSTALL_DIR/{s:/lib/purple-2:/$(get_libdir)/pidgin:;}" \
- -i Makefile || die
- # set default renderer to mathtex
- sed -e "/purple_prefs_add_string.*PREFS_RENDERER/{s:mimetex:mathtex:;}" \
- -i pidginTeX.c || die
-}
-
-src_compile() {
- emake PREFIX=/usr || die
-}
-
-src_install() {
- make PREFIX="${D}/usr" install || die "make install failed"
- dodoc CHANGELOG README TODO || die
-}
-
-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'
-}