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.7.ebuild
@ 2010-03-01  1:40 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-01  1:40 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/03/01 01:40:05

  Modified:             pywebkitgtk-1.1.7.ebuild
  Log:
  Fix dependencies.
  (Portage version: 15502-svn/cvs/Linux x86_64)

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

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

Index: pywebkitgtk-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pywebkitgtk-1.1.7.ebuild	28 Feb 2010 12:38:38 -0000	1.4
+++ pywebkitgtk-1.1.7.ebuild	1 Mar 2010 01:40:05 -0000	1.5
@@ -1,8 +1,9 @@
 # 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.7.ebuild,v 1.4 2010/02/28 12:38:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v 1.5 2010/03/01 01:40:05 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
 
@@ -22,13 +23,13 @@
 	dev-python/sexy-python
 	x11-libs/libsexy
 	dev-libs/libxslt
-	>=net-libs/webkit-gtk-1.1.10"
+	>=net-libs/webkit-gtk-1.1.15"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 RESTRICT_PYTHON_ABIS="3.*"
 
 src_install() {
-	python_execute_function -d -s
+	python_src_install
 
 	dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.7.ebuild
@ 2010-05-22 20:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-22 20:24 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/05/22 20:24:47

  Modified:             pywebkitgtk-1.1.7.ebuild
  Log:
  Don't install .a and .la files in site-packages directories.
  (Portage version: HEAD/cvs/Linux x86_64)

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

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

Index: pywebkitgtk-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pywebkitgtk-1.1.7.ebuild	5 Apr 2010 17:42:36 -0000	1.9
+++ pywebkitgtk-1.1.7.ebuild	22 May 2010 20:24:47 -0000	1.10
@@ -1,8 +1,8 @@
 # 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.7.ebuild,v 1.9 2010/04/05 17:42:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v 1.10 2010/05/22 20:24:47 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 PYTHON_DEPEND="2"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
@@ -28,8 +28,12 @@
 	dev-util/pkgconfig"
 RESTRICT_PYTHON_ABIS="3.*"
 
+src_configure() {
+	python_src_configure --disable-static
+}
+
 src_install() {
 	python_src_install
-
+	python_clean_installation_image
 	dodoc AUTHORS MAINTAINERS NEWS README || die "dodoc failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.7.ebuild
@ 2010-05-23 19:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-23 19:59 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/05/23 19:59:55

  Modified:             pywebkitgtk-1.1.7.ebuild
  Log:
  Fix byte-compilation.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild

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

Index: pywebkitgtk-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pywebkitgtk-1.1.7.ebuild	22 May 2010 20:24:47 -0000	1.10
+++ pywebkitgtk-1.1.7.ebuild	23 May 2010 19:59:55 -0000	1.11
@@ -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.7.ebuild,v 1.10 2010/05/22 20:24:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebkitgtk/pywebkitgtk-1.1.7.ebuild,v 1.11 2010/05/23 19:59:55 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -37,3 +37,11 @@
 	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] 3+ messages in thread

end of thread, other threads:[~2010-05-23 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01  1:40 [gentoo-commits] gentoo-x86 commit in dev-python/pywebkitgtk: pywebkitgtk-1.1.7.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-22 20:24 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-05-23 19:59 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