diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-14 05:21:11 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-14 05:21:11 +0000 |
commit | 3aa22ec924ef923cf416ffd532e3e3a5b8b8cdde (patch) | |
tree | b1cce52b450b308580ba20c31ea144b0a8e75ed9 /dev-python | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-3aa22ec924ef923cf416ffd532e3e3a5b8b8cdde.tar.gz gentoo-2-3aa22ec924ef923cf416ffd532e3e3a5b8b8cdde.tar.bz2 gentoo-2-3aa22ec924ef923cf416ffd532e3e3a5b8b8cdde.zip |
Adjusted install dir. bug# 92549
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython-docs/Manifest | 14 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild | 6 |
3 files changed, 10 insertions, 16 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index b058e1c405b1..2eb581458b61 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.15 2005/05/13 19:31:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.16 2005/05/14 05:21:11 pythonhead Exp $ + + 14 May 2005; Rob Cakebread <pythonhead@gentoo.org> + wxpython-docs-2.6.0.0-r1.ebuild: + Adjusted install dir. bug# 92549 *wxpython-docs-2.6.0.0-r1 (13 May 2005) diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest index 409be382feb3..61e9f29a1e60 100644 --- a/dev-python/wxpython-docs/Manifest +++ b/dev-python/wxpython-docs/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c02561f56a651ea2c8d1d4aea0d36782 ChangeLog 2750 +MD5 1373d823ea79d430308e24e84ed5b763 ChangeLog 2874 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 0958b371c86b2107ebacc2b82ace5270 wxpython-docs-2.4.2.4-r1.ebuild 1168 -MD5 d13b75fb9e517c6eacbef6f82dd15ee2 wxpython-docs-2.6.0.0-r1.ebuild 1509 +MD5 30168858868fa7bc7f7601eca421ab5d wxpython-docs-2.6.0.0-r1.ebuild 1499 MD5 2911f08ca57d7ce8297146ffd74e5fca files/digest-wxpython-docs-2.4.2.4-r1 146 MD5 f98b398d5de65497f6e213f8a2dec801 files/demo-2.6.0.0-version.patch 219 MD5 875e8ee40a9db65f42134928d4fd8e09 files/viewdocs-2.4.2.4.patch 329 MD5 f451c42589546a9015ae771ca742a53f files/wxpython-docs-2.6.0.0-writable.patch 1342 MD5 2e16d6b640e3678d8d85abe15dfbc3b0 files/digest-wxpython-docs-2.6.0.0-r1 225 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFChQEyHOCQyz1WCXYRAmrqAKDIFH+thQGLlyKwPlU7g0qtpBr1xQCg1Pq1 -h0sEIIVMUYFRjXVEx0UtusI= -=6Ktp ------END PGP SIGNATURE----- diff --git a/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild index 982371212e5f..4b3eb4220112 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.6.0.0-r1.ebuild,v 1.1 2005/05/13 19:31:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild,v 1.2 2005/05/14 05:21:11 pythonhead Exp $ inherit eutils @@ -15,8 +15,8 @@ SLOT="2.6" KEYWORDS="~x86 ~sparc ~amd64" IUSE="" -S="${WORKDIR}/wxPython-${PVR}" -DOCDIR="wxPython-${PVR}" +S="${WORKDIR}/wxPython-${PV}" +DOCDIR="wxPython-${PV}" src_unpack() { unpack ${A} |