summaryrefslogtreecommitdiff
blob: 63ec1822ebce796182415e59b7394983b5c9583d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2011 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.4 2011/04/06 13:51:34 arfrever Exp $

# TODO: Add net-zope/collective-zopeedit and delete net-zope/zopeedit.
# http://pypi.python.org/pypi/collective.zopeedit

EAPI="3"

inherit distutils

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/${PV}/zopeedit-${PV}-src.tgz"

LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S=${WORKDIR}/${P}-src