Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-latex: pidgin-latex-1.2.1.ebuild pidgin-latex-1.0.ebuild ChangeLog
Date: Tue, 02 Sep 2008 22:26:43
Message-Id: E1KaeKe-0003p0-OJ@stork.gentoo.org
1 opfer 08/09/02 22:26:40
2
3 Modified: pidgin-latex-1.2.1.ebuild pidgin-latex-1.0.ebuild
4 ChangeLog
5 Log:
6 replace virtual/tetex with virtual/latex-base for bug 231093 by Torsten Krah <tkrah AT fachschaft DOT imn DOT htwk-leipzig DOT de>
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pidgin-latex-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pidgin-latex-1.2.1.ebuild 5 Mar 2008 15:43:07 -0000 1.1
23 +++ pidgin-latex-1.2.1.ebuild 2 Sep 2008 22:26:40 -0000 1.2
24 @@ -1,6 +1,6 @@
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.2.1.ebuild,v 1.1 2008/03/05 15:43:07 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.2.1.ebuild,v 1.2 2008/09/02 22:26:40 opfer Exp $
29
30 inherit flag-o-matic multilib eutils
31
32 @@ -16,7 +16,7 @@
33 DEPEND="net-im/pidgin
34 >=x11-libs/gtk+-2"
35 RDEPEND="${DEPEND}
36 - virtual/tetex
37 + virtual/latex-base
38 media-gfx/imagemagick"
39
40 S=${WORKDIR}/${PN}
41
42
43
44 1.8 x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild?r1=1.7&r2=1.8
49
50 Index: pidgin-latex-1.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- pidgin-latex-1.0.ebuild 7 Jan 2008 23:11:30 -0000 1.7
57 +++ pidgin-latex-1.0.ebuild 2 Sep 2008 22:26:40 -0000 1.8
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v 1.7 2008/01/07 23:11:30 tester Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.0.ebuild,v 1.8 2008/09/02 22:26:40 opfer Exp $
63
64 inherit flag-o-matic multilib eutils
65
66 @@ -16,7 +16,7 @@
67 DEPEND="net-im/pidgin
68 >=x11-libs/gtk+-2"
69 RDEPEND="${DEPEND}
70 - virtual/tetex
71 + virtual/latex-base
72 media-gfx/imagemagick"
73
74 S=${WORKDIR}/${PN}
75
76
77
78 1.8 x11-plugins/pidgin-latex/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.8&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.8&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?r1=1.7&r2=1.8
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v
87 retrieving revision 1.7
88 retrieving revision 1.8
89 diff -u -r1.7 -r1.8
90 --- ChangeLog 5 Mar 2008 15:43:07 -0000 1.7
91 +++ ChangeLog 2 Sep 2008 22:26:40 -0000 1.8
92 @@ -1,6 +1,11 @@
93 # ChangeLog for x11-plugins/pidgin-latex
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.7 2008/03/05 15:43:07 tester Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.8 2008/09/02 22:26:40 opfer Exp $
97 +
98 + 02 Sep 2008; Christian Faulhammer <opfer@g.o>
99 + pidgin-latex-1.0.ebuild, pidgin-latex-1.2.1.ebuild:
100 + replace virtual/tetex with virtual/latex-base for bug 231093 by Torsten Krah
101 + <tkrah AT fachschaft DOT imn DOT htwk-leipzig DOT de>
102
103 *pidgin-latex-1.2.1 (05 Mar 2008)