diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-24 10:11:21 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-24 10:11:21 +0000 |
commit | 69e3d2ea57c511a73869e03610324750d0fdc213 (patch) | |
tree | 826a59a288a7a75383ebefddb9ec3f28760eeeeb /dev-python | |
parent | Add USE_EXPAND to avoid downloading unneeded drivers. (diff) | |
download | gentoo-2-69e3d2ea57c511a73869e03610324750d0fdc213.tar.gz gentoo-2-69e3d2ea57c511a73869e03610324750d0fdc213.tar.bz2 gentoo-2-69e3d2ea57c511a73869e03610324750d0fdc213.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index 845ef6358d48..d38e9e952109 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.11 2004/12/31 00:46:52 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.12 2005/04/24 10:06:48 blubb Exp $ + + 24 Apr 2005; Simon Stelling <blubb@gentoo.org> + wxpython-docs-2.4.2.4.ebuild: + stable on amd64 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild index 70de9304f0cd..204d71c22596 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.4.2.4.ebuild,v 1.8 2004/10/17 08:01:53 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.9 2005/04/24 10:06:48 blubb Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinFDL-3" SLOT="0" -KEYWORDS="x86 ~sparc ~amd64" +KEYWORDS="x86 ~sparc amd64" IUSE="" S="${WORKDIR}/wxPython-${PVR}" |