summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-04 12:22:48 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-04 12:22:48 +0000
commitac90fed28429fc57d8c7669720790092bd816f74 (patch)
treef79e2bbb8af6f13139ff6445ddeaa68d38bf7a3f /dev-python
parentrenamed reportlab (diff)
downloadhistorical-ac90fed28429fc57d8c7669720790092bd816f74.tar.gz
historical-ac90fed28429fc57d8c7669720790092bd816f74.tar.bz2
historical-ac90fed28429fc57d8c7669720790092bd816f74.zip
removing old reportlab
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ReportLab/ChangeLog36
-rw-r--r--dev-python/ReportLab/Manifest10
-rw-r--r--dev-python/ReportLab/ReportLab-1.11.ebuild37
-rw-r--r--dev-python/ReportLab/ReportLab-1.14.ebuild34
-rw-r--r--dev-python/ReportLab/ReportLab-1.17.ebuild29
-rw-r--r--dev-python/ReportLab/files/digest-ReportLab-1.111
-rw-r--r--dev-python/ReportLab/files/digest-ReportLab-1.141
-rw-r--r--dev-python/ReportLab/files/digest-ReportLab-1.171
-rw-r--r--dev-python/ReportLab/metadata.xml5
9 files changed, 0 insertions, 154 deletions
diff --git a/dev-python/ReportLab/ChangeLog b/dev-python/ReportLab/ChangeLog
deleted file mode 100644
index 30b7c44cd845..000000000000
--- a/dev-python/ReportLab/ChangeLog
+++ /dev/null
@@ -1,36 +0,0 @@
-# ChangeLog for dev-python/ReportLab
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ReportLab/ChangeLog,v 1.8 2003/04/04 12:29:00 liquidx Exp $
-
-*ReportLab-1.17 (02 Mar 2003)
-
- 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> ReportLab-1.17.ebuild:
- bumping to stable
-
- 02 Mar 2003; Troy Dack <tad@gentoo.org> ReportLab-1.17.ebuild,
- files/1.17/setup.py:
- Version bump to 1.17. ~arch masked. See Bug #6291
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- *ReportLab-1.14 (29 Jun 2002)
-
- 26 Jul 2002; George Shapovalov <george@gentoo.org> ReportLab-1.11.ebuild, ReportLab-1.14.ebuild :
- added KEYWORDS,SLOT,LICENSE
-
- 29 Jun 2002; Jon Nelson <jnelson@gentoo.org> ReportLab-1.14.ebuild
-
- Use distutuils for install
- New upstream
- Closes 2719
- Original Author: Tod Neidt <tneidt@fidnet.com>
-
- *ReportLab-1.11 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/dev-python/ReportLab/Manifest b/dev-python/ReportLab/Manifest
deleted file mode 100644
index 193b937d2739..000000000000
--- a/dev-python/ReportLab/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-MD5 052ea1b1e4f4f7c842fbb8ad739fa631 ChangeLog 1362
-MD5 07e46b03b69228283f588c052e1ad785 ReportLab-1.11.ebuild 991
-MD5 34db51ae85eefd60d4663c8e97d7f94f ReportLab-1.14.ebuild 823
-MD5 e2d3f1848d0b7b10de6166a3b1fa4100 ReportLab-1.17.ebuild 793
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 3f2bb9f900d89a96c3155ee01ab68f64 files/digest-ReportLab-1.11 64
-MD5 ae52d6e28f68d0a56dad9fdc2c295b92 files/digest-ReportLab-1.14 64
-MD5 d5f5c0582f5df6e146b770ba6262cae9 files/digest-ReportLab-1.17 64
-MD5 f8fae2ab18041c7466c36685624a2192 files/1.14/setup.py 2887
-MD5 cdbafc7e047b69becba3bddfef8a61da files/1.17/setup.py 2887
diff --git a/dev-python/ReportLab/ReportLab-1.11.ebuild b/dev-python/ReportLab/ReportLab-1.11.ebuild
deleted file mode 100644
index 58de859549fb..000000000000
--- a/dev-python/ReportLab/ReportLab-1.11.ebuild
+++ /dev/null
@@ -1,37 +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.11.ebuild,v 1.12 2003/06/22 12:15:59 liquidx Exp $
-
-#goofy tarball versioning
-vmaj=${PV%%.*}
-vmin=${PV##*.}
-
-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/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 sparc alpha"
-
-DEPEND=">=dev-lang/python-2.0
- >=sys-libs/zlib-0.95
- dev-python/Imaging"
-
-S=${WORKDIR}/reportlab
-
-src_install() {
- #grab python verision so ebuild doesn't depend on it
- local pv
- pv=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:')
-
- insinto /usr/lib/python$pv/site-packages
- echo "reportlab" > reportlab.pth
- doins reportlab.pth
- #I'm feeling lazy
- cd ../
- cp -a reportlab ${D}/usr/lib/python$pv/site-packages
-
- cd ${S}
- dodoc README license.txt
-}
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/*
-}
-
-
-
-
diff --git a/dev-python/ReportLab/ReportLab-1.17.ebuild b/dev-python/ReportLab/ReportLab-1.17.ebuild
deleted file mode 100644
index 3adba5a2dfde..000000000000
--- a/dev-python/ReportLab/ReportLab-1.17.ebuild
+++ /dev/null
@@ -1,29 +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.17.ebuild,v 1.4 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="virtual/python
- >=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/*
-}
diff --git a/dev-python/ReportLab/files/digest-ReportLab-1.11 b/dev-python/ReportLab/files/digest-ReportLab-1.11
deleted file mode 100644
index aea157aab39e..000000000000
--- a/dev-python/ReportLab/files/digest-ReportLab-1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f76901de9a5d8f09052df4fc7c1eebd ReportLab_1_11.tgz 2462023
diff --git a/dev-python/ReportLab/files/digest-ReportLab-1.14 b/dev-python/ReportLab/files/digest-ReportLab-1.14
deleted file mode 100644
index 012e2834dfd3..000000000000
--- a/dev-python/ReportLab/files/digest-ReportLab-1.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 15a53dcad45bbbdf125c8ff64e535f36 ReportLab_1_14.tgz 2542003
diff --git a/dev-python/ReportLab/files/digest-ReportLab-1.17 b/dev-python/ReportLab/files/digest-ReportLab-1.17
deleted file mode 100644
index 8ee8b40b7224..000000000000
--- a/dev-python/ReportLab/files/digest-ReportLab-1.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 853b3acaa998cfec39a372a94a00925d ReportLab_1_17.tgz 2160136
diff --git a/dev-python/ReportLab/metadata.xml b/dev-python/ReportLab/metadata.xml
deleted file mode 100644
index de483c53568f..000000000000
--- a/dev-python/ReportLab/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>python</herd>
-</pkgmetadata>