Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pidgin: pidgin-2.10.11.ebuild ChangeLog
Date: Sun, 28 Jun 2015 17:14:25
Message-Id: 20150628171413.6B1D7746@oystercatcher.gentoo.org
1 jlec 15/06/28 17:14:13
2
3 Modified: pidgin-2.10.11.ebuild ChangeLog
4 Log:
5 Add fix for ncurses[tinfo], bug #461482
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.9 net-im/pidgin/pidgin-2.10.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?r1=1.8&r2=1.9
15
16 Index: pidgin-2.10.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- pidgin-2.10.11.ebuild 27 Jun 2015 12:33:37 -0000 1.8
23 +++ pidgin-2.10.11.ebuild 28 Jun 2015 17:14:13 -0000 1.9
24 @@ -1,16 +1,18 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v 1.8 2015/06/27 12:33:37 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v 1.9 2015/06/28 17:14:13 jlec Exp $
29
30 EAPI=5
31
32 GENTOO_DEPEND_ON_PERL=no
33 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
34 +PYTHON_COMPAT=( python2_7 python3_{3,4} )
35 +
36 inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 python-single-r1
37
38 DESCRIPTION="GTK Instant Messenger client"
39 HOMEPAGE="http://pidgin.im/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
41 +SRC_URI="
42 + mirror://sourceforge/${PN}/${P}.tar.bz2
43 http://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2"
44
45 LICENSE="GPL-2"
46 @@ -137,10 +139,12 @@
47 }
48
49 src_prepare() {
50 - epatch "${FILESDIR}/${PN}-2.10.0-gold.patch" \
51 - "${WORKDIR}/${PN}-eds-3.6.patch" \
52 - "${FILESDIR}/${PN}-2.10.9-fix-gtkmedia.patch" \
53 - "${FILESDIR}/${PN}-2.10.10-eds-3.6-configure.ac.patch"
54 + epatch \
55 + "${FILESDIR}"/${PN}-2.10.0-gold.patch \
56 + "${WORKDIR}"/${PN}-eds-3.6.patch \
57 + "${FILESDIR}"/${PN}-2.10.9-fix-gtkmedia.patch \
58 + "${FILESDIR}"/${PN}-2.10.10-eds-3.6-configure.ac.patch \
59 + "${FILESDIR}"/${P}-tinfo.patch
60 epatch_user
61
62 eautoreconf
63
64
65
66 1.370 net-im/pidgin/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.370&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.370&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.369&r2=1.370
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
75 retrieving revision 1.369
76 retrieving revision 1.370
77 diff -u -r1.369 -r1.370
78 --- ChangeLog 27 Jun 2015 12:33:37 -0000 1.369
79 +++ ChangeLog 28 Jun 2015 17:14:13 -0000 1.370
80 @@ -1,6 +1,10 @@
81 # ChangeLog for net-im/pidgin
82 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.369 2015/06/27 12:33:37 maekke Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.370 2015/06/28 17:14:13 jlec Exp $
85 +
86 + 28 Jun 2015; Justin Lecher <jlec@g.o>
87 + +files/pidgin-2.10.11-tinfo.patch, pidgin-2.10.11.ebuild:
88 + Add fix for ncurses[tinfo], bug #461482
89
90 27 Jun 2015; Markus Meier <maekke@g.o> pidgin-2.10.11.ebuild:
91 arm stable, bug #530674