Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-latex: ChangeLog pidgin-latex-1.2.1.ebuild
Date: Wed, 05 Mar 2008 15:43:11
Message-Id: E1JWvlr-0001lj-UD@stork.gentoo.org
1 tester 08/03/05 15:43:07
2
3 Modified: ChangeLog
4 Added: pidgin-latex-1.2.1.ebuild
5 Log:
6 Version bump, bug #212392
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.7 x11-plugins/pidgin-latex/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 7 Jan 2008 23:11:30 -0000 1.6
23 +++ ChangeLog 5 Mar 2008 15:43:07 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/pidgin-latex
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.6 2008/01/07 23:11:30 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.7 2008/03/05 15:43:07 tester Exp $
29 +
30 +*pidgin-latex-1.2.1 (05 Mar 2008)
31 +
32 + 05 Mar 2008; Olivier CrĂȘte <tester@g.o>
33 + +pidgin-latex-1.2.1.ebuild:
34 + Version bump, bug #212392
35
36 07 Jan 2008; <tester@g.o> pidgin-latex-1.0.ebuild:
37 Add missing inherit eutils for built_with_use
38
39
40
41 1.1 x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pidgin-latex-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild,v 1.1 2008/03/05 15:43:07 tester Exp $
51
52 inherit flag-o-matic multilib eutils
53
54 DESCRIPTION="Pidgin plugin that renders latex formulae"
55 HOMEPAGE="http://sourceforge.net/projects/pidgin-latex"
56 SRC_URI="mirror://sourceforge/pidgin-latex/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="net-im/pidgin
64 >=x11-libs/gtk+-2"
65 RDEPEND="${DEPEND}
66 virtual/tetex
67 media-gfx/imagemagick"
68
69 S=${WORKDIR}/${PN}
70
71 pkg_setup() {
72 if ! built_with_use net-im/pidgin gtk; then
73 eerror "You need to compile net-im/pidgin with USE=gtk"
74 die "Missing gtk USE flag on net-im/pidgin"
75 fi
76 }
77
78 src_compile()
79 {
80 append-flags -fPIC
81 emake || die "emake failed"
82 }
83
84 src_install()
85 {
86 make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)/pidgin" install PREFIX="${D}/usr" \
87 || die "make install failed"
88 dodoc README CHANGELOG TODO
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list