summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-03-01 15:16:10 +0000
commit806ee087a26253de938c8605afd1d4ef8b9b9d8c (patch)
tree87831acf596fcc0f0c0a2ddfcd60aff39a9b0bfb /net-zope/portaltransforms/portaltransforms-1.0.4.ebuild
parentStable for amd64, wrt bug #401985 (diff)
downloadhistorical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.tar.gz
historical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.tar.bz2
historical-806ee087a26253de938c8605afd1d4ef8b9b9d8c.zip
Removing p.masked net-zope deps
Diffstat (limited to 'net-zope/portaltransforms/portaltransforms-1.0.4.ebuild')
-rw-r--r--net-zope/portaltransforms/portaltransforms-1.0.4.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild b/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild
deleted file mode 100644
index 12978e7dde87..000000000000
--- a/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.0.4.ebuild,v 1.9 2010/02/10 22:51:13 ssuominen Exp $
-
-inherit zproduct
-
-MY_PN="PortalTransforms"
-MY_PV=1.0.4
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="MIME-type based transformations for Archetypes"
-HOMEPAGE="http://www.sf.net/projects/archetypes"
-SRC_URI="mirror://sourceforge/archetypes/${MY_P}.tgz"
-
-LICENSE="GPL-1"
-KEYWORDS="ppc x86"
-
-DEPEND_BOTH="dev-python/docutils
- www-client/lynx
- app-text/poppler"
-
-RDEPEND="app-text/htmltidy
- app-text/wv
- dev-libs/libxslt
- app-text/xlhtml
- app-text/unrtf
- ${DEPEND_BOTH}"
-
-S=${WORKDIR}/${MY_P}/${MY_PN}
-
-ZPROD_LIST="${MY_PN}"
-MYDOC="${MYDOC} TODO README ChangeLog"
-
-src_compile() {
- python setup.py build
-}
-
-src_install() {
- dodoc docs/*.rst
- dohtml docs/*.html
- DIR=`ls -d build/scripts*`
- S=${S}/build dobin ${DIR}/transform
- S=${S}/build/lib/Products zproduct_src_install all
- cp -a "${S}"/{zope,www,skins} "${D}"/${ZP_DIR}/${PF}/${MY_PN}
- cp "${S}"/tool.gif "${D}"/${ZP_DIR}/${PF}/${MY_PN}
-}