diff options
Diffstat (limited to 'net-zope/cmfactionicons')
-rw-r--r-- | net-zope/cmfactionicons/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/cmfactionicons/cmfactionicons-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-zope/cmfactionicons/ChangeLog b/net-zope/cmfactionicons/ChangeLog index e72cfacae0e0..1cf0388dd0b1 100644 --- a/net-zope/cmfactionicons/ChangeLog +++ b/net-zope/cmfactionicons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/cmfactionicons -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfactionicons/ChangeLog,v 1.4 2004/09/24 20:57:20 batlogg Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfactionicons/ChangeLog,v 1.5 2005/03/19 17:18:33 weeve Exp $ + + 19 Mar 2005; Jason Wever <weeve@gentoo.org> cmfactionicons-0.9.ebuild: + Added ~sparc keyword wrt bug #84791. 24 Sep 2004; Jodok Batlogg <batlogg@gentoo.org>; cmfactionicons-0.9.ebuild: marked as stable on x86 and ppc diff --git a/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild b/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild index 2540f1a78c6d..5782a752c0e9 100644 --- a/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild +++ b/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild,v 1.5 2004/09/24 20:57:20 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfactionicons/cmfactionicons-0.9.ebuild,v 1.6 2005/03/19 17:18:33 weeve Exp $ inherit zproduct @@ -11,6 +11,6 @@ DESCRIPTION="CMFActionIcons: icon mapping tool, factored for reuse." HOMEPAGE="http://zope.org/Members/tseaver/CMFActionIcons/" SRC_URI="http://zope.org/Members/tseaver/${MY_PN}/${MY_PN}-${PV}/${MY_PN}-${PV}.tar.gz" LICENSE="ZPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~sparc" ZPROD_LIST="CMFActionIcons" |