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.6.6.ebuild
@ 2010-02-18 21:39 Peter Volkov (pva)
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2010-02-18 21:39 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/18 21:39:28

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  Run eautoreconf after intltoolize.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.153                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	18 Feb 2010 20:29:14 -0000	1.152
+++ ChangeLog	18 Feb 2010 21:39:28 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.152 2010/02/18 20:29:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.153 2010/02/18 21:39:28 pva Exp $
+
+  18 Feb 2010; Peter Volkov <pva@gentoo.org> pidgin-2.6.6.ebuild:
+  Run eautoreconf after intltoolize.
 
 *pidgin-2.6.6 (18 Feb 2010)
 



1.2                  net-im/pidgin/pidgin-2.6.6.ebuild

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

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pidgin-2.6.6.ebuild	18 Feb 2010 20:29:14 -0000	1.1
+++ pidgin-2.6.6.ebuild	18 Feb 2010 21:39:28 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.1 2010/02/18 20:29:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.2 2010/02/18 21:39:28 pva Exp $
 
 EAPI=2
 
 GENTOO_DEPEND_ON_PERL=no
-inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2
+inherit flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 autotools
 
 DESCRIPTION="GTK Instant Messenger client"
 HOMEPAGE="http://pidgin.im/"
@@ -105,7 +105,8 @@
 }
 
 src_prepare() {
-	intltoolize --automake --copy --force
+	intltoolize --automake --copy --force || die
+	eautoreconf
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-02-20 16:46 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-20 16:46 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/20 16:46:51

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  Stable for HPPA (bug #305715).
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.155                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	19 Feb 2010 19:15:24 -0000	1.154
+++ ChangeLog	20 Feb 2010 16:46:51 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.154 2010/02/19 19:15:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.155 2010/02/20 16:46:51 jer Exp $
+
+  20 Feb 2010; Jeroen Roovers <jer@gentoo.org> pidgin-2.6.6.ebuild:
+  Stable for HPPA (bug #305715).
 
   19 Feb 2010; Raúl Porcel <armin76@gentoo.org> pidgin-2.6.3.ebuild,
   pidgin-2.6.5.ebuild, pidgin-2.6.6.ebuild:



1.4                  net-im/pidgin/pidgin-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?r1=1.3&r2=1.4

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pidgin-2.6.6.ebuild	19 Feb 2010 19:15:24 -0000	1.3
+++ pidgin-2.6.6.ebuild	20 Feb 2010 16:46:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.3 2010/02/19 19:15:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.4 2010/02/20 16:46:51 jer Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-02-21 22:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-21 22:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/21 22:41:13

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  stable x86, security bug 305715
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.156                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	20 Feb 2010 16:46:51 -0000	1.155
+++ ChangeLog	21 Feb 2010 22:41:12 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.155 2010/02/20 16:46:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.156 2010/02/21 22:41:12 fauli Exp $
+
+  21 Feb 2010; Christian Faulhammer <fauli@gentoo.org> pidgin-2.6.6.ebuild:
+  stable x86, security bug 305715
 
   20 Feb 2010; Jeroen Roovers <jer@gentoo.org> pidgin-2.6.6.ebuild:
   Stable for HPPA (bug #305715).



1.5                  net-im/pidgin/pidgin-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?r1=1.4&r2=1.5

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pidgin-2.6.6.ebuild	20 Feb 2010 16:46:51 -0000	1.4
+++ pidgin-2.6.6.ebuild	21 Feb 2010 22:41:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.4 2010/02/20 16:46:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.5 2010/02/21 22:41:12 fauli Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-02-23 15:31 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-02-23 15:31 UTC (permalink / raw
  To: gentoo-commits

ranger      10/02/23 15:31:24

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  Marking pidgin-2.6.6 ppc64 for bug 305715
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.157                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	21 Feb 2010 22:41:12 -0000	1.156
+++ ChangeLog	23 Feb 2010 15:31:23 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.156 2010/02/21 22:41:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.157 2010/02/23 15:31:23 ranger Exp $
+
+  23 Feb 2010; Brent Baude <ranger@gentoo.org> pidgin-2.6.6.ebuild:
+  Marking pidgin-2.6.6 ppc64 for bug 305715
 
   21 Feb 2010; Christian Faulhammer <fauli@gentoo.org> pidgin-2.6.6.ebuild:
   stable x86, security bug 305715



1.6                  net-im/pidgin/pidgin-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?r1=1.5&r2=1.6

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pidgin-2.6.6.ebuild	21 Feb 2010 22:41:12 -0000	1.5
+++ pidgin-2.6.6.ebuild	23 Feb 2010 15:31:23 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.5 2010/02/21 22:41:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.6 2010/02/23 15:31:23 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-02-27 12:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-27 12:01 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/27 12:01:33

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  alpha/ia64/sparc stable wrt #305715
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.158                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	23 Feb 2010 15:31:23 -0000	1.157
+++ ChangeLog	27 Feb 2010 12:01:32 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.157 2010/02/23 15:31:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.158 2010/02/27 12:01:32 armin76 Exp $
+
+  27 Feb 2010; Raúl Porcel <armin76@gentoo.org> pidgin-2.6.6.ebuild:
+  alpha/ia64/sparc stable wrt #305715
 
   23 Feb 2010; Brent Baude <ranger@gentoo.org> pidgin-2.6.6.ebuild:
   Marking pidgin-2.6.6 ppc64 for bug 305715



1.7                  net-im/pidgin/pidgin-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?r1=1.6&r2=1.7

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pidgin-2.6.6.ebuild	23 Feb 2010 15:31:23 -0000	1.6
+++ pidgin-2.6.6.ebuild	27 Feb 2010 12:01:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.6 2010/02/23 15:31:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.7 2010/02/27 12:01:32 armin76 Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-02-28 21:57 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2010-02-28 21:57 UTC (permalink / raw
  To: gentoo-commits

keytoaster    10/02/28 21:57:29

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  amd64 stable, security bug #305715
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.159                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	27 Feb 2010 12:01:32 -0000	1.158
+++ ChangeLog	28 Feb 2010 21:57:28 -0000	1.159
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.158 2010/02/27 12:01:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.159 2010/02/28 21:57:28 keytoaster Exp $
+
+  28 Feb 2010; Tobias Heinlein <keytoaster@gentoo.org> pidgin-2.6.6.ebuild:
+  amd64 stable, security bug #305715
 
   27 Feb 2010; Raúl Porcel <armin76@gentoo.org> pidgin-2.6.6.ebuild:
   alpha/ia64/sparc stable wrt #305715



1.8                  net-im/pidgin/pidgin-2.6.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild?r1=1.7&r2=1.8

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pidgin-2.6.6.ebuild	27 Feb 2010 12:01:32 -0000	1.7
+++ pidgin-2.6.6.ebuild	28 Feb 2010 21:57:28 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.7 2010/02/27 12:01:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.8 2010/02/28 21:57:28 keytoaster Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild
@ 2010-03-09 22:09 Joseph Jezak (josejx)
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2010-03-09 22:09 UTC (permalink / raw
  To: gentoo-commits

josejx      10/03/09 22:09:42

  Modified:             ChangeLog pidgin-2.6.6.ebuild
  Log:
  Marked ppc stable for bug #305715.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.160                net-im/pidgin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	28 Feb 2010 21:57:28 -0000	1.159
+++ ChangeLog	9 Mar 2010 22:09:41 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pidgin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.159 2010/02/28 21:57:28 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.160 2010/03/09 22:09:41 josejx Exp $
+
+  09 Mar 2010; Joseph Jezak <josejx@gentoo.org> pidgin-2.6.6.ebuild:
+  Marked ppc stable for bug #305715.
 
   28 Feb 2010; Tobias Heinlein <keytoaster@gentoo.org> pidgin-2.6.6.ebuild:
   amd64 stable, security bug #305715



1.9                  net-im/pidgin/pidgin-2.6.6.ebuild

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

Index: pidgin-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pidgin-2.6.6.ebuild	28 Feb 2010 21:57:28 -0000	1.8
+++ pidgin-2.6.6.ebuild	9 Mar 2010 22:09:41 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.8 2010/02/28 21:57:28 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.6.ebuild,v 1.9 2010/03/09 22:09:41 josejx Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="dbus debug doc eds gadu gnutls +gstreamer idn meanwhile networkmanager"
 IUSE+=" nls perl silc tcl tk spell qq gadu +gtk sasl +startup-notification"
 IUSE+=" ncurses groupwise prediction +xscreensaver zephyr zeroconf" # mono"






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

end of thread, other threads:[~2010-03-09 22:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-28 21:57 [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.6.6.ebuild Tobias Heinlein (keytoaster)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-09 22:09 Joseph Jezak (josejx)
2010-02-27 12:01 Raul Porcel (armin76)
2010-02-23 15:31 Brent Baude (ranger)
2010-02-21 22:41 Christian Faulhammer (fauli)
2010-02-20 16:46 Jeroen Roovers (jer)
2010-02-18 21:39 Peter Volkov (pva)

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