diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 18:25:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 18:25:29 +0000 |
commit | 8e46cc108f9cf3d7685367e2bfe0ae6ae1297d2a (patch) | |
tree | 34a8d4ef8492801b777455986beb840e69364f1f /dev-python | |
parent | GLEP fixos (diff) | |
download | historical-8e46cc108f9cf3d7685367e2bfe0ae6ae1297d2a.tar.gz historical-8e46cc108f9cf3d7685367e2bfe0ae6ae1297d2a.tar.bz2 historical-8e46cc108f9cf3d7685367e2bfe0ae6ae1297d2a.zip |
dev-python/Imaging-py21 is now dev-python/imaging-py21 - remove old ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/Imaging-py21/ChangeLog | 37 | ||||
-rw-r--r-- | dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild | 54 | ||||
-rw-r--r-- | dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild | 57 | ||||
-rw-r--r-- | dev-python/Imaging-py21/Manifest | 7 | ||||
-rw-r--r-- | dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch | 11 | ||||
-rw-r--r-- | dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.3-r1 | 2 | ||||
-rw-r--r-- | dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.4 | 1 | ||||
-rw-r--r-- | dev-python/Imaging-py21/metadata.xml | 5 |
8 files changed, 0 insertions, 174 deletions
diff --git a/dev-python/Imaging-py21/ChangeLog b/dev-python/Imaging-py21/ChangeLog deleted file mode 100644 index 6cd100e95b80..000000000000 --- a/dev-python/Imaging-py21/ChangeLog +++ /dev/null @@ -1,37 +0,0 @@ -# ChangeLog for dev-python/Imaging-py21 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/ChangeLog,v 1.8 2004/06/25 01:31:51 agriffis Exp $ - - 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild, Imaging-py21-1.1.4.ebuild: - Add die following econf for bug 48950 - - 15 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild: - ppc needs stable dev-lang/python-2.1 first - - 28 Mar 2004; Bryan Østergaard <kloeri@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild: - Update SRC_URI. - - 30 Oct 2003; Alastair Tse <liquidx@gentoo.org> Imaging-py21-1.1.4.ebuild, - files/Imaging-1.1.4-setup.py.patch: - copied setup.py fix from Imaging to here - -*Imaging-py21-1.1.4 (22 Jun 2003) - - 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> - Imaging-py21-1.1.4.ebuild: Version bump. - - 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild: ~ppc -> pcc - -*Imaging-py21-1.1.3-r1 (08 Mar 2003) - - 05 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild: ~x86 -> x86 and added ~ppc - - 08 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> - Imaging-py21-1.1.3-r1.ebuild: Inital import. Basically a fork of the - non-py21 ebuild, but installs in python2.1. - diff --git a/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild b/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild deleted file mode 100644 index b2bed9bb78af..000000000000 --- a/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.3-r1.ebuild,v 1.11 2004/06/25 01:31:51 agriffis Exp $ - -PYTHON_SLOT_VERSION="2.1" - -inherit distutils -P_NEW="${PN%-py21}-${PV}" -S="${WORKDIR}/${P_NEW}" - -IUSE="tcltk" - -DESCRIPTION="Python Imaging Library (PIL)." -SRC_URI="http://www.pythonware.net/storage/${P_NEW}.tar.gz" -HOMEPAGE="http://www.pythonware.com/downloads/#pil" - -DEPEND=">=media-libs/jpeg-6a - >=sys-libs/zlib-0.95 - tcltk? ( dev-lang/tk )" - -SLOT="0" -KEYWORDS="x86 ~ppc" -LICENSE="as-is" - -src_compile() { - export OPT=${CFLAGS} - - #Build the core imaging library (libImaging.a) - cd ${S}/libImaging - econf || die "econf failed" - cp Makefile Makefile.orig - - #Not configured by configure - sed \ - -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ - Makefile.orig > Makefile - emake || die - cd ${S} - distutils_src_compile -} - -src_install () -{ - local mydoc="CHANGES* CONTENTS" - distutils_src_install - distutils_python_version - - # install headers required by media-gfx/sketch - insinto "${ROOT}/usr/include/python${PYVER}" - doins libImaging/Imaging.h - doins libImaging/ImPlatform.h - doins libImaging/ImConfig.h -} - diff --git a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild b/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild deleted file mode 100644 index f83730ccf47c..000000000000 --- a/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Imaging-py21/Imaging-py21-1.1.4.ebuild,v 1.7 2004/06/25 01:31:51 agriffis Exp $ - -PYTHON_SLOT_VERSION="2.1" - -inherit distutils eutils -P_NEW="${PN%-py21}-${PV}" -S="${WORKDIR}/${P_NEW}" - -DESCRIPTION="Python Imaging Library (PIL)." -HOMEPAGE="http://www.pythonware.com/products/pil/index.htm" -SRC_URI="http://www.effbot.org/downloads/${P_NEW}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" -IUSE="tcltk" - -DEPEND=">=media-libs/jpeg-6a - >=sys-libs/zlib-0.95 - tcltk? ( dev-lang/tk )" - -src_unpack() { - unpack ${A} - EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/Imaging-1.1.4-setup.py.patch -} - -src_compile() { - export OPT=${CFLAGS} - - #Build the core imaging library (libImaging.a) - cd ${S}/libImaging - econf || die "econf failed" - cp Makefile Makefile.orig - - #Not configured by configure - sed \ - -e "s:\(JPEGINCLUDE=[[:blank:]]*/usr/\)local/\(include\).*:\1\2:" \ - Makefile.orig > Makefile - emake || die - cd ${S}; distutils_src_compile - #cd ${S} - #CFLAGS="$(CFLAGS) -DUSE_COMPOSITELESS_PHOTO_PUT_BLOCK" distutils_src_compile -} - -src_install() { - local mydoc="CHANGES* CONTENTS" - distutils_src_install - distutils_python_version - - # install headers required by media-gfx/sketch - insinto "${ROOT}/usr/include/python${PYVER}" - doins libImaging/Imaging.h - doins libImaging/ImPlatform.h - doins libImaging/ImConfig.h -} diff --git a/dev-python/Imaging-py21/Manifest b/dev-python/Imaging-py21/Manifest deleted file mode 100644 index 69e54c6dfd93..000000000000 --- a/dev-python/Imaging-py21/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -MD5 65e788a1db7ad72732db64bdbb7dba58 Imaging-py21-1.1.3-r1.ebuild 1259 -MD5 fc14513930468c99cea4b7e4b8c210a1 Imaging-py21-1.1.4.ebuild 1471 -MD5 9312152e1d561a46c571cd8b17735b20 ChangeLog 1314 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 5a89c174f2e669850c86a301fad23095 files/digest-Imaging-py21-1.1.3-r1 137 -MD5 171777970922938dc6a815dd2b6a85de files/digest-Imaging-py21-1.1.4 65 -MD5 d0b3528fb0e74be99cf9ac5e9372e317 files/Imaging-1.1.4-setup.py.patch 374 diff --git a/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch b/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch deleted file mode 100644 index d115d2b68ecc..000000000000 --- a/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.old 2003-07-15 22:44:54.000000000 +0100 -+++ setup.py 2003-07-15 22:46:29.000000000 +0100 -@@ -229,6 +229,8 @@ - INCLUDE_DIRS = ["libImaging"] - LIBRARY_DIRS = [] - LIBRARIES = [] -+ EXTRA_COMPILE_ARGS = None -+ EXTRA_LINK_ARGS = None - have_freetype = 1 # Assume we have it, unless proven otherwise - - # use source distribution, if available diff --git a/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.3-r1 b/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.3-r1 deleted file mode 100644 index fc0ba4f1c944..000000000000 --- a/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.3-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7b42e0982e45441780fbebd0f1550fb5 /Imaging-py21-1.1.3-r1.ebuild 1255 -MD5 563471981376e06b3278ad713a07e2a8 Imaging-1.1.3.tar.gz 346194 diff --git a/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.4 b/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.4 deleted file mode 100644 index 9ed5eedc0531..000000000000 --- a/dev-python/Imaging-py21/files/digest-Imaging-py21-1.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 d2c03c25a9a0128832137dd536da88da Imaging-1.1.4.tar.gz 416338 diff --git a/dev-python/Imaging-py21/metadata.xml b/dev-python/Imaging-py21/metadata.xml deleted file mode 100644 index de483c53568f..000000000000 --- a/dev-python/Imaging-py21/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> |