summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 17:03:39 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-11 17:03:39 +0000
commitb27a4cbf796586c9407e59ec38e173a5528c79c2 (patch)
tree5f78ecb31cda95d707da18a055760d004c5a06bd /dev-python
parentFix whitespace. (diff)
downloadhistorical-b27a4cbf796586c9407e59ec38e173a5528c79c2.tar.gz
historical-b27a4cbf796586c9407e59ec38e173a5528c79c2.tar.bz2
historical-b27a4cbf796586c9407e59ec38e173a5528c79c2.zip
Don't call python_need_rebuild().
Package-Manager: portage-15191-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt4/ChangeLog6
-rw-r--r--dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild4
-rw-r--r--dev-python/PyQt4/PyQt4-4.6.2.ebuild4
-rw-r--r--dev-python/pygtk/ChangeLog8
-rw-r--r--dev-python/pygtk/pygtk-2.14.1-r2.ebuild5
-rw-r--r--dev-python/pygtk/pygtk-2.16.0-r1.ebuild8
-rw-r--r--dev-python/pygtk/pygtk-2.16.0.ebuild5
-rw-r--r--dev-python/pyqwt/Manifest2
8 files changed, 21 insertions, 21 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog
index 2c301a6f42c2..1c71add8985f 100644
--- a/dev-python/PyQt4/ChangeLog
+++ b/dev-python/PyQt4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/PyQt4
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.101 2010/01/06 09:59:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.102 2010/01/11 17:03:39 arfrever Exp $
+
+ 11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild:
+ Don't call python_need_rebuild().
06 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild:
Migrate to qt4-r2 eclass
diff --git a/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild b/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
index ccc352cb9ac9..97059259600e 100644
--- a/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
@@ -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/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.11 2010/01/02 17:03:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.12 2010/01/11 17:03:39 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -126,8 +126,6 @@ src_compile() {
}
src_install() {
- python_need_rebuild
-
installation() {
# INSTALL_ROOT is needed for the QtDesigner module,
# the other Makefiles use DESTDIR.
diff --git a/dev-python/PyQt4/PyQt4-4.6.2.ebuild b/dev-python/PyQt4/PyQt4-4.6.2.ebuild
index 00f378ca3ec0..a764ac64b76d 100644
--- a/dev-python/PyQt4/PyQt4-4.6.2.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.6.2.ebuild
@@ -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/PyQt4/PyQt4-4.6.2.ebuild,v 1.5 2010/01/06 09:59:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.6 2010/01/11 17:03:39 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -127,8 +127,6 @@ src_compile() {
}
src_install() {
- python_need_rebuild
-
installation() {
# INSTALL_ROOT is needed for the QtDesigner module,
# the other Makefiles use DESTDIR.
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog
index e4724961da5f..30bf0401e7c4 100644
--- a/dev-python/pygtk/ChangeLog
+++ b/dev-python/pygtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygtk
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.224 2009/10/11 10:42:20 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.225 2010/01/11 16:59:58 arfrever Exp $
+
+ 11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pygtk-2.14.1-r2.ebuild, pygtk-2.16.0.ebuild, pygtk-2.16.0-r1.ebuild:
+ Don't call python_need_rebuild().
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pygtk-2.16.0-r1.ebuild:
Merge from Prefix
diff --git a/dev-python/pygtk/pygtk-2.14.1-r2.ebuild b/dev-python/pygtk/pygtk-2.14.1-r2.ebuild
index 1b3920846d13..37f9bd4d5b4c 100644
--- a/dev-python/pygtk/pygtk-2.14.1-r2.ebuild
+++ b/dev-python/pygtk/pygtk-2.14.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.14.1-r2.ebuild,v 1.1 2009/08/27 18:45:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.14.1-r2.ebuild,v 1.2 2010/01/11 16:59:58 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -96,7 +96,6 @@ src_test() {
}
pkg_postinst() {
- python_need_rebuild
python_mod_optimize gtk-2.0
create_symlinks() {
diff --git a/dev-python/pygtk/pygtk-2.16.0-r1.ebuild b/dev-python/pygtk/pygtk-2.16.0-r1.ebuild
index cf27ad63043f..dd6379dc3d5b 100644
--- a/dev-python/pygtk/pygtk-2.16.0-r1.ebuild
+++ b/dev-python/pygtk/pygtk-2.16.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.16.0-r1.ebuild,v 1.2 2009/10/11 10:42:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.16.0-r1.ebuild,v 1.3 2010/01/11 16:59:58 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -30,8 +30,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
>=app-text/docbook-xsl-stylesheets-1.70.1 )
>=dev-util/pkgconfig-0.9"
-
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
# Fix declaration of codegen in .pc
@@ -88,7 +87,6 @@ src_test() {
}
pkg_postinst() {
- python_need_rebuild
python_mod_optimize gtk-2.0
create_symlinks() {
diff --git a/dev-python/pygtk/pygtk-2.16.0.ebuild b/dev-python/pygtk/pygtk-2.16.0.ebuild
index 749376086c18..8d2b4d9cb0c6 100644
--- a/dev-python/pygtk/pygtk-2.16.0.ebuild
+++ b/dev-python/pygtk/pygtk-2.16.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.16.0.ebuild,v 1.1 2009/08/29 03:10:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.16.0.ebuild,v 1.2 2010/01/11 16:59:58 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -85,7 +85,6 @@ src_test() {
}
pkg_postinst() {
- python_need_rebuild
python_mod_optimize gtk-2.0
create_symlinks() {
diff --git a/dev-python/pyqwt/Manifest b/dev-python/pyqwt/Manifest
index ba0c8db20c6a..4d44938c785f 100644
--- a/dev-python/pyqwt/Manifest
+++ b/dev-python/pyqwt/Manifest
@@ -1,6 +1,6 @@
DIST PyQwt-5.1.0.tar.gz 4700809 RMD160 e8bbf154a9e30894977494829bf379a807fdf1e9 SHA1 d1b55e4a7400889e1d0831f8d6f3b692fc37aecb SHA256 13d90d25b3c21c5dadd5cfac1e45cd41680f3c9b7731776c5a46bb1eece12716
DIST PyQwt-5.2.0.tar.gz 2670893 RMD160 e4c8a63d623d974cd500e29fbc62255746ca7feb SHA1 797f37c63dec660272f6a8ccfd16a017df0ad640 SHA256 98a8c7e0c76d07701c11dffb77793b05f071b664a8b520d6e97054a98179e70b
EBUILD pyqwt-5.1.0.ebuild 1204 RMD160 625246636a81fa38d0b689e6127597f5778b82b0 SHA1 f9bcd1fb801ad808c3e029ebda6028c3201b0dc4 SHA256 4358defaf3f059e6ac68a981eecafdcec3c5a97c501175521d381a11b8624218
-EBUILD pyqwt-5.2.0.ebuild 1360 RMD160 b6607970814a826eb96c0af86d13325e98b68d64 SHA1 f3a9cae790c7d919affcc8340a99120eaf7d4fe1 SHA256 e81d382d8022cb2fb8151c7dadda2a74befa4382c45c4704dba499a282212866
+EBUILD pyqwt-5.2.0.ebuild 1339 RMD160 af965d855a8dd273d729eeb307eed758b4e6b546 SHA1 34bb59efb4292337a2b0985b95f6803ca29b4757 SHA256 5603c974ea48f970416d6ee27b81a41d4481e83c7fdaba5135857dd60d295ad7
MISC ChangeLog 2059 RMD160 de94ad156c1e60d76e7fea9c538510eba8fd3966 SHA1 bed0993b374829d851eeffa1910521fbb120aa60 SHA256 94ff0c12286a20ef842d08cc72cad05100ef1ff1b49ee72fa95cfb122a474f5d
MISC metadata.xml 521 RMD160 10513e9e3c74a998a8caab9a59706d3265de41ce SHA1 59cb897be1e2bf4bbe7e1b13dae037fa9bbb421d SHA256 c5fbc6c9f37a975d7f1f6f548b3163c8dbbf282647e40abadeb8ace8e3bff441