From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, dev-python/sip/
Date: Wed, 7 Mar 2012 22:15:40 +0000 (UTC) [thread overview]
Message-ID: <1331158457.c13ac006523899715baa0dc1cf9311e400745957.pesa@gentoo> (raw)
commit: c13ac006523899715baa0dc1cf9311e400745957
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Wed Mar 7 22:14:17 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 22:14:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c13ac006
[dev-python/{sip,PyQt4}] Sync with portage.
---
dev-python/PyQt4/PyQt4-4.9.2_pre20120304.ebuild | 4 ++--
dev-python/PyQt4/metadata.xml | 2 +-
dev-python/sip/metadata.xml | 2 +-
dev-python/sip/sip-4.13.3_pre20120304.ebuild | 6 +++---
dev-python/sip/sip-4.9999.ebuild | 6 +++---
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-python/PyQt4/PyQt4-4.9.2_pre20120304.ebuild b/dev-python/PyQt4/PyQt4-4.9.2_pre20120304.ebuild
index dab6796..1d88c2d 100644
--- a/dev-python/PyQt4/PyQt4-4.9.2_pre20120304.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.9.2_pre20120304.ebuild
@@ -202,8 +202,8 @@ src_install() {
pkg_postinst() {
python_mod_optimize PyQt4
- ewarn "When updating dev-python/PyQt4, you usually need to rebuild packages, which depend on"
- ewarn "dev-python/PyQt4, such as dev-python/qscintilla-python. If you have app-portage/gentoolkit"
+ ewarn "When updating dev-python/PyQt4, you usually need to rebuild packages that depend on it,"
+ ewarn "such as dev-python/qscintilla-python and kde-base/pykde4. If you have app-portage/gentoolkit"
ewarn "installed, you can find these packages with \`equery d dev-python/PyQt4\`."
}
diff --git a/dev-python/PyQt4/metadata.xml b/dev-python/PyQt4/metadata.xml
index be414dc..9fe75f9 100644
--- a/dev-python/PyQt4/metadata.xml
+++ b/dev-python/PyQt4/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
<herd>qt</herd>
+ <herd>python</herd>
<use>
<flag name="X">Build QtGui, QtDesigner and QtScriptTools modules</flag>
<flag name="assistant">Build QtHelp and QtAssistant modules</flag>
diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index be46e1f..cbe6e6d 100644
--- a/dev-python/sip/metadata.xml
+++ b/dev-python/sip/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
<herd>qt</herd>
+ <herd>python</herd>
<upstream>
<maintainer status="active">
<email>phil@riverbankcomputing.com</email>
diff --git a/dev-python/sip/sip-4.13.3_pre20120304.ebuild b/dev-python/sip/sip-4.13.3_pre20120304.ebuild
index 8ee4a72..0955d33 100644
--- a/dev-python/sip/sip-4.13.3_pre20120304.ebuild
+++ b/dev-python/sip/sip-4.13.3_pre20120304.ebuild
@@ -85,9 +85,9 @@ src_install() {
pkg_postinst() {
python_mod_optimize sipconfig.py sipdistutils.py
- ewarn "When updating dev-python/sip, you usually need to rebuild packages, which depend on dev-python/sip,"
- ewarn "such as dev-python/PyQt4 and dev-python/qscintilla-python. If you have app-portage/gentoolkit"
- ewarn "installed, you can find these packages with \`equery d dev-python/sip dev-python/PyQt4\`."
+ ewarn "When updating dev-python/sip, you usually need to rebuild packages that depend on it,"
+ ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-portage/gentoolkit"
+ ewarn "installed, you can find these packages with \`equery d dev-python/sip\`."
}
pkg_postrm() {
diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 1447f72..29bd1e2 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -83,9 +83,9 @@ src_install() {
pkg_postinst() {
python_mod_optimize sipconfig.py sipdistutils.py
- ewarn "When updating dev-python/sip, you usually need to rebuild packages, which depend on dev-python/sip,"
- ewarn "such as dev-python/PyQt4 and dev-python/qscintilla-python. If you have app-portage/gentoolkit"
- ewarn "installed, you can find these packages with \`equery d dev-python/sip dev-python/PyQt4\`."
+ ewarn "When updating dev-python/sip, you usually need to rebuild packages that depend on it,"
+ ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-portage/gentoolkit"
+ ewarn "installed, you can find these packages with \`equery d dev-python/sip\`."
}
pkg_postrm() {
next reply other threads:[~2012-03-07 22:15 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 22:15 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-08 9:49 [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, dev-python/sip/ Markos Chandras
2012-04-24 7:33 Markos Chandras
2012-04-29 20:31 Markos Chandras
2012-06-04 9:27 Markos Chandras
2012-06-08 20:02 Markos Chandras
2012-07-11 20:20 Markos Chandras
2012-08-11 4:01 Markos Chandras
2012-08-16 4:01 Markos Chandras
2012-09-15 4:05 Markos Chandras
2012-09-20 4:05 Markos Chandras
2012-09-25 4:05 Markos Chandras
2012-09-26 4:05 Markos Chandras
2012-09-28 4:05 Markos Chandras
2012-09-29 4:05 Markos Chandras
2012-10-04 4:09 Markos Chandras
2012-10-08 4:06 Markos Chandras
2012-11-05 5:02 Markos Chandras
2012-11-11 5:02 Markos Chandras
2012-11-12 5:02 Markos Chandras
2012-12-08 5:03 Markos Chandras
2012-12-21 5:02 Markos Chandras
2012-12-30 5:02 Markos Chandras
2013-01-04 5:02 Markos Chandras
2013-01-14 5:02 Markos Chandras
2013-01-20 5:02 Markos Chandras
2013-02-03 5:03 Markos Chandras
2013-02-05 5:02 Markos Chandras
2013-02-13 8:47 Davide Pesavento
2013-03-21 5:03 Markos Chandras
2013-04-07 4:03 Markos Chandras
2013-04-10 4:03 Markos Chandras
2013-04-26 4:04 Markos Chandras
2013-05-03 4:03 Markos Chandras
2013-05-05 4:07 Markos Chandras
2013-10-23 14:29 Davide Pesavento
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331158457.c13ac006523899715baa0dc1cf9311e400745957.pesa@gentoo \
--to=pesa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox