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
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')
-rw-r--r--app-misc/alexandria/ChangeLog7
-rw-r--r--app-misc/alexandria/files/alexandria-rakefile.patch13
2 files changed, 6 insertions, 14 deletions
diff --git a/app-misc/alexandria/ChangeLog b/app-misc/alexandria/ChangeLog
index 19359b53daeb..c7c2d488793e 100644
--- a/app-misc/alexandria/ChangeLog
+++ b/app-misc/alexandria/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/alexandria
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.44 2010/08/02 18:26:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/alexandria/ChangeLog,v 1.45 2010/10/25 12:33:32 fauli Exp $
+
+ 25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ -files/alexandria-rakefile.patch:
+ clean up stray files, reported by jalan <jalanpalmer AT gmail DOT com> in
+ bug 342567
*alexandria-0.6.6-r2 (02 Aug 2010)
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