summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-08-15 17:34:46 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-08-15 17:34:46 +0000
commitd98d5d989480d03c5c14cb26294986111cd2753e (patch)
tree11bf5f7d02d0d3e13f6a9a9041d57850989f1db9 /dev-python/wxpython-docs
parentMoved from net-www/screem to dev-util/screem (diff)
downloadhistorical-d98d5d989480d03c5c14cb26294986111cd2753e.tar.gz
historical-d98d5d989480d03c5c14cb26294986111cd2753e.tar.bz2
historical-d98d5d989480d03c5c14cb26294986111cd2753e.zip
Fixed SRC_URI
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/ChangeLog6
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild12
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild12
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/
}
+