[Lunar-commits] <moonbase> calibre/Imaging/pil: removed redundant "Imaging" module
Dave Brown
dagbrown at lunar-linux.org
Sat Jan 10 04:49:55 CET 2009
commit b02486582a25a9e2730918a23bdcd4028cde0954
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Sat Jan 10 12:49:55 2009 +0900
calibre/Imaging/pil: removed redundant "Imaging" module
---
python/Imaging/BUILD | 7 -------
python/Imaging/DEPENDS | 4 ----
python/Imaging/DETAILS | 15 ---------------
qt4-apps/calibre/DEPENDS | 2 +-
4 files changed, 1 insertions(+), 27 deletions(-)
diff --git a/python/Imaging/BUILD b/python/Imaging/BUILD
deleted file mode 100644
index 907875b..0000000
--- a/python/Imaging/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- python setup.py build &&
- prepare_install &&
- python setup.py install
-
-) > $C_FIFO 2>&1
diff --git a/python/Imaging/DEPENDS b/python/Imaging/DEPENDS
deleted file mode 100644
index 5fd0dc8..0000000
--- a/python/Imaging/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends setuptools &&
-optional_depends jpeg "" "" "for JPEG file support" &&
-optional_depends freetype2 "" "" "for TTF font support" &&
-optional_depends zlib "" "" "for PNG support"
diff --git a/python/Imaging/DETAILS b/python/Imaging/DETAILS
deleted file mode 100644
index 68738d1..0000000
--- a/python/Imaging/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=Imaging
- VERSION=1.1.6
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://effbot.org/downloads/
- SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89
- WEB_SITE=http://www.pythonware.com/products/pil/
- ENTERED=20090108
- UPDATED=20090108
- SHORT="the Python Imaging Library"
-
-cat << EOF
-The Python Imaging Library (PIL) adds image processing capabilities to
-your Python interpreter. This library supports many file formats, and
-provides powerful image processing and graphics capabilities.
-EOF
diff --git a/qt4-apps/calibre/DEPENDS b/qt4-apps/calibre/DEPENDS
index 51345ec..96e25d7 100644
--- a/qt4-apps/calibre/DEPENDS
+++ b/qt4-apps/calibre/DEPENDS
@@ -1,5 +1,5 @@
depends setuptools &&
-depends Imaging &&
+depends pil &&
depends libusb &&
depends PyQt4 &&
depends mechanize &&
More information about the Lunar-commits
mailing list