diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 12:29:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 12:29:00 +0000 |
commit | fdc7f25942da57d3f3b0690bd24f847ee073dacb (patch) | |
tree | 7e9be0b65755f416d193b9d9941dbe815e6766c4 /dev-python/ReportLab | |
parent | Added ~sparc to keywords. (diff) | |
download | historical-fdc7f25942da57d3f3b0690bd24f847ee073dacb.tar.gz historical-fdc7f25942da57d3f3b0690bd24f847ee073dacb.tar.bz2 historical-fdc7f25942da57d3f3b0690bd24f847ee073dacb.zip |
stable bump
Diffstat (limited to 'dev-python/ReportLab')
-rw-r--r-- | dev-python/ReportLab/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ReportLab/ReportLab-1.17.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/ReportLab/ChangeLog b/dev-python/ReportLab/ChangeLog index fba8141380fe..30b7c44cd845 100644 --- a/dev-python/ReportLab/ChangeLog +++ b/dev-python/ReportLab/ChangeLog @@ -1,9 +1,12 @@ # 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.7 2003/03/19 12:52:48 tad Exp $ +# $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 diff --git a/dev-python/ReportLab/ReportLab-1.17.ebuild b/dev-python/ReportLab/ReportLab-1.17.ebuild index 4526245f1178..3d6aff650f71 100644 --- a/dev-python/ReportLab/ReportLab-1.17.ebuild +++ b/dev-python/ReportLab/ReportLab-1.17.ebuild @@ -1,6 +1,6 @@ # 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.1 2003/03/02 05:17:12 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ReportLab/ReportLab-1.17.ebuild,v 1.2 2003/04/04 12:29:00 liquidx Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -11,13 +11,12 @@ 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} +DEPEND="virtual/python >=sys-libs/zlib-0.95 dev-python/Imaging" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~alpha" +KEYWORDS="x86 ~sparc ~alpha" src_compile() { cp ${FILESDIR}/${PV}/setup.py . |