diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 14:19:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 14:19:59 +0000 |
commit | 4c59032c1958465a50581168c523bfb968781fbc (patch) | |
tree | cc7e390b5d3607cc804df8d036aad00a9e73f2c8 /dev-python | |
parent | Mark 2.02 stable on ia64 (diff) | |
download | historical-4c59032c1958465a50581168c523bfb968781fbc.tar.gz historical-4c59032c1958465a50581168c523bfb968781fbc.tar.bz2 historical-4c59032c1958465a50581168c523bfb968781fbc.zip |
Mark 2.0.0 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simpleparse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog index 37f7b6d82b23..a082d0a92556 100644 --- a/dev-python/simpleparse/ChangeLog +++ b/dev-python/simpleparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simpleparse # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.11 2005/08/26 03:46:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.12 2005/10/02 14:19:59 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> simpleparse-2.0.0.ebuild: + Mark 2.0.0 stable on ia64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> simpleparse-2.0.0.ebuild: add ~ia64 diff --git a/dev-python/simpleparse/simpleparse-2.0.0.ebuild b/dev-python/simpleparse/simpleparse-2.0.0.ebuild index 03bf6f14b8d8..5402ccbeaef2 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-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.9 2005/08/26 03:46:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.0.0.ebuild,v 1.10 2005/10/02 14:19:59 agriffis Exp $ IUSE="" @@ -17,7 +17,7 @@ DEPEND="virtual/python app-arch/unzip" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" src_install() { distutils_src_install --install-data=/usr/share/doc/${PF} |