diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-05-27 06:37:04 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-05-27 06:37:04 +0000 |
commit | 75d9251e3f2069dc76e21430b24aaa251d36f5ed (patch) | |
tree | aeadccd6b3f9782d52999ba291b02193a3b44622 /net-zope/zopeedit/zopeedit-0.7.ebuild | |
parent | Making repoman happy (diff) | |
download | gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.tar.gz gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.tar.bz2 gentoo-2-75d9251e3f2069dc76e21430b24aaa251d36f5ed.zip |
Making repoman happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-zope/zopeedit/zopeedit-0.7.ebuild')
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-zope/zopeedit/zopeedit-0.7.ebuild b/net-zope/zopeedit/zopeedit-0.7.ebuild index f7536cc858bb..2549902b5ccf 100644 --- a/net-zope/zopeedit/zopeedit-0.7.ebuild +++ b/net-zope/zopeedit/zopeedit-0.7.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.5 2006/01/27 02:52:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zopeedit/zopeedit-0.7.ebuild,v 1.6 2008/05/27 06:37:04 tupone 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="Configurable helper application that drop you into your favorite +editor(s) directly from the ZMI" HOMEPAGE="http://www.zope.org/Members/Caseman/ExternalEditor/" SRC_URI="http://www.zope.org/Members/Caseman/ExternalEditor/0.7/zopeedit-${PV}-src.tgz" @@ -13,4 +14,4 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -S=${WORKDIR}/${PN}-${PV}-src +S=${WORKDIR}/${P}-src |