diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:33:35 +0000 |
commit | 1e1051271b5d9e966a3c441dada289adb4dabd0f (patch) | |
tree | 743f5992f2e5418661530f86efb439f1115cb2c3 /net-zope/externaleditor/externaleditor-0.8.ebuild | |
parent | Add a ported version of Ubuntu's gcc4 patch for bug 117547. (diff) | |
download | gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.gz gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.bz2 gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/externaleditor/externaleditor-0.8.ebuild')
-rw-r--r-- | net-zope/externaleditor/externaleditor-0.8.ebuild | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/net-zope/externaleditor/externaleditor-0.8.ebuild b/net-zope/externaleditor/externaleditor-0.8.ebuild index 28b54967d9f5..466e02bc3910 100644 --- a/net-zope/externaleditor/externaleditor-0.8.ebuild +++ b/net-zope/externaleditor/externaleditor-0.8.ebuild @@ -1,25 +1,25 @@ -# 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/externaleditor/externaleditor-0.8.ebuild,v 1.5 2005/05/06 14:54:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externaleditor/externaleditor-0.8.ebuild,v 1.6 2006/01/27 02:31:53 vapier Exp $ inherit zproduct MY_PN="ExternalEditor" MY_P="${MY_PN}-${PV}-src" MY_P2="zopeedit-${PV}-src" -DESCRIPTION="Allows you to use your favorite editor(s) from ZMI." +DESCRIPTION="Allows you to use your favorite editor(s) from ZMI" HOMEPAGE="http://www.zope.org/Members/Caseman/${MY_PN}/" SRC_URI_BASE="${HOMEPAGE}/${PV}" SRC_URI="${SRC_URI_BASE}/${MY_P}.tgz ${SRC_URI_BASE}/${MY_P2}.tgz" + LICENSE="ZPL" -KEYWORDS="x86 ppc ~sparc ~amd64" -IUSE="" -ZPROD_LIST="${MY_PN}" +KEYWORDS="~amd64 ppc ~sparc x86" # the base of teh application is in Python2.1, but zopeedit.py wants Python2.2 -RDEPEND="${RDEPEND} - >=dev-lang/python-2.2" +RDEPEND=">=dev-lang/python-2.2" + +ZPROD_LIST="${MY_PN}" S_ZPROD=${WORKDIR}/${MY_PN} S_SRC=${WORKDIR}/${MY_P2} @@ -36,8 +36,7 @@ src_unpack() { DOCDIR=/usr/share/doc/${PF} -src_install() -{ +src_install() { S=${S_ZPROD} zproduct_src_install mkdir -p ${T}${DOCDIR}/${MY_PN} mv ${D}${DOCDIR}/* ${T}${DOCDIR}/${MY_PN} @@ -52,8 +51,7 @@ src_install() doins Plugins/*.py } -pkg_postinst() -{ +pkg_postinst() { zproduct_pkg_postinst ewarn "To use the External Editor Zope Product you will need to manually" ewarn "configure the helper application(/usr/bin/zopeedit.py) for your" |