diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-11-15 19:24:53 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-11-15 19:24:53 +0000 |
commit | 7127e1b9d879cd32c28d6038fefc0509bace6ec3 (patch) | |
tree | aa4a936a2c9fb72e81ffbb3bce30a370e2ff3150 /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-7127e1b9d879cd32c28d6038fefc0509bace6ec3.tar.gz gentoo-2-7127e1b9d879cd32c28d6038fefc0509bace6ec3.tar.bz2 gentoo-2-7127e1b9d879cd32c28d6038fefc0509bace6ec3.zip |
version bump
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.ebuild | 57 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.17 | 3 |
3 files changed, 66 insertions, 1 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index ec48e79745d6..89d89cdfef13 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.76 2006/11/15 18:42:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.77 2006/11/15 19:24:53 caleb Exp $ + +*PyQt-3.17 (15 Nov 2006) + + 15 Nov 2006; Caleb Tennis <caleb@gentoo.org> +PyQt-3.17.ebuild: + version bump 15 Nov 2006; Caleb Tennis <caleb@gentoo.org> -files/PyQt-3.13-kde34.diff, -PyQt-3.13-r2.ebuild, -PyQt-3.15.1.ebuild: diff --git a/dev-python/PyQt/PyQt-3.17.ebuild b/dev-python/PyQt/PyQt-3.17.ebuild new file mode 100644 index 000000000000..528374a2fcfa --- /dev/null +++ b/dev-python/PyQt/PyQt-3.17.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.1 2006/11/15 19:24:53 caleb Exp $ + +inherit distutils + +MY_P="PyQt-x11-gpl-${PV/*_pre/snapshot-}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." +HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +#SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/${MY_P}.tar.gz" +#SRC_URI="http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug doc examples" + +RDEPEND="=x11-libs/qt-3* + >=dev-python/sip-4.4.1 + dev-python/qscintilla" +DEPEND="${RDEPEND} + sys-devel/libtool" + + +src_unpack() { + unpack ${A} + sed -i -e "s: check_license():# check_license():" ${S}/configure.py +} + +src_compile() { + distutils_python_version + addpredict ${QTDIR}/etc/settings + + local myconf="-d ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages \ + -b ${ROOT}/usr/bin \ + -v ${ROOT}/usr/share/sip \ + -n ${ROOT}/usr/include \ + -o ${ROOT}/usr/$(get_libdir) \ + -w -y qt-mt" + use debug && myconf="${myconf} -u" + + python configure.py ${myconf} + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + dodoc ChangeLog LICENSE NEWS README README.Linux THANKS + 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 + fi +} diff --git a/dev-python/PyQt/files/digest-PyQt-3.17 b/dev-python/PyQt/files/digest-PyQt-3.17 new file mode 100644 index 000000000000..2120bf48759c --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.17 @@ -0,0 +1,3 @@ +MD5 dd0ecb6258215cd8e47e6de1c37a6da2 PyQt-x11-gpl-3.17.tar.gz 803021 +RMD160 f05975e16da47f3b8cffba0f67a906dd378a90c7 PyQt-x11-gpl-3.17.tar.gz 803021 +SHA256 3f6a29ddd2116e0074eeb71ce5ae615659bfb645761cf363dd90bfce8164bccb PyQt-x11-gpl-3.17.tar.gz 803021 |