diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 00:53:06 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 00:53:06 +0000 |
commit | 37b4f951b1b2d67c5f6a1dc676680cab14b5ef98 (patch) | |
tree | c2733dc5990fdb55ba116b3d0cde3286b09fb7d1 /dev-python/PyQt | |
parent | Version bump (diff) | |
download | gentoo-2-37b4f951b1b2d67c5f6a1dc676680cab14b5ef98.tar.gz gentoo-2-37b4f951b1b2d67c5f6a1dc676680cab14b5ef98.tar.bz2 gentoo-2-37b4f951b1b2d67c5f6a1dc676680cab14b5ef98.zip |
version bump
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.4.ebuild | 56 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.17.4 | 3 |
3 files changed, 65 insertions, 1 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 9ee5d512d535..5da093740af9 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.99 2007/12/05 14:50:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.100 2007/12/26 00:53:05 caleb Exp $ + +*PyQt-3.17.4 (26 Dec 2007) + + 26 Dec 2007; Caleb Tennis <caleb@gentoo.org> +PyQt-3.17.4.ebuild: + version bump 05 Dec 2007; Raúl Porcel <armin76@gentoo.org> PyQt-3.17.3.ebuild: alpha/sparc stable wrt #200630 diff --git a/dev-python/PyQt/PyQt-3.17.4.ebuild b/dev-python/PyQt/PyQt-3.17.4.ebuild new file mode 100644 index 000000000000..20c33af21ca1 --- /dev/null +++ b/dev-python/PyQt/PyQt-3.17.4.ebuild @@ -0,0 +1,56 @@ +# 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.4.ebuild,v 1.1 2007/12/26 00:53:05 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc examples" + +RDEPEND="=x11-libs/qt-3* + >=dev-python/sip-4.7.3 + x11-libs/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 /usr/$(get_libdir)/python${PYVER}/site-packages \ + -b /usr/bin \ + -v /usr/share/sip \ + -n /usr/include \ + -o /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 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.4 b/dev-python/PyQt/files/digest-PyQt-3.17.4 new file mode 100644 index 000000000000..21e3b8c48677 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.17.4 @@ -0,0 +1,3 @@ +MD5 0dffe4bc87a1102d61ee972bb868c65a PyQt-x11-gpl-3.17.4.tar.gz 803925 +RMD160 77b1ca96465ae737545fbdd1f63bd06bb089a74b PyQt-x11-gpl-3.17.4.tar.gz 803925 +SHA256 1931400062d432af229a6862e5fbd6554e7b16b70a5ea87478d026ce8979e65c PyQt-x11-gpl-3.17.4.tar.gz 803925 |