public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2011-02-08  9:39 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-08  9:39 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/08 09:39:07

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  Don't install errors.py twice as it fails (bug #348386 by Jonathan Callen and patch by Reimundo Heluani).
  
  (Portage version: 2.1.9.36/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.1&r2=1.2

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-python-0.15.19.ebuild	7 Feb 2011 19:43:20 -0000	1.1
+++ telepathy-python-0.15.19.ebuild	8 Feb 2011 09:39:07 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.1 2011/02/07 19:43:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.2 2011/02/08 09:39:07 pacho Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
-inherit python
+inherit python eutils autotools
 
 DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -21,6 +21,14 @@
 DEPEND="dev-libs/libxslt"
 RDEPEND=">=dev-python/dbus-python-0.80"
 
+src_prepare() {
+	python_src_prepare
+
+	# Don't install _generated/errors.py twice, bug #348386
+	epatch "${FILESDIR}/${P}-install-twice.patch"
+	eautoreconf
+}
+
 src_install() {
 	python_src_install
 	dodoc AUTHORS NEWS || die



1.31                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	7 Feb 2011 19:43:20 -0000	1.30
+++ ChangeLog	8 Feb 2011 09:39:07 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/telepathy-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.30 2011/02/07 19:43:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.31 2011/02/08 09:39:07 pacho Exp $
+
+  08 Feb 2011; Pacho Ramos <pacho@gentoo.org> telepathy-python-0.15.19.ebuild,
+  +files/telepathy-python-0.15.19-install-twice.patch:
+  Don't install errors.py twice as it fails (bug #348386 by Jonathan Callen and
+  patch by Reimundo Heluani).
 
 *telepathy-python-0.15.19 (07 Feb 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2011-02-23 23:20 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 23:20 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 23:20:27

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.3&r2=1.4

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- telepathy-python-0.15.19.ebuild	16 Feb 2011 18:47:32 -0000	1.3
+++ telepathy-python-0.15.19.ebuild	23 Feb 2011 23:20:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.3 2011/02/16 18:47:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.4 2011/02/23 23:20:27 hwoarang Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"



1.33                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 Feb 2011 18:47:32 -0000	1.32
+++ ChangeLog	23 Feb 2011 23:20:27 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/telepathy-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.32 2011/02/16 18:47:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.33 2011/02/23 23:20:27 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+  telepathy-python-0.15.19.ebuild:
+  Stable on amd64 wrt bug #353436
 
   16 Feb 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-python-0.15.18.ebuild,
   telepathy-python-0.15.19.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2011-02-24 20:56 Thomas Kahle (tomka)
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 20:56 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 20:56:53

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.4&r2=1.5

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- telepathy-python-0.15.19.ebuild	23 Feb 2011 23:20:27 -0000	1.4
+++ telepathy-python-0.15.19.ebuild	24 Feb 2011 20:56:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.4 2011/02/23 23:20:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.5 2011/02/24 20:56:53 tomka Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"



1.34                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	23 Feb 2011 23:20:27 -0000	1.33
+++ ChangeLog	24 Feb 2011 20:56:53 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/telepathy-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.33 2011/02/23 23:20:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.34 2011/02/24 20:56:53 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> telepathy-python-0.15.19.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
   telepathy-python-0.15.19.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2011-03-12 19:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 19:59 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/12 19:59:11

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #353436
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.6                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.5&r2=1.6

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- telepathy-python-0.15.19.ebuild	24 Feb 2011 20:56:53 -0000	1.5
+++ telepathy-python-0.15.19.ebuild	12 Mar 2011 19:59:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.5 2011/02/24 20:56:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.6 2011/03/12 19:59:11 armin76 Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"



1.35                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Feb 2011 20:56:53 -0000	1.34
+++ ChangeLog	12 Mar 2011 19:59:11 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/telepathy-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.34 2011/02/24 20:56:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.35 2011/03/12 19:59:11 armin76 Exp $
+
+  12 Mar 2011; Raúl Porcel <armin76@gentoo.org>
+  telepathy-python-0.15.19.ebuild:
+  alpha/ia64/sparc stable wrt #353436
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> telepathy-python-0.15.19.ebuild:
   x86 stable per bug 353436






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2011-03-22 20:07 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 20:07 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 20:07:03

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  Marking telepathy-python-0.15.19 ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.6&r2=1.7

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- telepathy-python-0.15.19.ebuild	12 Mar 2011 19:59:11 -0000	1.6
+++ telepathy-python-0.15.19.ebuild	22 Mar 2011 20:07:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.6 2011/03/12 19:59:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.7 2011/03/22 20:07:03 ranger Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"



1.36                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	12 Mar 2011 19:59:11 -0000	1.35
+++ ChangeLog	22 Mar 2011 20:07:03 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/telepathy-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.35 2011/03/12 19:59:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.36 2011/03/22 20:07:03 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org>
+  telepathy-python-0.15.19.ebuild:
+  Marking telepathy-python-0.15.19 ppc stable for bug 353436
 
   12 Mar 2011; Raúl Porcel <armin76@gentoo.org>
   telepathy-python-0.15.19.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2012-06-25  1:19 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-06-25  1:19 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/06/25 01:19:08

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  Fix building with automake-1.12.x (bug #423249, thanks to Diego Elio Pettenò for reporting).
  
  (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.7&r2=1.8

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- telepathy-python-0.15.19.ebuild	22 Mar 2011 20:07:03 -0000	1.7
+++ telepathy-python-0.15.19.ebuild	25 Jun 2012 01:19:08 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.7 2011/03/22 20:07:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.8 2012/06/25 01:19:08 tetromino Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -24,6 +24,8 @@
 src_prepare() {
 	# Don't install _generated/errors.py twice, bug #348386
 	epatch "${FILESDIR}/${P}-install-twice.patch"
+	# automake-1.12 compat, bug #423249, https://bugs.freedesktop.org/show_bug.cgi?id=51392
+	epatch "${FILESDIR}/${P}-mkdir_p.patch"
 	eautoreconf
 
 	python_src_prepare



1.37                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	22 Mar 2011 20:07:03 -0000	1.36
+++ ChangeLog	25 Jun 2012 01:19:08 -0000	1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/telepathy-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.36 2011/03/22 20:07:03 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.37 2012/06/25 01:19:08 tetromino Exp $
+
+  25 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  telepathy-python-0.15.19.ebuild,
+  +files/telepathy-python-0.15.19-mkdir_p.patch:
+  Fix building with automake-1.12.x (bug #423249, thanks to Diego Elio Pettenò
+  for reporting).
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org>
   telepathy-python-0.15.19.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog
@ 2013-02-02 22:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-02 22:31 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/02 22:31:14

  Modified:             telepathy-python-0.15.19.ebuild ChangeLog
  Log:
  Add ~arm, wrt bug #449220
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-python/telepathy-python/telepathy-python-0.15.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild?r1=1.8&r2=1.9

Index: telepathy-python-0.15.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- telepathy-python-0.15.19.ebuild	25 Jun 2012 01:19:08 -0000	1.8
+++ telepathy-python-0.15.19.ebuild	2 Feb 2013 22:31:14 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.8 2012/06/25 01:19:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19.ebuild,v 1.9 2013/02/02 22:31:14 ago Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"



1.38                 dev-python/telepathy-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	25 Jun 2012 01:19:08 -0000	1.37
+++ ChangeLog	2 Feb 2013 22:31:14 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/telepathy-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.37 2012/06/25 01:19:08 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.38 2013/02/02 22:31:14 ago Exp $
+
+  02 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
+  telepathy-python-0.15.19.ebuild:
+  Add ~arm, wrt bug #449220
 
   25 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
   telepathy-python-0.15.19.ebuild,
@@ -191,4 +195,3 @@
   22 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> +metadata.xml,
   +telepathy-python-0.13.3.ebuild:
   Import from voip overlay.
-





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

end of thread, other threads:[~2013-02-02 22:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25  1:19 [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.19.ebuild ChangeLog Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-02 22:31 Agostino Sarubbo (ago)
2011-03-22 20:07 Brent Baude (ranger)
2011-03-12 19:59 Raul Porcel (armin76)
2011-02-24 20:56 Thomas Kahle (tomka)
2011-02-23 23:20 Markos Chandras (hwoarang)
2011-02-08  9:39 Pacho Ramos (pacho)

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