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
commit2255e372ff184412ae1d58c1740144a327ba0dce (patch)
treeed0e4062e8617fcb6786eb33513e40f5e9b9ac21 /dev-python
parentMoved from net-www/screem to dev-util/screem (diff)
downloadgentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.tar.gz
gentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.tar.bz2
gentoo-2-2255e372ff184412ae1d58c1740144a327ba0dce.zip
Fixed SRC_URI
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxpython-demo/ChangeLog6
-rw-r--r--dev-python/wxpython-demo/Manifest6
-rw-r--r--dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild11
-rw-r--r--dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild10
-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
7 files changed, 36 insertions, 27 deletions
diff --git a/dev-python/wxpython-demo/ChangeLog b/dev-python/wxpython-demo/ChangeLog
index e50acc14bf3a..10775f4f648e 100644
--- a/dev-python/wxpython-demo/ChangeLog
+++ b/dev-python/wxpython-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython-demo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.7 2004/08/02 14:50:11 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.8 2004/08/15 17:33:28 pythonhead Exp $
+
+ 15 Aug 2004; Rob Cakebread <pythonhead@gentoo.org>
+ wxpython-demo-2.4.0.7.ebuild, wxpython-demo-2.4.1.2.ebuild:
+ Fixed SRC_URI
02 Aug 2004; Ferris McCormick <fmccor@gentoo.org>
wxpython-demo-2.4.2.4.ebuild:
diff --git a/dev-python/wxpython-demo/Manifest b/dev-python/wxpython-demo/Manifest
index 1189d83929ca..a0ba6c34d8dc 100644
--- a/dev-python/wxpython-demo/Manifest
+++ b/dev-python/wxpython-demo/Manifest
@@ -1,7 +1,7 @@
-MD5 4760e3cba0a409ad00cd4bafc0f80765 ChangeLog 1215
+MD5 67ac0c76adde8b70b2dc5af64443d137 ChangeLog 1347
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
-MD5 986aa78226f6bc198cf253831b6b2e0f wxpython-demo-2.4.0.7.ebuild 784
-MD5 86426ca44867788bb3bd9b1598f0ffef wxpython-demo-2.4.1.2.ebuild 773
+MD5 1ea93bbcfb1b48fa39490fd3cbe985b9 wxpython-demo-2.4.0.7.ebuild 784
+MD5 1ea93bbcfb1b48fa39490fd3cbe985b9 wxpython-demo-2.4.1.2.ebuild 784
MD5 1ea93bbcfb1b48fa39490fd3cbe985b9 wxpython-demo-2.4.2.4.ebuild 784
MD5 51ae26b9189b625fdacd93232e7a524a files/digest-wxpython-demo-2.4.0.7 72
MD5 ddc99b1e7ed57ccdbbfa7a3bbf601280 files/digest-wxpython-demo-2.4.1.2 72
diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild
index b6c428af0586..fa1c43fbfe46 100644
--- a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild
+++ b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.5 2004/07/03 12:30:22 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.6 2004/08/15 17:33:28 pythonhead Exp $
MY_P=${P/wxpython-demo/wxPythonDemo}
@@ -10,13 +10,11 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~x86 ~sparc"
IUSE=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-DOCDIR="wxpython-${PVR}"
+S="${WORKDIR}/${DOCDIR}"
+DOCDIR="wxPython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}
@@ -25,3 +23,4 @@ src_install() {
cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/
cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/
}
+
diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild
index 7519a054cf25..f73f43abefe8 100644
--- a/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild
+++ b/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild,v 1.3 2004/07/03 12:30:22 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.1.2.ebuild,v 1.4 2004/08/15 17:33:28 pythonhead Exp $
MY_P=${P/wxpython-demo/wxPythonDemo}
-DOCDIR="wxpython-${PVR}"
-S="${WORKDIR}/${MY_P}"
+
DESCRIPTION="wxPython demo files"
HOMEPAGE="http://www.wxpython.org"
SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~sparc"
IUSE=""
+S="${WORKDIR}/${DOCDIR}"
+DOCDIR="wxPython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}
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/
}
+