diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-03 22:47:55 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-03 22:47:55 +0000 |
commit | 85479936af21106f3227ffdcb281faec1cdef4cb (patch) | |
tree | 47be733722595dce8028d9051f0a4845145222d1 /net-zope/translationservice | |
parent | Moving from net-www to net-zope. (diff) | |
download | historical-85479936af21106f3227ffdcb281faec1cdef4cb.tar.gz historical-85479936af21106f3227ffdcb281faec1cdef4cb.tar.bz2 historical-85479936af21106f3227ffdcb281faec1cdef4cb.zip |
Moving from net-www to net-zope.
Diffstat (limited to 'net-zope/translationservice')
-rw-r--r-- | net-zope/translationservice/ChangeLog | 13 | ||||
-rw-r--r-- | net-zope/translationservice/files/digest-translationservice-0.3 | 1 | ||||
-rw-r--r-- | net-zope/translationservice/translationservice-0.3.ebuild | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net-zope/translationservice/ChangeLog b/net-zope/translationservice/ChangeLog new file mode 100644 index 000000000000..3a251b2e8bff --- /dev/null +++ b/net-zope/translationservice/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-zope/translationservice +# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/ChangeLog,v 1.1 2003/03/03 22:47:55 kutsuya Exp $ + +*translationservice-0.3 (18 Feb 2003) + + 03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> : Moving from net-www to + net-zope. + + 18 Feb 2003; Jason Shoemaker <kutsuya@gentoo.org> : Initial import. + + +
\ No newline at end of file diff --git a/net-zope/translationservice/files/digest-translationservice-0.3 b/net-zope/translationservice/files/digest-translationservice-0.3 new file mode 100644 index 000000000000..f932b3211872 --- /dev/null +++ b/net-zope/translationservice/files/digest-translationservice-0.3 @@ -0,0 +1 @@ +MD5 9b3655148137c500152a8972eae3e991 TranslationService-0.3.tgz 12666 diff --git a/net-zope/translationservice/translationservice-0.3.ebuild b/net-zope/translationservice/translationservice-0.3.ebuild new file mode 100644 index 000000000000..a3503214eeb6 --- /dev/null +++ b/net-zope/translationservice/translationservice-0.3.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.3.ebuild,v 1.1 2003/03/03 22:47:55 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" + +ZPROD_LIST="TranslationService"
\ No newline at end of file |