summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-latex/pidgin-latex-1.4.2.ebuild')
-rw-r--r--x11-plugins/pidgin-latex/pidgin-latex-1.4.2.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.4.2.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.4.2.ebuild
deleted file mode 100644
index 4eb2f0e..0000000
--- a/x11-plugins/pidgin-latex/pidgin-latex-1.4.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild,v 1.5 2010/07/22 14:45:50 pva Exp $
-
-EAPI="2"
-
-inherit multilib toolchain-funcs
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Pidgin plugin that renders latex formulae"
-HOMEPAGE="http://sourceforge.net/projects/pidgin-latex"
-SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND="net-im/pidgin[gtk]
- x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
- sys-devel/libtool
- dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/dvipng"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- insinto /usr/$(get_libdir)/pidgin
- INSOPTIONS="-m0755"
- doins LaTeX.so || die
-
- dodoc README CHANGELOG 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'
-}