summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-06-23 16:29:25 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-06-23 16:29:25 +0000
commitd634ef6a0f770fdbbd3f39d33343fc4e3d3b6c49 (patch)
tree2ad1fc20c797700ffa85b1501b7ad3034b90104f /dev-python/sip/sip-3.10.2.ebuild
parentstable on ppc, removed older versions (diff)
downloadhistorical-d634ef6a0f770fdbbd3f39d33343fc4e3d3b6c49.tar.gz
historical-d634ef6a0f770fdbbd3f39d33343fc4e3d3b6c49.tar.bz2
historical-d634ef6a0f770fdbbd3f39d33343fc4e3d3b6c49.zip
version bump, QA
Diffstat (limited to 'dev-python/sip/sip-3.10.2.ebuild')
-rw-r--r--dev-python/sip/sip-3.10.2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sip/sip-3.10.2.ebuild b/dev-python/sip/sip-3.10.2.ebuild
index 0c3c9989ec2d..343250e811be 100644
--- a/dev-python/sip/sip-3.10.2.ebuild
+++ b/dev-python/sip/sip-3.10.2.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.10.2.ebuild,v 1.1 2004/05/22 19:54:14 carlo Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.10.2.ebuild,v 1.2 2004/06/23 16:29:25 carlo Exp $
inherit distutils
@@ -13,6 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+IUSE=""
DEPEND="virtual/glibc
x11-libs/qt
@@ -32,3 +31,7 @@ src_install() {
einstall DESTDIR=${D} || die
dodoc ChangeLog LICENSE NEWS README THANKS TODO
}
+
+pkg_postinst() {
+ einfo "Please note, that you have to emerge PyQt again, when upgrading from an earlier sip-3.x version."
+}