summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-10-25 12:33:32 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-10-25 12:33:32 +0000
commitee89b71b572fc02c1c406081dcb14ef0a678b3e5 (patch)
tree7bda5fc4aae206329fee37d78596f576efc47c68 /app-misc/alexandria/files
parentstable x86, bug 330539 (diff)
downloadgentoo-2-ee89b71b572fc02c1c406081dcb14ef0a678b3e5.tar.gz
gentoo-2-ee89b71b572fc02c1c406081dcb14ef0a678b3e5.tar.bz2
gentoo-2-ee89b71b572fc02c1c406081dcb14ef0a678b3e5.zip
clean up stray files, reported by jalan <jalanpalmer AT gmail DOT com> in bug 342567
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-misc/alexandria/files')
-rw-r--r--app-misc/alexandria/files/alexandria-rakefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-misc/alexandria/files/alexandria-rakefile.patch b/app-misc/alexandria/files/alexandria-rakefile.patch
deleted file mode 100644
index 6686e0f787ac..000000000000
--- a/app-misc/alexandria/files/alexandria-rakefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Remove the post install tasks because it's not properly installed when
-# they run and portage does exactly the same things later anyway.
-
---- Rakefile.orig 2008-01-23 22:25:02.000000000 +0000
-+++ Rakefile 2008-01-23 22:25:50.000000000 +0000
-@@ -220,7 +220,5 @@
- system("gtk-update-icon-cache -f -t /usr/share/icons/hicolor") # HACK
- end
-
--task :post_install => [:scrollkeeper, :gconf, :update_icon_cache]
--
-
- #vim: filetype=ruby syntax=Ruby