diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-16 00:27:55 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-16 00:27:55 +0000 |
commit | afa364700a08c18b40239d1d1e93cfdcf8d0fb42 (patch) | |
tree | 79d3ae48335938a16730bcfca98493bcce456610 /dev-python | |
parent | New ebuild. We'll be needing this for a few other app-vim plugins shortly. (M... (diff) | |
download | gentoo-2-afa364700a08c18b40239d1d1e93cfdcf8d0fb42.tar.gz gentoo-2-afa364700a08c18b40239d1d1e93cfdcf8d0fb42.tar.bz2 gentoo-2-afa364700a08c18b40239d1d1e93cfdcf8d0fb42.zip |
Fixed DOCDIR. Closes bug# 57237
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython-demo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython-demo/Manifest | 6 | ||||
-rw-r--r-- | dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild | 8 |
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..e14a343441e2 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 552d978df3eebe5ffd8515cb84815262 ChangeLog 1061 +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 0b5d88c53ffb91c726bf68b2a8bec588 wxpython-demo-2.4.2.4.ebuild 662 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} |