diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-22 14:41:34 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-22 14:41:34 +0000 |
commit | 462de2ba19bc591a1201e97e80e3dadcfe397f64 (patch) | |
tree | 2a4ae15ba1e5b2b81bdf6fb486686d310caf5bcc /net-zope/zopeedit/zopeedit-0.7.ebuild | |
parent | seperate zopeedit as extra ebuild (diff) | |
download | gentoo-2-462de2ba19bc591a1201e97e80e3dadcfe397f64.tar.gz gentoo-2-462de2ba19bc591a1201e97e80e3dadcfe397f64.tar.bz2 gentoo-2-462de2ba19bc591a1201e97e80e3dadcfe397f64.zip |
initial release, separated from ExternalEditor
Diffstat (limited to 'net-zope/zopeedit/zopeedit-0.7.ebuild')
-rw-r--r-- | net-zope/zopeedit/zopeedit-0.7.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-zope/zopeedit/zopeedit-0.7.ebuild b/net-zope/zopeedit/zopeedit-0.7.ebuild new file mode 100644 index 000000000000..db301a565c53 --- /dev/null +++ b/net-zope/zopeedit/zopeedit-0.7.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/01/22 14:41:34 lanius 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." +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" +SLOT="0" +S=${WORKDIR}/${PN}-${PV}-src |