jlec        15/06/28 17:14:13

  Modified:             pidgin-2.10.11.ebuild ChangeLog
  Log:
  Add fix for ncurses[tinfo], bug #461482
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.9                  net-im/pidgin/pidgin-2.10.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild?r1=1.8&r2=1.9

Index: pidgin-2.10.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pidgin-2.10.11.ebuild       27 Jun 2015 12:33:37 -0000      1.8
+++ pidgin-2.10.11.ebuild       28 Jun 2015 17:14:13 -0000      1.9
@@ -1,16 +1,18 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v 1.8 
2015/06/27 12:33:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.11.ebuild,v 1.9 
2015/06/28 17:14:13 jlec Exp $
 
 EAPI=5
 
 GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
 inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 
python-single-r1
 
 DESCRIPTION="GTK Instant Messenger client"
 HOMEPAGE="http://pidgin.im/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+SRC_URI="
+       mirror://sourceforge/${PN}/${P}.tar.bz2
        http://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2";
 
 LICENSE="GPL-2"
@@ -137,10 +139,12 @@
 }
 
 src_prepare() {
-       epatch "${FILESDIR}/${PN}-2.10.0-gold.patch" \
-               "${WORKDIR}/${PN}-eds-3.6.patch" \
-               "${FILESDIR}/${PN}-2.10.9-fix-gtkmedia.patch" \
-               "${FILESDIR}/${PN}-2.10.10-eds-3.6-configure.ac.patch"
+       epatch \
+               "${FILESDIR}"/${PN}-2.10.0-gold.patch \
+               "${WORKDIR}"/${PN}-eds-3.6.patch \
+               "${FILESDIR}"/${PN}-2.10.9-fix-gtkmedia.patch \
+               "${FILESDIR}"/${PN}-2.10.10-eds-3.6-configure.ac.patch \
+               "${FILESDIR}"/${P}-tinfo.patch
        epatch_user
 
        eautoreconf



1.370                net-im/pidgin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.370&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.370&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.369&r2=1.370

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- ChangeLog   27 Jun 2015 12:33:37 -0000      1.369
+++ ChangeLog   28 Jun 2015 17:14:13 -0000      1.370
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.369 2015/06/27 
12:33:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.370 2015/06/28 
17:14:13 jlec Exp $
+
+  28 Jun 2015; Justin Lecher <j...@gentoo.org>
+  +files/pidgin-2.10.11-tinfo.patch, pidgin-2.10.11.ebuild:
+  Add fix for ncurses[tinfo], bug #461482
 
   27 Jun 2015; Markus Meier <mae...@gentoo.org> pidgin-2.10.11.ebuild:
   arm stable, bug #530674




Reply via email to