diff options
Diffstat (limited to 'app-doc/qt-docs/qt-docs-3.1.1.ebuild')
-rw-r--r-- | app-doc/qt-docs/qt-docs-3.1.1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-doc/qt-docs/qt-docs-3.1.1.ebuild b/app-doc/qt-docs/qt-docs-3.1.1.ebuild deleted file mode 100644 index a4e8b3fe12fd..000000000000 --- a/app-doc/qt-docs/qt-docs-3.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.1.1.ebuild,v 1.7 2004/06/24 21:49:43 agriffis Exp $ - -IUSE="" -S=${WORKDIR}/qt-x11-free-${PV} -SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2" -HOMEPAGE="http://www.trolltech.com/" -DESCRIPTION="Documentation for the QT ${PV} API" -KEYWORDS="x86 ~sparc ppc alpha ia64" -SLOT="3" -LICENSE="QPL-1.0" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - QTBASE=/usr/qt/3 - export QTDIR=${S} - cd ${S} - # misc - insinto /etc/env.d - doins ${FILESDIR}/45qt-docs3 - - # docs - cd ${S}/doc - dodir ${QTBASE}/doc - for x in html flyers; do - cp -r $x ${D}/${QTBASE}/doc - done - - # manpages - cp -r ${S}/doc/man ${D}/${QTBASE} - # examples - cp -r ${S}/examples ${D}/${QTBASE} - # tutorials - cp -r ${S}/tutorial ${D}/${QTBASE} - -} |