summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-09-12 03:50:49 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-09-12 03:50:49 +0000
commit9114409ec167eaeb27d29d6b09ea62ff640d7ea8 (patch)
tree3ec10230d90ff820e45c69ce2020386942357f8a /app-emulation/spim
parentCleaning out unused patch (diff)
downloadgentoo-2-9114409ec167eaeb27d29d6b09ea62ff640d7ea8.tar.gz
gentoo-2-9114409ec167eaeb27d29d6b09ea62ff640d7ea8.tar.bz2
gentoo-2-9114409ec167eaeb27d29d6b09ea62ff640d7ea8.zip
Cleaning out unused patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emulation/spim')
-rw-r--r--app-emulation/spim/ChangeLog8
-rw-r--r--app-emulation/spim/files/spim-7.2.1-font.patch11
2 files changed, 6 insertions, 13 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog
index a1fb47d6d76a..182c30bb3f8b 100644
--- a/app-emulation/spim/ChangeLog
+++ b/app-emulation/spim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/spim
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.47 2009/03/24 03:02:16 ricmm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.48 2009/09/12 03:50:48 vostorga Exp $
+
+ 12 Sep 2009; Víctor Ostorga <vostorga@gentoo.org>
+ -files/spim-7.2.1-font.patch:
+ Cleaning out unused patch
*spim-7.4 (24 Mar 2009)
diff --git a/app-emulation/spim/files/spim-7.2.1-font.patch b/app-emulation/spim/files/spim-7.2.1-font.patch
deleted file mode 100644
index 4875b3399db1..000000000000
--- a/app-emulation/spim/files/spim-7.2.1-font.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xspim/xspim.c 2005-07-23 17:27:08.000000000 +0000
-+++ xspim/xspim.c 2005-07-23 17:27:16.000000000 +0000
-@@ -416,7 +416,7 @@
-
- toplevel = XtAppInitialize (&app_context, "Xspim", options,
- XtNumber (options), &argc, argv,
-- fallback_resources, NULL, ZERO);
-+ NULL, NULL, ZERO);
-
- if (argc >= 0 && argv[argc] != NULL && argv[argc][0] == '-')
- syntax (argv[0]); /* Bad command line argument */