summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2011-07-06 21:20:48 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2011-07-06 21:20:48 +0000
commit84339ff7b5fce8bd03a29952d6f3e0973842ec13 (patch)
treeaf7da8481bf42eb973d84a0e120053be382ad74e /app-misc/perroquet/files
parentdev-cpp/stringencoders: EAPI bump, changed inherit, added patch for -Werror. (diff)
downloadsunrise-84339ff7b5fce8bd03a29952d6f3e0973842ec13.tar.gz
sunrise-84339ff7b5fce8bd03a29952d6f3e0973842ec13.tar.bz2
sunrise-84339ff7b5fce8bd03a29952d6f3e0973842ec13.zip
app-misc/perroquet: Version bump. Removed obsolete patch.
svn path=/sunrise/; revision=12214
Diffstat (limited to 'app-misc/perroquet/files')
-rw-r--r--app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch b/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch
deleted file mode 100644
index 2034af532..000000000
--- a/app-misc/perroquet/files/perroquet-1.0.1-setup-options.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- setup.py.orig 2010-02-01 21:38:42.000000000 +0100
-+++ setup.py 2010-02-01 21:40:09.000000000 +0100
-@@ -27,9 +27,9 @@
-
- def __init__ (self, *args):
- self.without_gettext = False
-- self.without_icon_cache = False
-- self.without_mime_database = False
-- self.without_desktop_database = False
-+ self.without_icon_cache = True
-+ self.without_mime_database = True
-+ self.without_desktop_database = True
- Distribution.__init__(self, *args)
-
-