diff options
Diffstat (limited to 'net-zope/externaleditor/externaleditor-0.7.2.ebuild')
-rw-r--r-- | net-zope/externaleditor/externaleditor-0.7.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-zope/externaleditor/externaleditor-0.7.2.ebuild b/net-zope/externaleditor/externaleditor-0.7.2.ebuild index 3145f9d3087f..0549e5a396e7 100644 --- a/net-zope/externaleditor/externaleditor-0.7.2.ebuild +++ b/net-zope/externaleditor/externaleditor-0.7.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/externaleditor/externaleditor-0.7.2.ebuild,v 1.1 2004/09/11 21:23:25 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externaleditor/externaleditor-0.7.2.ebuild,v 1.2 2006/01/27 02:31:53 vapier Exp $ inherit zproduct -DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects." +DESCRIPTION="The ExternalEditor is a Zope product and configurable helper application that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects" HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/${PV}/ExternalEditor-${PV}-src.tgz" + LICENSE="ZPL" -KEYWORDS="~x86 ~ppc" -IUSE="" +KEYWORDS="~ppc ~x86" ZPROD_LIST="ExternalEditor" |