public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2010-09-22 22:15 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 9+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-22 22:15 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/22 22:15:33

  Modified:             ChangeLog
  Added:                pywebkitgtk-1.1.8.ebuild
  Log:
  Version bump. Update dependencies (bug #333401).
  
  (Portage version: 2.2_rc86_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Apr 2010 17:42:36 -0000	1.18
+++ ChangeLog	22 Sep 2010 22:15:33 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.18 2010/04/05 17:42:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.19 2010/09/22 22:15:33 arfrever Exp $
+
+*pywebkitgtk-1.1.8 (22 Sep 2010)
+
+  22 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +pywebkitgtk-1.1.8.ebuild:
+  Version bump. Update dependencies (bug #333401).
 
   05 Apr 2010; Raúl Porcel <armin76@gentoo.org> pywebkitgtk-1.1.7.ebuild:
   sparc stable wrt #307261



1.1                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild?rev=1.1&content-type=text/plain

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.1 2010/09/22 22:15:33 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2:2.6"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"

inherit python

DESCRIPTION="Python bindings for the WebKit GTK+ port"
HOMEPAGE="http://code.google.com/p/pywebkitgtk/"
SRC_URI="http://pywebkitgtk.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-python/pygobject:2
	dev-python/pygtk:2
	dev-libs/libxslt
	>=net-libs/webkit-gtk-1.1.15"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	python_src_configure --disable-static
}

src_install() {
	python_src_install
	python_clean_installation_image
	dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
}

pkg_postinst() {
	python_mod_optimize webkit
}

pkg_postrm() {
	python_mod_cleanup webkit
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2010-10-24 21:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-24 21:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/24 21:12:00

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #342489
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pywebkitgtk-1.1.8.ebuild	22 Sep 2010 22:15:33 -0000	1.1
+++ pywebkitgtk-1.1.8.ebuild	24 Oct 2010 21:12:00 -0000	1.2
@@ -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/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.1 2010/09/22 22:15:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.2 2010/10/24 21:12:00 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:2



1.20                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Sep 2010 22:15:33 -0000	1.19
+++ ChangeLog	24 Oct 2010 21:12:00 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.19 2010/09/22 22:15:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.20 2010/10/24 21:12:00 hwoarang Exp $
+
+  24 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  pywebkitgtk-1.1.8.ebuild:
+  Stable on amd64 wrt bug #342489
 
 *pywebkitgtk-1.1.8 (22 Sep 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2010-11-01 21:06 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-01 21:06 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/11/01 21:06:52

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  x86 stable wrt bug #342489
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pywebkitgtk-1.1.8.ebuild	24 Oct 2010 21:12:00 -0000	1.2
+++ pywebkitgtk-1.1.8.ebuild	1 Nov 2010 21:06:52 -0000	1.3
@@ -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/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.2 2010/10/24 21:12:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.3 2010/11/01 21:06:52 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:2



1.21                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Oct 2010 21:12:00 -0000	1.20
+++ ChangeLog	1 Nov 2010 21:06:52 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.20 2010/10/24 21:12:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.21 2010/11/01 21:06:52 phajdan.jr Exp $
+
+  01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  pywebkitgtk-1.1.8.ebuild:
+  x86 stable wrt bug #342489
 
   24 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   pywebkitgtk-1.1.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2011-01-06 22:19 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2011-01-06 22:19 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/06 22:19:53

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Marking pywebkitgtk-1.1.8 ppc for bug 342489
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pywebkitgtk-1.1.8.ebuild	1 Nov 2010 21:06:52 -0000	1.3
+++ pywebkitgtk-1.1.8.ebuild	6 Jan 2011 22:19:52 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.3 2010/11/01 21:06:52 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.4 2011/01/06 22:19:52 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:2



1.22                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Nov 2010 21:06:52 -0000	1.21
+++ ChangeLog	6 Jan 2011 22:19:52 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pywebkitgtk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.21 2010/11/01 21:06:52 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.22 2011/01/06 22:19:52 ranger Exp $
+
+  06 Jan 2011; Brent Baude <ranger@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+  Marking pywebkitgtk-1.1.8 ppc for bug 342489
 
   01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   pywebkitgtk-1.1.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2011-02-12 18:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 18:21 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/12 18:21:24

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  sparc stable wrt #342489
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pywebkitgtk-1.1.8.ebuild	6 Jan 2011 22:19:52 -0000	1.4
+++ pywebkitgtk-1.1.8.ebuild	12 Feb 2011 18:21:24 -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/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.4 2011/01/06 22:19:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.5 2011/02/12 18:21:24 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:2



1.23                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Jan 2011 22:19:52 -0000	1.22
+++ ChangeLog	12 Feb 2011 18:21:24 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.22 2011/01/06 22:19:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.23 2011/02/12 18:21:24 armin76 Exp $
+
+  12 Feb 2011; Raúl Porcel <armin76@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+  sparc stable wrt #342489
 
   06 Jan 2011; Brent Baude <ranger@gentoo.org> pywebkitgtk-1.1.8.ebuild:
   Marking pywebkitgtk-1.1.8 ppc for bug 342489






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2011-03-21 23:03 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 9+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-21 23:03 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/21 23:03:17

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Fix slot-deps on gnome libs
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pywebkitgtk-1.1.8.ebuild	12 Feb 2011 18:21:24 -0000	1.5
+++ pywebkitgtk-1.1.8.ebuild	21 Mar 2011 23:03:17 -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/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.5 2011/02/12 18:21:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.6 2011/03/21 23:03:17 nirbheek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -22,7 +22,7 @@
 RDEPEND="dev-python/pygobject:2
 	dev-python/pygtk:2
 	dev-libs/libxslt
-	>=net-libs/webkit-gtk-1.1.15"
+	>=net-libs/webkit-gtk-1.1.15:2"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 



1.25                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	12 Feb 2011 18:28:07 -0000	1.24
+++ ChangeLog	21 Mar 2011 23:03:17 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.24 2011/02/12 18:28:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.25 2011/03/21 23:03:17 nirbheek Exp $
+
+  21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  pywebkitgtk-1.1.8.ebuild:
+  Fix slot-deps on gnome libs
 
   12 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -pywebkitgtk-1.1.7.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2012-02-24  8:14 Patrick Lauer (patrick)
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-24  8:14 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/24 08:14:24

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Restricting pypy and jython
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pywebkitgtk-1.1.8.ebuild	21 Mar 2011 23:03:17 -0000	1.6
+++ pywebkitgtk-1.1.8.ebuild	24 Feb 2012 08:14:23 -0000	1.7
@@ -1,12 +1,12 @@
-# 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/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.6 2011/03/21 23:03:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.7 2012/02/24 08:14:23 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.* 2.7-pypy-* *-jython"
 
 inherit python
 



1.26                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	21 Mar 2011 23:03:17 -0000	1.25
+++ ChangeLog	24 Feb 2012 08:14:23 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pywebkitgtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.25 2011/03/21 23:03:17 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.26 2012/02/24 08:14:23 patrick Exp $
+
+  24 Feb 2012; Patrick Lauer <patrick@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+  Restricting pypy and jython
 
   21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   pywebkitgtk-1.1.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2012-05-04 15:12 Patrick Lauer (patrick)
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer (patrick) @ 2012-05-04 15:12 UTC (permalink / raw
  To: gentoo-commits

patrick     12/05/04 15:12:15

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Migrating dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pywebkitgtk-1.1.8.ebuild	24 Feb 2012 08:14:23 -0000	1.7
+++ pywebkitgtk-1.1.8.ebuild	4 May 2012 15:12:15 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.7 2012/02/24 08:14:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.8 2012/05/04 15:12:15 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -24,7 +24,7 @@
 	dev-libs/libxslt
 	>=net-libs/webkit-gtk-1.1.15:2"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_configure() {
 	python_src_configure --disable-static



1.27                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	24 Feb 2012 08:14:23 -0000	1.26
+++ ChangeLog	4 May 2012 15:12:15 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.26 2012/02/24 08:14:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.27 2012/05/04 15:12:15 patrick Exp $
+
+  04 May 2012; Patrick Lauer <patrick@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+  Migrating dev-util/pkgconfig -> virtual/pkgconfig
 
   24 Feb 2012; Patrick Lauer <patrick@gentoo.org> pywebkitgtk-1.1.8.ebuild:
   Restricting pypy and jython






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog
@ 2014-10-31  8:47 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-10-31  8:47 UTC (permalink / raw
  To: gentoo-commits

pacho       14/10/31 08:47:05

  Modified:             pywebkitgtk-1.1.8.ebuild ChangeLog
  Log:
  Move to ~ppc due bug #525258
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.10                 dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild

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

Index: pywebkitgtk-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pywebkitgtk-1.1.8.ebuild	15 Oct 2014 10:24:13 -0000	1.9
+++ pywebkitgtk-1.1.8.ebuild	31 Oct 2014 08:47:05 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.9 2014/10/15 10:24:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.8.ebuild,v 1.10 2014/10/31 08:47:05 pacho Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/pygobject:2



1.36                 dev-python/pywebkitgtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	15 Oct 2014 10:24:13 -0000	1.35
+++ ChangeLog	31 Oct 2014 08:47:05 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pywebkitgtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.35 2014/10/15 10:24:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/ChangeLog,v 1.36 2014/10/31 08:47:05 pacho Exp $
+
+  31 Oct 2014; Pacho Ramos <pacho@gentoo.org> pywebkitgtk-1.1.8.ebuild:
+  Move to ~ppc due bug #525258
 
   15 Oct 2014; Pacho Ramos <pacho@gentoo.org> pywebkitgtk-1.1.8-r1.ebuild,
   pywebkitgtk-1.1.8.ebuild:





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

end of thread, other threads:[~2014-10-31  8:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31  8:47 [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.8.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04 15:12 Patrick Lauer (patrick)
2012-02-24  8:14 Patrick Lauer (patrick)
2011-03-21 23:03 Nirbheek Chauhan (nirbheek)
2011-02-12 18:21 Raul Porcel (armin76)
2011-01-06 22:19 Brent Baude (ranger)
2010-11-01 21:06 PaweA Hajdan (phajdan.jr)
2010-10-24 21:12 Markos Chandras (hwoarang)
2010-09-22 22:15 Arfrever Frehtes Taifersar Arahesis (arfrever)

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