From 152b9ef980ba6d095035094ba584a242ef19a242 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Tue, 11 Jul 2006 13:51:45 +0000 Subject: Fix a few minor issues with ebuild (Portage version: 2.1.1_pre2-r6) --- dev-python/PyQt4/ChangeLog | 5 ++++- dev-python/PyQt4/PyQt4-4.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-python/PyQt4') diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index a165c2998f6c..d1430ed60a25 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.2 2006/06/26 14:49:23 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.3 2006/07/11 13:51:45 caleb Exp $ + + 11 Jul 2006; Caleb Tennis PyQt4-4.0.ebuild: + Fix a few minor issues with ebuild *PyQt4-4.0 (26 Jun 2006) diff --git a/dev-python/PyQt4/PyQt4-4.0.ebuild b/dev-python/PyQt4/PyQt4-4.0.ebuild index e10f17f0132d..c85648d32e9c 100644 --- a/dev-python/PyQt4/PyQt4-4.0.ebuild +++ b/dev-python/PyQt4/PyQt4-4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.0.ebuild,v 1.1 2006/06/26 14:49:23 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.0.ebuild,v 1.2 2006/07/11 13:51:45 caleb Exp $ inherit distutils -MY_P="PyQt-x11-gpl-${PV/_beta/beta}" +MY_P="PyQt-x11-gpl-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." @@ -54,6 +54,6 @@ src_install() { use doc && dohtml doc/PyQt.html if use examples ; then dodir /usr/share/doc/${PF}/examples - cp -r examples3/* ${D}/usr/share/doc/${PF}/examples + cp -r examples/* ${D}/usr/share/doc/${PF}/examples fi } -- cgit v1.2.3-65-gdbad