diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-15 17:34:46 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-08-15 17:34:46 +0000 |
commit | 2255e372ff184412ae1d58c1740144a327ba0dce (patch) | |
tree | ed0e4062e8617fcb6786eb33513e40f5e9b9ac21 /dev-python/wxpython-docs | |
parent | Moved from net-www/screem to dev-util/screem (diff) | |
download | gentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.tar.gz gentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.tar.bz2 gentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.zip |
Fixed SRC_URI
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | 12 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index e5115ccaef49..995c00338ba5 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.7 2004/08/02 14:52:56 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.8 2004/08/15 17:34:46 pythonhead Exp $ + + 15 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> + wxpython-docs-2.4.0.7.ebuild, wxpython-docs-2.4.1.2.ebuild: + Fixed SRC_URI 02 Aug 2004; Ferris McCormick <fmccor@gentoo.org> wxpython-docs-2.4.2.4.ebuild: diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild index 16538985e3c5..e9613aae0560 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2004 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.0.7.ebuild,v 1.7 2004/07/03 12:32:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.8 2004/08/15 17:34:46 pythonhead Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" + DESCRIPTION="wxPython documentation" HOMEPAGE="http://www.wxpython.org" SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinFDL-3" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86 ~sparc" IUSE="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" -DOCDIR="wxpython-${PVR}" +S="${WORKDIR}/wxPython-${PVR}" +DOCDIR="wxPython-${PVR}" src_install() { dodir /usr/share/doc/${DOCDIR} dodir /usr/share/doc/${DOCDIR}/docs cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/ } + diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild index 97199c7cc123..1c0f50719883 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2004 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.1.2.ebuild,v 1.4 2004/07/03 12:32:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild,v 1.5 2004/08/15 17:34:46 pythonhead Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" + DESCRIPTION="wxPython documentation" HOMEPAGE="http://www.wxpython.org" SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinFDL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="" -DEPEND="" - -S="${WORKDIR}/${MY_P}" -DOCDIR="wxpython-${PVR}" +S="${WORKDIR}/wxPython-${PVR}" +DOCDIR="wxPython-${PVR}" src_install() { dodir /usr/share/doc/${DOCDIR} dodir /usr/share/doc/${DOCDIR}/docs cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/ } + |