From 8e5f7cb86d5db61ec23dea1d5220d3c66b787d5d Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Sun, 9 Mar 2014 01:10:52 +0000 Subject: Cleanup old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key ) --- x11-plugins/pidgin-latex/ChangeLog | 8 +++- x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild | 49 ---------------------- x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild | 46 -------------------- 3 files changed, 6 insertions(+), 97 deletions(-) delete mode 100644 x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild delete mode 100644 x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild (limited to 'x11-plugins/pidgin-latex') diff --git a/x11-plugins/pidgin-latex/ChangeLog b/x11-plugins/pidgin-latex/ChangeLog index a231fd0653df..54f69c362bb4 100644 --- a/x11-plugins/pidgin-latex/ChangeLog +++ b/x11-plugins/pidgin-latex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-latex -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.27 2013/08/03 21:24:43 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.28 2014/03/09 01:10:52 mrueg Exp $ + + 09 Mar 2014; Manuel Rüger -pidgin-latex-1.3.4.ebuild, + -pidgin-latex-1.4.3.ebuild: + Cleanup old. *pidgin-latex-1.5.0 (03 Aug 2013) diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild deleted file mode 100644 index f9ac1ab2e999..000000000000 --- a/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 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.7 2012/05/05 05:12:00 jdhore Exp $ - -EAPI="2" -inherit multilib toolchain-funcs - -DESCRIPTION="Pidgin plugin that renders latex formulae" -HOMEPAGE="http://sourceforge.net/projects/pidgin-latex/" -SRC_URI="mirror://sourceforge/pidgin-latex/${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 - 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:;}" \ - -e "s:-shared:\$(LDFLAGS) &:" \ - -i Makefile || die -} - -src_compile() { - emake PREFIX=/usr || die -} - -src_install() { - emake PREFIX="${D}/usr" install || die "make install failed" - 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' -} diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild deleted file mode 100644 index bdd205fd952f..000000000000 --- a/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 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.4.3.ebuild,v 1.3 2012/05/05 05:12:00 jdhore 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 - 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 || die "make install failed" - 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' -} -- cgit v1.2.3-65-gdbad