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 | c3880f35de0808fa28e7d9e993c126eea9a8a656 (patch) | |
tree | 575cb5bdf93c1ebdd033b32b36cdaeb1326d4992 /net-zope | |
parent | tracking a repoman problem (diff) | |
download | historical-c3880f35de0808fa28e7d9e993c126eea9a8a656.tar.gz historical-c3880f35de0808fa28e7d9e993c126eea9a8a656.tar.bz2 historical-c3880f35de0808fa28e7d9e993c126eea9a8a656.zip |
~x86 -> x86 and added ~ppc
Diffstat (limited to 'net-zope')
-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" |