diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 06:36:36 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 06:36:36 +0000 |
commit | 7f2f43371116e8b121acbc22775e8d08d08cd87d (patch) | |
tree | 2e85cdf9922d930ec46277efa1717f496b9a9da9 | |
parent | tracking a repoman problem (diff) | |
download | gentoo-2-7f2f43371116e8b121acbc22775e8d08d08cd87d.tar.gz gentoo-2-7f2f43371116e8b121acbc22775e8d08d08cd87d.tar.bz2 gentoo-2-7f2f43371116e8b121acbc22775e8d08d08cd87d.zip |
~x86 -> x86 and added ~ppc
-rw-r--r-- | net-zope/translationservice/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/translationservice/translationservice-0.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-zope/translationservice/ChangeLog b/net-zope/translationservice/ChangeLog index 3a251b2e8bff..d9ea2b2b1dbe 100644 --- a/net-zope/translationservice/ChangeLog +++ b/net-zope/translationservice/ChangeLog @@ -1,13 +1,16 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/ChangeLog,v 1.2 2003/04/04 06:36:36 kutsuya Exp $ *translationservice-0.3 (18 Feb 2003) + 03 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> + translationservice-0.3.ebuild: ~x86 -> x86 and added ~ppc + 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/translationservice-0.3.ebuild b/net-zope/translationservice/translationservice-0.3.ebuild index 321dcc1f554d..5d7d6ad1da6a 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.2 2003/03/11 20:50:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/translationservice/translationservice-0.3.ebuild,v 1.3 2003/04/04 06:36:36 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" +KEYWORDS="x86 ~ppc" ZPROD_LIST="TranslationService" |