diff options
Diffstat (limited to 'dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild')
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild deleted file mode 100644 index 2a3c0b1ca121..000000000000 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild,v 1.4 2007/01/05 22:20:56 dirtyepic Exp $ - -inherit eutils - -MY_P="${P/wxpython-docs/wxPythonDocs}" - -DESCRIPTION="wxPython documentation" -HOMEPAGE="http://www.wxpython.org" -SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz - mirror://sourceforge/wxpython/wxPythonDemo-${PV}.tar.gz" - -LICENSE="wxWinFDL-3 LGPL-2.1" -SLOT="2.4" -KEYWORDS="x86 ~sparc amd64 ~ppc" -IUSE="" - -S="${WORKDIR}/wxPython-${PV}" -DOCDIR="wxPython-${PV}" - -src_unpack() { - unpack ${A} - cd ${S} || die "Couldn't cd to ${S}" - epatch ${FILESDIR}/viewdocs-2.4.2.4.patch -} - -src_install() { - dodir /usr/share/doc/${DOCDIR}/docs - cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/ - dodir /usr/share/doc/${DOCDIR}/demo - dodir /usr/share/doc/${DOCDIR}/samples - cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/ - cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/ -} - -pkg_postinst() { - elog "The demo files are now included with dev-python/wxpython-docs" -} |