summaryrefslogtreecommitdiff
blob: 635550b4cd22e913bedb69f8b1684642f7f7f6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild,v 1.4 2005/04/02 08:47:29 blubb Exp $

inherit zproduct

MY_PN="PortalTransforms"
MY_P="${MY_PN}-1.3.2-7"
DESCRIPTION="MIME-type based transformations for Archetypes"
HOMEPAGE="http://www.sf.net/projects/archetypes"
SRC_URI="mirror://sourceforge/archetypes/${MY_P}.tar.gz"
LICENSE="GPL-1"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
SLOT="1.3"
IUSE=""

ZPROD_LIST="${MY_PN}"

MYDOC="${MYDOC} TODO README LICENSE.txt ChangeLog"

RDEPEND=">=net-zope/cmf-1.4.7
		app-text/htmltidy
		app-text/wv
		dev-libs/libxslt
		app-text/xlhtml
		app-text/unrtf
		dev-python/docutils
		www-client/lynx
		app-text/pdftohtml"

src_install()
{
	zproduct_src_install all
}