Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-latex: ChangeLog pidgin-latex-1.4.3.ebuild pidgin-latex-1.3.4.ebuild pidgin-latex-1.4.4.ebuild
Date: Tue, 03 May 2011 07:25:24
Message-Id: 20110503072513.AA80D20054@flycatcher.gentoo.org
1 jlec 11/05/03 07:25:13
2
3 Modified: ChangeLog pidgin-latex-1.4.3.ebuild
4 pidgin-latex-1.3.4.ebuild
5 Added: pidgin-latex-1.4.4.ebuild
6 Log:
7 Non-Maintainer Version Bump
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.22 x11-plugins/pidgin-latex/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 5 Dec 2010 11:14:47 -0000 1.21
25 +++ ChangeLog 3 May 2011 07:25:13 -0000 1.22
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-plugins/pidgin-latex
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.21 2010/12/05 11:14:47 pva Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.22 2011/05/03 07:25:13 jlec Exp $
32 +
33 +*pidgin-latex-1.4.4 (03 May 2011)
34 +
35 + 03 May 2011; Justin Lecher <jlec@g.o> pidgin-latex-1.3.4.ebuild,
36 + pidgin-latex-1.4.3.ebuild, +pidgin-latex-1.4.4.ebuild:
37 + Non-Maintainer Version Bump
38
39 *pidgin-latex-1.4.3 (05 Dec 2010)
40
41
42
43
44 1.2 x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild?r1=1.1&r2=1.2
49
50 Index: pidgin-latex-1.4.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- pidgin-latex-1.4.3.ebuild 5 Dec 2010 11:14:49 -0000 1.1
57 +++ pidgin-latex-1.4.3.ebuild 3 May 2011 07:25:13 -0000 1.2
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 +# Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild,v 1.1 2010/12/05 11:14:49 pva Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.3.ebuild,v 1.2 2011/05/03 07:25:13 jlec Exp $
64
65 EAPI="2"
66 inherit multilib toolchain-funcs
67 @@ -8,7 +8,7 @@
68 MY_P=${PN}_${PV}
69
70 DESCRIPTION="Pidgin plugin that renders latex formulae"
71 -HOMEPAGE="http://sourceforge.net/projects/pidgin-latex"
72 +HOMEPAGE="http://sourceforge.net/projects/pidgin-latex/"
73 SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2"
74
75 LICENSE="GPL-2"
76 @@ -16,7 +16,8 @@
77 KEYWORDS="~amd64 ~ppc ~x86"
78 IUSE=""
79
80 -COMMON_DEPEND="net-im/pidgin[gtk]
81 +COMMON_DEPEND="
82 + net-im/pidgin[gtk]
83 x11-libs/gtk+:2"
84 DEPEND="${COMMON_DEPEND}
85 sys-devel/libtool
86 @@ -34,7 +35,7 @@
87 }
88
89 src_install() {
90 - make PREFIX="${D}/usr" install || die "make install failed"
91 + emake PREFIX="${D}/usr" install || die "make install failed"
92 dodoc README CHANGELOG TODO || die
93 }
94
95
96
97
98 1.6 x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild?rev=1.6&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild?rev=1.6&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild?r1=1.5&r2=1.6
103
104 Index: pidgin-latex-1.3.4.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild,v
107 retrieving revision 1.5
108 retrieving revision 1.6
109 diff -u -r1.5 -r1.6
110 --- pidgin-latex-1.3.4.ebuild 22 Jul 2010 14:45:50 -0000 1.5
111 +++ pidgin-latex-1.3.4.ebuild 3 May 2011 07:25:13 -0000 1.6
112 @@ -1,12 +1,12 @@
113 -# Copyright 1999-2010 Gentoo Foundation
114 +# Copyright 1999-2011 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild,v 1.5 2010/07/22 14:45:50 pva Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild,v 1.6 2011/05/03 07:25:13 jlec Exp $
118
119 EAPI="2"
120 inherit multilib toolchain-funcs
121
122 DESCRIPTION="Pidgin plugin that renders latex formulae"
123 -HOMEPAGE="http://sourceforge.net/projects/pidgin-latex"
124 +HOMEPAGE="http://sourceforge.net/projects/pidgin-latex/"
125 SRC_URI="mirror://sourceforge/pidgin-latex/${P}.tar.bz2"
126
127 LICENSE="GPL-2"
128 @@ -14,7 +14,8 @@
129 KEYWORDS="amd64 ppc x86"
130 IUSE=""
131
132 -COMMON_DEPEND="net-im/pidgin[gtk]
133 +COMMON_DEPEND="
134 + net-im/pidgin[gtk]
135 x11-libs/gtk+:2"
136 DEPEND="${COMMON_DEPEND}
137 sys-devel/libtool
138 @@ -37,7 +38,7 @@
139 }
140
141 src_install() {
142 - make PREFIX="${D}/usr" install || die "make install failed"
143 + emake PREFIX="${D}/usr" install || die "make install failed"
144 dodoc README CHANGELOG TODO || die
145 }
146
147
148
149
150 1.1 x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild?rev=1.1&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild?rev=1.1&content-type=text/plain
154
155 Index: pidgin-latex-1.4.4.ebuild
156 ===================================================================
157 # Copyright 1999-2011 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.4.4.ebuild,v 1.1 2011/05/03 07:25:13 jlec Exp $
160
161 EAPI="2"
162 inherit multilib toolchain-funcs
163
164 MY_P=${PN}_${PV}
165
166 DESCRIPTION="Pidgin plugin that renders latex formulae"
167 HOMEPAGE="http://sourceforge.net/projects/pidgin-latex/"
168 SRC_URI="mirror://sourceforge/pidgin-latex/${MY_P}.tar.bz2"
169
170 LICENSE="GPL-2"
171 SLOT="0"
172 KEYWORDS="~amd64 ~ppc ~x86"
173 IUSE=""
174
175 COMMON_DEPEND="
176 net-im/pidgin[gtk]
177 x11-libs/gtk+:2"
178 DEPEND="${COMMON_DEPEND}
179 sys-devel/libtool
180 dev-util/pkgconfig"
181 RDEPEND="${COMMON_DEPEND}
182 virtual/latex-base
183 app-text/dvipng"
184
185 S=${WORKDIR}/${PN}
186
187 src_prepare() {
188 sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
189 -e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
190 -i Makefile || die
191 }
192
193 src_install() {
194 emake PREFIX="${D}/usr" install || die "make install failed"
195 dodoc README CHANGELOG TODO || die
196 }
197
198 pkg_postinst() {
199 elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
200 elog 'switch off "ignore incoming format" option in plugin configuration.'
201 elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
202 }