diff options
Diffstat (limited to 'dev-python/PyQt/PyQt-2.4.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt-2.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/PyQt/PyQt-2.4.ebuild b/dev-python/PyQt/PyQt-2.4.ebuild deleted file mode 100644 index 6ed9a7bfc61f..000000000000 --- a/dev-python/PyQt/PyQt-2.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-2.4.ebuild,v 1.16 2003/04/23 15:17:14 vapier Exp $ - -DESCRIPTION="set of Python bindings for the Qt Toolkit" -SRC_URI="http://www.river-bank.demon.co.uk/software/${P}.tar.gz" -HOMEPAGE="http://www.thekompany.com/projects/pykde/" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="x86 sparc alpha" - -DEPEND="=x11-libs/qt-2* - =dev-python/sip-2.4 - virtual/python" - -src_compile() { - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-doc-install=/usr/share/doc \ - --with-qt-dir=/usr/qt/2 - assert - - make || die -} - -src_install() { - make DESTDIR=${D} install || die - make DESTDIR=${D} install-doc || die -} |