diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | 19c947b536833cd753e154638c40146f01443e15 (patch) | |
tree | 5dcb39fba4c2c7011e9cd94eff2a7c54b7d113dc /net-zope/zopeedit | |
parent | misc touchups (diff) | |
download | gentoo-2-19c947b536833cd753e154638c40146f01443e15.tar.gz gentoo-2-19c947b536833cd753e154638c40146f01443e15.tar.bz2 gentoo-2-19c947b536833cd753e154638c40146f01443e15.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/zopeedit')
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.7.ebuild | 10 | ||||
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.8.ebuild | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-zope/zopeedit/zopeedit-0.7.ebuild b/net-zope/zopeedit/zopeedit-0.7.ebuild index 388739d5e672..f7536cc858bb 100644 --- a/net-zope/zopeedit/zopeedit-0.7.ebuild +++ b/net-zope/zopeedit/zopeedit-0.7.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2005 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/zopeedit/zopeedit-0.7.ebuild,v 1.4 2005/01/02 14:17:40 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.7.ebuild,v 1.5 2006/01/27 02:52:14 vapier Exp $ inherit distutils -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/0.7/zopeedit-${PV}-src.tgz" + LICENSE="ZPL" -KEYWORDS="x86 ~ppc ~amd64" SLOT="0" +KEYWORDS="~amd64 ~ppc x86" IUSE="" + S=${WORKDIR}/${PN}-${PV}-src diff --git a/net-zope/zopeedit/zopeedit-0.8.ebuild b/net-zope/zopeedit/zopeedit-0.8.ebuild index 9ed052bf45ca..4fa7e138b1fc 100644 --- a/net-zope/zopeedit/zopeedit-0.8.ebuild +++ b/net-zope/zopeedit/zopeedit-0.8.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2005 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/zopeedit/zopeedit-0.8.ebuild,v 1.1 2005/01/02 14:17:40 batlogg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.8.ebuild,v 1.2 2006/01/27 02:52:14 vapier Exp $ inherit distutils -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}/zopeedit-${PV}-src.tgz" + LICENSE="ZPL" -KEYWORDS="~x86 ~ppc ~amd64" SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" + S=${WORKDIR}/${PN}-${PV}-src |