summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ReportLab/ReportLab-1.14.ebuild')
-rw-r--r--dev-python/ReportLab/ReportLab-1.14.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/ReportLab/ReportLab-1.14.ebuild b/dev-python/ReportLab/ReportLab-1.14.ebuild
deleted file mode 100644
index 9d513d19ffd1..000000000000
--- a/dev-python/ReportLab/ReportLab-1.14.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ReportLab/ReportLab-1.14.ebuild,v 1.10 2003/06/22 12:15:59 liquidx Exp $
-
-#goofy tarball versioning
-vmaj=${PV%%.*}
-vmin=${PV##*.}
-
-S=${WORKDIR}/reportlab
-DESCRIPTION="Tools for generating printable PDF documents from any data source."
-SRC_URI="http://www.reportlab.com/ftp/${PN}_${vmaj}_${vmin}.tgz"
-HOMEPAGE="http://www.reportlab.com/"
-
-DEPEND=">=dev-lang/python-1.5"
-RDEPEND="${DEPEND}
- >=sys-libs/zlib-0.95
- dev-python/Imaging"
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 sparc alpha"
-
-src_compile() {
- cp ${FILESDIR}/${PV}/setup.py .
- python setup.py build
-}
-
-src_install() {
- python setup.py install --root=${D}
- dodoc README license.txt docs/*
-}
-
-
-
-