diff options
Diffstat (limited to 'net-zope/translationservice/translationservice-0.4.ebuild')
-rw-r--r-- | net-zope/translationservice/translationservice-0.4.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-zope/translationservice/translationservice-0.4.ebuild b/net-zope/translationservice/translationservice-0.4.ebuild new file mode 100644 index 000000000000..4f8add95c0c6 --- /dev/null +++ b/net-zope/translationservice/translationservice-0.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/translationservice-0.4.ebuild,v 1.1 2003/06/21 05:00:22 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="Translation servive for zope. i18n tags in ZPT." +HOMEPAGE="http://www.zope.org/Members/efge/TranslationService/" +SRC_URI="${HOMEPAGE}/TranslationService-${PV}.tgz" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +ZPROD_LIST="TranslationService" |