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: pidgin-latex-1.0.ebuild ChangeLog
Date: Mon, 07 Jan 2008 05:00:41
Message-Id: E1JBk6H-0005Qa-RE@stork.gentoo.org
1 tester 08/01/07 05:00:37
2
3 Modified: pidgin-latex-1.0.ebuild ChangeLog
4 Log:
5 Add dep on gtk (and check that pidgin has it too)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?r1=1.5&r2=1.6
14
15 Index: pidgin-latex-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pidgin-latex-1.0.ebuild 28 Aug 2007 16:19:13 -0000 1.5
22 +++ pidgin-latex-1.0.ebuild 7 Jan 2008 05:00:37 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v 1.5 2007/08/28 16:19:13 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v 1.6 2008/01/07 05:00:37 tester Exp $
29
30 inherit flag-o-matic multilib
31
32 @@ -13,12 +13,21 @@
33 KEYWORDS="amd64 ppc x86"
34 IUSE=""
35
36 -DEPEND="net-im/pidgin"
37 -RDEPEND="virtual/tetex
38 - media-gfx/imagemagick"
39 +DEPEND="net-im/pidgin
40 + >=x11-libs/gtk+-2"
41 +RDEPEND="${DEPEND}
42 + virtual/tetex
43 + media-gfx/imagemagick"
44
45 S=${WORKDIR}/${PN}
46
47 +pkg_setup() {
48 + if ! built_with_use net-im/pidgin gtk; then
49 + eerror "You need to compile net-im/pidgin with USE=gtk"
50 + die "Missing gtk USE flag on net-im/pidgin"
51 + fi
52 +}
53 +
54 src_compile()
55 {
56 append-flags -fPIC
57 @@ -27,7 +36,7 @@
58
59 src_install()
60 {
61 - make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)/pidgin" install PREFIX=${D}/usr \
62 + make LIB_INSTALL_DIR="${D}/usr/$(get_libdir)/pidgin" install PREFIX="${D}/usr" \
63 || die "make install failed"
64 - dodoc README CHANGELOG COPYING TODO
65 + dodoc README CHANGELOG TODO
66 }
67
68
69
70 1.5 x11-plugins/pidgin-latex/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.5&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.5&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?r1=1.4&r2=1.5
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v
79 retrieving revision 1.4
80 retrieving revision 1.5
81 diff -u -r1.4 -r1.5
82 --- ChangeLog 28 Aug 2007 16:19:13 -0000 1.4
83 +++ ChangeLog 7 Jan 2008 05:00:37 -0000 1.5
84 @@ -1,6 +1,9 @@
85 # ChangeLog for x11-plugins/pidgin-latex
86 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.4 2007/08/28 16:19:13 nixnut Exp $
88 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.5 2008/01/07 05:00:37 tester Exp $
90 +
91 + 07 Jan 2008; <tester@g.o> pidgin-latex-1.0.ebuild:
92 + Add dep on gtk (and check that pidgin has it too)
93
94 28 Aug 2007; nixnut <nixnut@g.o> pidgin-latex-1.0.ebuild:
95 Stable on ppc wrt bug 189781
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list