diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-05 08:08:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-05 08:08:15 +0000 |
commit | 9eae43a5eac5f62addd35b0989c8300b6d2c6100 (patch) | |
tree | 6bfc5771bf50bacee1641b5218d790282aa76c3c /net-zope/translationservice | |
parent | ppc needs dev-libs/tvision first (Manifest recommit) (diff) | |
download | gentoo-2-9eae43a5eac5f62addd35b0989c8300b6d2c6100.tar.gz gentoo-2-9eae43a5eac5f62addd35b0989c8300b6d2c6100.tar.bz2 gentoo-2-9eae43a5eac5f62addd35b0989c8300b6d2c6100.zip |
down to ~ppc until deps are stable
Diffstat (limited to 'net-zope/translationservice')
-rw-r--r-- | net-zope/translationservice/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/translationservice/translationservice-0.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-zope/translationservice/ChangeLog b/net-zope/translationservice/ChangeLog index c53f43c5a7e4..7877b0c1aab6 100644 --- a/net-zope/translationservice/ChangeLog +++ b/net-zope/translationservice/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2003/06/21 05:00:22 kutsuya Exp $ +# Copyright 2003-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/ChangeLog,v 1.4 2004/04/05 08:08:15 mr_bones_ Exp $ + + 05 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + translationservice-0.3.ebuild: + down to ~ppc until deps are stable *translationservice-0.4 (20 Jun 2003) diff --git a/net-zope/translationservice/translationservice-0.3.ebuild b/net-zope/translationservice/translationservice-0.3.ebuild index 413c9d240d17..9eaef6428bd3 100644 --- a/net-zope/translationservice/translationservice-0.3.ebuild +++ b/net-zope/translationservice/translationservice-0.3.ebuild @@ -1,6 +1,6 @@ -# 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/net-zope/translationservice/translationservice-0.3.ebuild,v 1.5 2003/09/08 06:53:31 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/translationservice-0.3.ebuild,v 1.6 2004/04/05 08:08:15 mr_bones_ 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" |