diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-05-20 13:34:28 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-05-20 13:34:28 +0000 |
commit | e89d29f55c2a7a12e1f3fe5ed70d1edfb75b4bf0 (patch) | |
tree | eafd81f5f2a05f0f6837f02abd0a4586e3e1fab6 /dev-python/wxpython-docs | |
parent | Version bump; thanks to Andra's (bug #179192) (diff) | |
download | gentoo-2-e89d29f55c2a7a12e1f3fe5ed70d1edfb75b4bf0.tar.gz gentoo-2-e89d29f55c2a7a12e1f3fe5ed70d1edfb75b4bf0.tar.bz2 gentoo-2-e89d29f55c2a7a12e1f3fe5ed70d1edfb75b4bf0.zip |
Remove wxpython-2.4 docs as wxpython-2.4 itself is already removed
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/wxpython-docs')
4 files changed, 5 insertions, 60 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index 987c311ab5db..751e942b2ca5 100644 --- a/dev-python/wxpython-docs/ChangeLog +++ b/dev-python/wxpython-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython-docs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.23 2007/05/19 18:11:21 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.24 2007/05/20 13:34:28 leio Exp $ + + 20 May 2007; <leio@gentoo.org> -files/viewdocs-2.4.2.4.patch, + -wxpython-docs-2.4.2.4-r1.ebuild: + Remove wxpython-2.4 docs as wxpython-2.4 itself is already removed 19 May 2007; Peter Weller <welp@gentoo.org> wxpython-docs-2.6.0.0-r1.ebuild: diff --git a/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.2.4-r1 b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.2.4-r1 deleted file mode 100644 index ab5e0a5a1928..000000000000 --- a/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.2.4-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 f162e5a74f39b7a1e453d199db06ee94 wxPythonDemo-2.4.2.4.tar.gz 1473868 -RMD160 a7802fbd3c2e1b1dcb306dd2d4a4685c2d783a2f wxPythonDemo-2.4.2.4.tar.gz 1473868 -SHA256 17fefd2c56bfd7a05e5a745cb03fccd8df0181e02b432ef748768a824f478717 wxPythonDemo-2.4.2.4.tar.gz 1473868 -MD5 00770cb20eca9ed82c1a1ee7a338befe wxPythonDocs-2.4.2.4.tar.gz 1689524 -RMD160 87818f3487297f5a4388dfcaa38f6a25decad075 wxPythonDocs-2.4.2.4.tar.gz 1689524 -SHA256 7e7213deaba2aeb9fb9fe8907e964320fddc6ee6618e08245a4f902b7c4870f3 wxPythonDocs-2.4.2.4.tar.gz 1689524 diff --git a/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch b/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch deleted file mode 100644 index de3f5262c6c6..000000000000 --- a/dev-python/wxpython-docs/files/viewdocs-2.4.2.4.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- docs/viewdocs-orig.py 2005-03-25 09:46:30.000000000 +0100 -+++ docs/viewdocs.py 2005-03-25 10:46:26.923038904 +0100 -@@ -14,7 +14,7 @@ - - # setup the args - args = ['', -- '--cache='+basePath, -+ '--cache=/tmp', - os.path.join(basePath, 'wx.zip'), - os.path.join(basePath, 'ogl.zip'), - ] - - - 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" -} |