diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 23:17:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-11 23:17:11 +0000 |
commit | b154881b451c932fcbc3f7d5c20613d1313f3b12 (patch) | |
tree | 0726a35acb323cb91aa33f0063c1a173e5c5de01 /dev-python/simpleparse | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-b154881b451c932fcbc3f7d5c20613d1313f3b12.tar.gz gentoo-2-b154881b451c932fcbc3f7d5c20613d1313f3b12.tar.bz2 gentoo-2-b154881b451c932fcbc3f7d5c20613d1313f3b12.zip |
Stable on alpha.
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r-- | dev-python/simpleparse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/simpleparse/simpleparse-2.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog index 2c7454b3317c..04dfb2750466 100644 --- a/dev-python/simpleparse/ChangeLog +++ b/dev-python/simpleparse/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2004/11/07 17:22:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.8 2004/12/11 23:13:59 kloeri Exp $ + + 12 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> + simpleparse-2.0.0.ebuild: + Stable on alpha. 07 Nov 2004; Jason Wever <weeve@gentoo.org> simpleparse-2.0.0.ebuild: Stable on sparc. diff --git a/dev-python/simpleparse/simpleparse-2.0.0.ebuild b/dev-python/simpleparse/simpleparse-2.0.0.ebuild index 3fd58f03bc64..169632ed75b9 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 # 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.6 2004/11/07 17:22:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.0.0.ebuild,v 1.7 2004/12/11 23:13:59 kloeri 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} |