diff options
author | 2004-12-04 20:13:55 +0000 | |
---|---|---|
committer | 2004-12-04 20:13:55 +0000 | |
commit | 11dcf7fd645c4cb503c6c0f5172fd68fd142994c (patch) | |
tree | a083ba3b54de1489b56eb59daf611d88f41c71de /net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild | |
parent | x86/amd64/ppc keywording 5.8.5 (Manifest recommit) (diff) | |
download | gentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.tar.gz gentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.tar.bz2 gentoo-2-11dcf7fd645c4cb503c6c0f5172fd68fd142994c.zip |
New release from archetypes-1.3.1 tree.
Diffstat (limited to 'net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild')
-rw-r--r-- | net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild b/net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild new file mode 100644 index 000000000000..29a20b20f7b6 --- /dev/null +++ b/net-zope/portaltransforms/portaltransforms-1.3.2.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 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.1 2004/12/04 20:13:55 radek 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" +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 + net-www/lynx + app-text/pdftohtml" + +src_install() +{ + zproduct_src_install all +} + |