diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/i18ndude/i18ndude-2.0.ebuild | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/i18ndude/i18ndude-2.0.ebuild')
-rw-r--r-- | net-zope/i18ndude/i18ndude-2.0.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-zope/i18ndude/i18ndude-2.0.ebuild b/net-zope/i18ndude/i18ndude-2.0.ebuild index 902b65d37c13..b28897dfdd0a 100644 --- a/net-zope/i18ndude/i18ndude-2.0.ebuild +++ b/net-zope/i18ndude/i18ndude-2.0.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/i18ndude/i18ndude-2.0.ebuild,v 1.1 2005/12/27 18:16:53 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/i18ndude/i18ndude-2.0.ebuild,v 1.2 2006/01/27 02:35:41 vapier Exp $ inherit distutils -DESCRIPTION="i18ndude is the swiss army knife for zope/plone/products translators." -SRC_URI="http://plone.org/products/${PN}/releases/${PV}/${P}.tar.gz" +DESCRIPTION="i18ndude is the swiss army knife for zope/plone/products translators" HOMEPAGE="http://plone.org/products/i18ndude" +SRC_URI="http://plone.org/products/${PN}/releases/${PV}/${P}.tar.gz" -DEPEND=">=dev-lang/python-2.3 - >=dev-python/pyxml-0.8.1" - -IUSE="" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -LICENSE="GPL-2" +IUSE="" + +DEPEND=">=dev-lang/python-2.3 + >=dev-python/pyxml-0.8.1" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} |