Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-latex: ChangeLog pidgin-latex-1.3.4.ebuild pidgin-latex-1.3.2.ebuild
Date: Thu, 25 Feb 2010 07:57:28
Message-Id: E1NkXO8-0004LD-3z@stork.gentoo.org
1 pva 10/02/25 06:39:56
2
3 Modified: ChangeLog
4 Added: pidgin-latex-1.3.4.ebuild
5 Removed: pidgin-latex-1.3.2.ebuild
6 Log:
7 Version bump, bug #306191 thank ScytheMan for report.
8 (Portage version: 2.1.7.17/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 x11-plugins/pidgin-latex/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 8 Jan 2010 09:16:47 -0000 1.14
24 +++ ChangeLog 25 Feb 2010 06:39:55 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/pidgin-latex
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.14 2010/01/08 09:16:47 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.15 2010/02/25 06:39:55 pva Exp $
30 +
31 +*pidgin-latex-1.3.4 (25 Feb 2010)
32 +
33 + 25 Feb 2010; Peter Volkov <pva@g.o> -pidgin-latex-1.3.2.ebuild,
34 + +pidgin-latex-1.3.4.ebuild:
35 + Version bump, bug #306191 thank ScytheMan for report.
36
37 08 Jan 2010; Peter Volkov <pva@g.o> pidgin-latex-1.3.3.ebuild:
38 Added elog for possible cause why this plugin may not work.
39
40
41
42 1.1 x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pidgin-latex-1.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild,v 1.1 2010/02/25 06:39:55 pva Exp $
52
53 EAPI="2"
54 inherit multilib toolchain-funcs
55
56 DESCRIPTION="Pidgin plugin that renders latex formulae"
57 HOMEPAGE="http://sourceforge.net/projects/pidgin-latex"
58 SRC_URI="mirror://sourceforge/pidgin-latex/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 COMMON_DEPEND="net-im/pidgin[gtk]
66 x11-libs/gtk+:2"
67 DEPEND="${COMMON_DEPEND}
68 sys-devel/libtool
69 dev-util/pkgconfig"
70 RDEPEND="${COMMON_DEPEND}
71 virtual/latex-base
72 app-text/dvipng"
73
74 S=${WORKDIR}/${PN}
75
76 src_prepare()
77 {
78 sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
79 -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
80 -i Makefile || die
81 }
82
83 src_compile() {
84 emake PREFIX=/usr || die
85 }
86
87 src_install()
88 {
89 make PREFIX="${D}/usr" install || die "make install failed"
90 dodoc README CHANGELOG TODO || die
91 }
92
93 pkg_postinst() {
94 elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
95 elog 'switch off "ignore incoming format" option in plugin configuration.'
96 elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
97 }