diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-24 10:05:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-24 10:05:56 +0000 |
commit | 81c6edcb3ac8acb3d26b64700113057d6e2333e8 (patch) | |
tree | fb930e60b13d81ac996094ee376f29c570b72599 /dev-python/simpleparse | |
parent | Update metadata (diff) | |
download | gentoo-2-81c6edcb3ac8acb3d26b64700113057d6e2333e8.tar.gz gentoo-2-81c6edcb3ac8acb3d26b64700113057d6e2333e8.tar.bz2 gentoo-2-81c6edcb3ac8acb3d26b64700113057d6e2333e8.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r-- | dev-python/simpleparse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog index c6b58d99b925..ed3b8e2af773 100644 --- a/dev-python/simpleparse/ChangeLog +++ b/dev-python/simpleparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simpleparse -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.9 2004/12/31 00:37:21 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.10 2005/04/24 10:04:43 blubb Exp $ + + 24 Apr 2005; Simon Stelling <blubb@gentoo.org> simpleparse-2.0.0.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/simpleparse/simpleparse-2.0.0.ebuild b/dev-python/simpleparse/simpleparse-2.0.0.ebuild index 169632ed75b9..6f495c363bcf 100644 --- a/dev-python/simpleparse/simpleparse-2.0.0.ebuild +++ b/dev-python/simpleparse/simpleparse-2.0.0.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/simpleparse/simpleparse-2.0.0.ebuild,v 1.7 2004/12/11 23:13:59 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.0.0.ebuild,v 1.8 2005/04/24 10:04:43 blubb Exp $ IUSE="" @@ -17,7 +17,7 @@ DEPEND="virtual/python app-arch/unzip" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc alpha ~ppc ~amd64" +KEYWORDS="x86 sparc alpha ~ppc amd64" src_install() { distutils_src_install --install-data=/usr/share/doc/${PF} |