diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-05-10 15:32:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-05-10 15:32:30 +0000 |
commit | 751bcf414a4bd1917cdab41aafb8ba87d328dcac (patch) | |
tree | 6e4cdcba4a47c62a3477547ca55fcd2969ee70fa /dev-python/PyQt | |
parent | remove older, probably broken ebuilds (diff) | |
download | historical-751bcf414a4bd1917cdab41aafb8ba87d328dcac.tar.gz historical-751bcf414a4bd1917cdab41aafb8ba87d328dcac.tar.bz2 historical-751bcf414a4bd1917cdab41aafb8ba87d328dcac.zip |
version bump
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.2.ebuild | 57 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.17.2 | 3 |
3 files changed, 66 insertions, 1 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 7106514228c4..94f8e25baf06 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.84 2007/04/13 19:18:37 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.85 2007/05/10 15:32:30 caleb Exp $ + +*PyQt-3.17.2 (10 May 2007) + + 10 May 2007; Caleb Tennis <caleb@gentoo.org> +PyQt-3.17.2.ebuild: + version bump 13 Apr 2007; <welp@gentoo.org> PyQt-3.17.ebuild: Stable on amd64 wrt bug 174413. Allows for closing of bug 155170 diff --git a/dev-python/PyQt/PyQt-3.17.2.ebuild b/dev-python/PyQt/PyQt-3.17.2.ebuild new file mode 100644 index 000000000000..296c0b715eda --- /dev/null +++ b/dev-python/PyQt/PyQt-3.17.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.2.ebuild,v 1.1 2007/05/10 15:32:30 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.6 + 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.2 b/dev-python/PyQt/files/digest-PyQt-3.17.2 new file mode 100644 index 000000000000..41f8668a6625 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.17.2 @@ -0,0 +1,3 @@ +MD5 1ed22e01dc1d442809c4ce77fe8aba85 PyQt-x11-gpl-3.17.2.tar.gz 803549 +RMD160 1fceae993582a44d85dacf2a5d602c1e51150e44 PyQt-x11-gpl-3.17.2.tar.gz 803549 +SHA256 09fe5f323aaeeec36508a8cebdd2c6b703d506e781db7398c7ac7a749b89be38 PyQt-x11-gpl-3.17.2.tar.gz 803549 |