diff options
author | 2004-04-01 01:15:27 +0000 | |
---|---|---|
committer | 2004-04-01 01:15:27 +0000 | |
commit | 0354e86d1ffd9a02a07c96cc29427bc231c88ca5 (patch) | |
tree | 7dda4dd411bbb3949e0e6fadb9b4a7687ac3ec88 /dev-python/empy/empy-3.2.ebuild | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-0354e86d1ffd9a02a07c96cc29427bc231c88ca5.tar.gz gentoo-2-0354e86d1ffd9a02a07c96cc29427bc231c88ca5.tar.bz2 gentoo-2-0354e86d1ffd9a02a07c96cc29427bc231c88ca5.zip |
Mark 3.2 stable on x86, add new 3.3 version, fix homepage + src_uri.
Diffstat (limited to 'dev-python/empy/empy-3.2.ebuild')
-rw-r--r-- | dev-python/empy/empy-3.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/empy/empy-3.2.ebuild b/dev-python/empy/empy-3.2.ebuild index b5a0ade822a2..621f71ff722e 100644 --- a/dev-python/empy/empy-3.2.ebuild +++ b/dev-python/empy/empy-3.2.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/empy-3.2.ebuild,v 1.1 2003/10/24 05:58:49 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/empy-3.2.ebuild,v 1.2 2004/04/01 01:15:27 kloeri Exp $ inherit distutils - DESCRIPTION="A powerful and robust templating system for Python" -HOMEPAGE="http://www.alcyone.com/pyos/empy/" -SRC_URI="http://www.alcyone.com/pyos/empy/${P}.tar.gz" +HOMEPAGE="http://www.alcyone.com/software/empy/" +SRC_URI="http://www.alcyone.com/software/empy/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="dev-lang/python" |