blob: a91c08ebbec472f2bfb1ff4ad639cafaec03a9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/epoz/epoz-0.8.4.ebuild,v 1.3 2005/03/19 17:25:51 weeve Exp $
inherit zproduct
DESCRIPTION=" Epoz allows you to edit Zope- or Plone-objects with a wysiwyg-editor. No plugins are required. You only have to use a recent browser (IE >= 5.5, Mozilla >= 1.3.1, Netscape >= 7.1) that supports Rich-Text-controls (called Midas for Mozilla)."
HOMEPAGE="http://mjablonski.zope.de/Epoz"
SRC_URI="http://mjablonski.zope.de/Epoz/releases/Epoz-${PV}.tar.gz"
LICENSE="ZPL"
KEYWORDS="x86 ppc ~sparc"
ZPROD_LIST="Epoz"
IUSE=""
|