diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-21 05:00:42 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-21 05:00:42 +0000 |
commit | bc7275f4fbfbdca11a3f065d36d8b3272ea704ed (patch) | |
tree | 8893a0d141303d4096789d990463912f1e32536a /net-zope | |
parent | Had a disconnect during cvs commit. :( (diff) | |
download | gentoo-2-bc7275f4fbfbdca11a3f065d36d8b3272ea704ed.tar.gz gentoo-2-bc7275f4fbfbdca11a3f065d36d8b3272ea704ed.tar.bz2 gentoo-2-bc7275f4fbfbdca11a3f065d36d8b3272ea704ed.zip |
~ppc -> ppc in 0.3. Version bump to 0.4 and masked all archs as unstable.
Diffstat (limited to 'net-zope')
5 files changed, 30 insertions, 5 deletions
diff --git a/net-zope/translationservice/ChangeLog b/net-zope/translationservice/ChangeLog index d9ea2b2b1dbe..c53f43c5a7e4 100644 --- a/net-zope/translationservice/ChangeLog +++ b/net-zope/translationservice/ChangeLog @@ -1,6 +1,15 @@ # 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.2 2003/04/04 06:36:36 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/ChangeLog,v 1.3 2003/06/21 05:00:22 kutsuya Exp $ + +*translationservice-0.4 (20 Jun 2003) + + 20 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> + translationservice-0.4.ebuild: + Version bump. Masked all archs unstable. + + 20 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> + translationservice-0.3.ebuild: ~ppc -> ppc *translationservice-0.3 (18 Feb 2003) diff --git a/net-zope/translationservice/Manifest b/net-zope/translationservice/Manifest index a2303bc77dc2..55ab5a87d1c2 100644 --- a/net-zope/translationservice/Manifest +++ b/net-zope/translationservice/Manifest @@ -1,3 +1,5 @@ -MD5 4842d4feb56b05b008180a887442d791 ChangeLog 551 -MD5 a9debb46538d3188ec3a5b427835bf72 translationservice-0.3.ebuild 509 +MD5 34dcd7a9eddfe44833f0a344aa182e30 ChangeLog 817 +MD5 a57bbd033e52c1887cfc2c7b6cc127db translationservice-0.3.ebuild 508 +MD5 07a10a2158a0c81b2b8381a07c20e377 translationservice-0.4.ebuild 510 MD5 593dddb4cf1ae7b13fc6f46f50036e3e files/digest-translationservice-0.3 70 +MD5 0f47b403338e143a1aeec3f24959fc35 files/digest-translationservice-0.4 70 diff --git a/net-zope/translationservice/files/digest-translationservice-0.4 b/net-zope/translationservice/files/digest-translationservice-0.4 new file mode 100644 index 000000000000..d9b2aa672c0d --- /dev/null +++ b/net-zope/translationservice/files/digest-translationservice-0.4 @@ -0,0 +1 @@ +MD5 b1399f80dc71ea8a54f4c6dc179c12dd TranslationService-0.4.tgz 12678 diff --git a/net-zope/translationservice/translationservice-0.3.ebuild b/net-zope/translationservice/translationservice-0.3.ebuild index 5d7d6ad1da6a..1bf5e5cf18db 100644 --- a/net-zope/translationservice/translationservice-0.3.ebuild +++ b/net-zope/translationservice/translationservice-0.3.ebuild @@ -1,6 +1,6 @@ # 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.3 2003/04/04 06:36:36 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/translationservice-0.3.ebuild,v 1.4 2003/06/21 05:00:22 kutsuya Exp $ inherit zproduct @@ -8,6 +8,6 @@ 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" +KEYWORDS="x86 ppc" ZPROD_LIST="TranslationService" 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" |