diff options
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" |