public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.10.7-r2.ebuild
@ 2013-06-20 14:07 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2013-06-20 14:07 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/06/20 14:07:40

  Modified:             ChangeLog pidgin-2.10.7-r2.ebuild
  Log:
  Small fix to REQUIRED_USE
  
  (Portage version: 2.2.0_alpha182/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.309                net-im/pidgin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- ChangeLog	20 Jun 2013 13:58:10 -0000	1.308
+++ ChangeLog	20 Jun 2013 14:07:40 -0000	1.309
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.308 2013/06/20 13:58:10 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.309 2013/06/20 14:07:40 polynomial-c Exp $
+
+  20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild:
+  Small fix to REQUIRED_USE.
 
 *pidgin-2.10.7-r2 (20 Jun 2013)
 



1.2                  net-im/pidgin/pidgin-2.10.7-r2.ebuild

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

Index: pidgin-2.10.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-2.10.7-r2.ebuild	20 Jun 2013 13:58:10 -0000	1.1
+++ pidgin-2.10.7-r2.ebuild	20 Jun 2013 14:07:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.1 2013/06/20 13:58:10 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.2 2013/06/20 14:07:40 polynomial-c Exp $
 
 EAPI=5
 
@@ -79,7 +79,8 @@
 
 DOCS="AUTHORS HACKING NEWS README ChangeLog"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+		dbus? ( ${PYTHON_REQUIRED_USE} )"
 
 # Enable Default protocols
 DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.10.7-r2.ebuild
@ 2013-06-21  6:20 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2013-06-21  6:20 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/06/21 06:20:17

  Modified:             ChangeLog pidgin-2.10.7-r2.ebuild
  Log:
  Moved compressed patch from portage tree to my dev space
  
  (Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.310                net-im/pidgin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- ChangeLog	20 Jun 2013 14:07:40 -0000	1.309
+++ ChangeLog	21 Jun 2013 06:20:17 -0000	1.310
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.309 2013/06/20 14:07:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.310 2013/06/21 06:20:17 polynomial-c Exp $
+
+  21 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild,
+  -files/pidgin-eds-3.6.patch.bz2:
+  Moved compressed patch from portage tree to my dev space.
 
   20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> pidgin-2.10.7-r2.ebuild:
   Small fix to REQUIRED_USE.



1.3                  net-im/pidgin/pidgin-2.10.7-r2.ebuild

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

Index: pidgin-2.10.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pidgin-2.10.7-r2.ebuild	20 Jun 2013 14:07:40 -0000	1.2
+++ pidgin-2.10.7-r2.ebuild	21 Jun 2013 06:20:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.2 2013/06/20 14:07:40 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r2.ebuild,v 1.3 2013/06/21 06:20:17 polynomial-c Exp $
 
 EAPI=5
 
@@ -10,7 +10,8 @@
 
 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"
 SLOT="0"
@@ -139,7 +140,7 @@
 	epatch "${FILESDIR}/${PN}-2.10.0-gold.patch" \
 		"${FILESDIR}/${P}-fix-cap.patch" \
 		"${FILESDIR}/${P}-link_sasl_in_irc_plugin.patch" \
-		"${FILESDIR}/${PN}-eds-3.6.patch.bz2"
+		"${WORKDIR}/${PN}-eds-3.6.patch"
 
 	epatch_user
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-21  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21  6:20 [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.10.7-r2.ebuild Lars Wendler (polynomial-c)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-20 14:07 Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox