diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-13 23:05:05 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-11-13 23:05:05 +0000 |
commit | 37e7a2a4dbac40ae3ba60318c22f1b32e1e88a33 (patch) | |
tree | 15ea79a02f25b859e5b4ce13df3b6ed3a7080d13 /dev-python | |
parent | more darwin profile cleanup (diff) | |
download | historical-37e7a2a4dbac40ae3ba60318c22f1b32e1e88a33.tar.gz historical-37e7a2a4dbac40ae3ba60318c22f1b32e1e88a33.tar.bz2 historical-37e7a2a4dbac40ae3ba60318c22f1b32e1e88a33.zip |
Changed site_pkgs location
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/Manifest | 10 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.5.3.1.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index acd47df17d4f..336fd9547dbf 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.12 2004/11/13 18:08:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.13 2004/11/13 23:05:05 pythonhead Exp $ + + 13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> + wxpython-2.5.3.1.ebuild: + Fixed site_pkgs location 13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-2.4.2.4.ebuild: diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest index 1ae648befa16..ab6aa2f43b19 100644 --- a/dev-python/wxpython/Manifest +++ b/dev-python/wxpython/Manifest @@ -3,8 +3,8 @@ Hash: SHA1 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 03005fb45223144f46f174425229dd97 wxpython-2.4.2.4.ebuild 2426 -MD5 d4a618e68d5341aadae7b930eec51082 wxpython-2.5.3.1.ebuild 3091 -MD5 c764db54bdac1d4a74000cd4dd6cc2ec ChangeLog 8407 +MD5 91069f4d015cd8013ba0cc7eb6c6c3e0 wxpython-2.5.3.1.ebuild 3098 +MD5 53ccea69143f2740f2052260ddb6b20a ChangeLog 8515 MD5 f959ab3869a044126ad9b66353cc68b1 wxpython-2.4.2.4-r1.ebuild 3565 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r1 73 MD5 83d82d05e77457e559cf175012f538e7 files/digest-wxpython-2.5.3.1 74 @@ -14,7 +14,7 @@ MD5 960f9cf74312ac4829b96c63739fcfe9 files/wxpy-config.py 3275 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBlk2xz2gxt1z4IGYRAlX/AJwKp3GYurtZC1iyBqncJRQrS0YrGgCgw2bO -6gFyQ7Mmg5Q9MaPtg7UJV2Q= -=wig6 +iD8DBQFBlpMrz2gxt1z4IGYRAuz6AKCv4MH3I3twD8wP+N9SpNY6KTBuFACgzK9U +91hcYgyejbY75RaUtBGVgjQ= +=CyWj -----END PGP SIGNATURE----- diff --git a/dev-python/wxpython/wxpython-2.5.3.1.ebuild b/dev-python/wxpython/wxpython-2.5.3.1.ebuild index 0322b223a3c6..1cda9d8807ba 100644 --- a/dev-python/wxpython/wxpython-2.5.3.1.ebuild +++ b/dev-python/wxpython/wxpython-2.5.3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.5.3.1.ebuild,v 1.2 2004/11/13 17:27:42 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.5.3.1.ebuild,v 1.3 2004/11/13 23:05:05 pythonhead Exp $ -inherit wxwidgets +inherit python wxwidgets MY_P="${P/wxpython-/wxPython-src-}" S="${WORKDIR}/${MY_P}/wxPython" |