summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-03-07 22:10:46 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-03-07 22:10:46 +0000
commitc2d3c7e5653431de0aad7fcaec9549b9f831cb37 (patch)
treeebb00ee47475f6685520703ea77c4441006f31c1
parentVersion bump (diff)
downloadgentoo-2-c2d3c7e5653431de0aad7fcaec9549b9f831cb37.tar.gz
gentoo-2-c2d3c7e5653431de0aad7fcaec9549b9f831cb37.tar.bz2
gentoo-2-c2d3c7e5653431de0aad7fcaec9549b9f831cb37.zip
Slightly improve the ewarn message in pkg_postinst(). Put qt as primary herd in metadata.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
-rw-r--r--dev-python/sip/ChangeLog7
-rw-r--r--dev-python/sip/metadata.xml2
-rw-r--r--dev-python/sip/sip-4.13.2-r1.ebuild8
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog
index 8ad270717af5..5c1cccaf643a 100644
--- a/dev-python/sip/ChangeLog
+++ b/dev-python/sip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/sip
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.210 2012/02/23 21:32:39 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.211 2012/03/07 22:10:46 pesa Exp $
+
+ 07 Mar 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml,
+ sip-4.13.2-r1.ebuild:
+ Slightly improve the ewarn message in pkg_postinst(). Put qt as primary herd
+ in metadata.
*sip-4.13.2-r1 (23 Feb 2012)
diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index be46e1fdb9e6..cbe6e6d09fba 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.2-r1.ebuild b/dev-python/sip/sip-4.13.2-r1.ebuild
index f5093d1b74dd..a4153a09d0d9 100644
--- a/dev-python/sip/sip-4.13.2-r1.ebuild
+++ b/dev-python/sip/sip-4.13.2-r1.ebuild
@@ -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/sip/sip-4.13.2-r1.ebuild,v 1.1 2012/02/23 21:32:39 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.13.2-r1.ebuild,v 1.2 2012/03/07 22:10:46 pesa Exp $
EAPI="4"
PYTHON_DEPEND="*"
@@ -65,9 +65,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() {