summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-07-16 00:27:55 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-07-16 00:27:55 +0000
commitf570904891de3bf81249bdc588ec54ed660ddb4d (patch)
tree349a47329f44ac66d6b06c30448c835be748d3c3 /dev-python
parentNew ebuild. We'll be needing this for a few other app-vim plugins shortly. (diff)
downloadhistorical-f570904891de3bf81249bdc588ec54ed660ddb4d.tar.gz
historical-f570904891de3bf81249bdc588ec54ed660ddb4d.tar.bz2
historical-f570904891de3bf81249bdc588ec54ed660ddb4d.zip
Fixed DOCDIR. Closes bug# 57237
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.2.4.ebuild8
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-python/wxpython-demo/ChangeLog b/dev-python/wxpython-demo/ChangeLog
index fb3c74aa5ae4..954a7a62523d 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.5 2004/07/03 12:30:22 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.6 2004/07/16 00:27:55 pythonhead Exp $
+
+ 15 Jul 2004; Rob Cakebread <pythonhead@gentoo.org>
+ wxpython-demo-2.4.2.4.ebuild:
+ Fixed DOCDIR. Closes bug# 57237
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org>
wxpython-demo-2.4.0.7.ebuild, wxpython-demo-2.4.1.2.ebuild,
diff --git a/dev-python/wxpython-demo/Manifest b/dev-python/wxpython-demo/Manifest
index 23df461513ab..e82c3739c899 100644
--- a/dev-python/wxpython-demo/Manifest
+++ b/dev-python/wxpython-demo/Manifest
@@ -1,8 +1,8 @@
-MD5 8ec56e33388faca724397200d9a3615c wxpython-demo-2.4.2.4.ebuild 773
+MD5 fd08894cf460f71cdbab1460e598a078 ChangeLog 1065
+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 4e734d22dc4ad1502052a56c78679163 ChangeLog 941
-MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
+MD5 f4d38af84540abc4f1d8f013859e05ca wxpython-demo-2.4.2.4.ebuild 781
MD5 51ae26b9189b625fdacd93232e7a524a files/digest-wxpython-demo-2.4.0.7 72
MD5 ddc99b1e7ed57ccdbbfa7a3bbf601280 files/digest-wxpython-demo-2.4.1.2 72
MD5 fee12156c4dc6432df10835df117a4cc files/digest-wxpython-demo-2.4.2.4 73
diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild
index e3dd1bc6fa3e..05dfc394e577 100644
--- a/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild
+++ b/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.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.2.4.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.2.4.ebuild,v 1.4 2004/07/16 00:27:55 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"
IUSE=""
+S="${WORKDIR}/${DOCDIR}"
+DOCDIR="wxPython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}