diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-04 20:34:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-04 20:34:09 +0000 |
commit | 097ddbc51d96f1464223a20986714fc50769f8bb (patch) | |
tree | cdb2a969da52cf0706a5eff229c77e613e5a7307 /x11-plugins | |
parent | Remove old. Drop stable keyword for ppc. See bug #517808. (diff) | |
download | gentoo-2-097ddbc51d96f1464223a20986714fc50769f8bb.tar.gz gentoo-2-097ddbc51d96f1464223a20986714fc50769f8bb.tar.bz2 gentoo-2-097ddbc51d96f1464223a20986714fc50769f8bb.zip |
Remove old. Drop stable keyword for ppc. See bug #518754.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-latex/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild | 46 |
2 files changed, 5 insertions, 48 deletions
diff --git a/x11-plugins/pidgin-latex/ChangeLog b/x11-plugins/pidgin-latex/ChangeLog index fa833e0b4046..ec3829bbab1e 100644 --- a/x11-plugins/pidgin-latex/ChangeLog +++ b/x11-plugins/pidgin-latex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-latex -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.30 2014/08/25 16:20:27 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.31 2015/02/04 20:34:09 mrueg Exp $ + + 04 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pidgin-latex-1.4.4.ebuild: + Remove old. Drop stable keyword for ppc. See bug #518754. 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pidgin-latex-1.5.0.ebuild: Mark amd64 stable. Bug #518754. diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild deleted file mode 100644 index d6a3c8fe37da..000000000000 --- a/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.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.4.ebuild,v 1.5 2012/06/14 02:04:32 xmw 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' -} |