summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-11-09 11:22:48 +0000
committerJonathan Callen <abcd@gentoo.org>2009-11-09 11:22:48 +0000
commit44e0323811a0123f952a6a38106fac82ee799832 (patch)
treefa9e72d503211fcc03647db9d0258c77b5b1d25d /app-editors/levee
parentDrop unused files (diff)
downloadgentoo-2-44e0323811a0123f952a6a38106fac82ee799832.tar.gz
gentoo-2-44e0323811a0123f952a6a38106fac82ee799832.tar.bz2
gentoo-2-44e0323811a0123f952a6a38106fac82ee799832.zip
Drop unused file
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-editors/levee')
-rw-r--r--app-editors/levee/ChangeLog5
-rw-r--r--app-editors/levee/files/levee-3.5-QA.patch76
2 files changed, 4 insertions, 77 deletions
diff --git a/app-editors/levee/ChangeLog b/app-editors/levee/ChangeLog
index 32c9f7eea602..9c6ccd442430 100644
--- a/app-editors/levee/ChangeLog
+++ b/app-editors/levee/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/levee
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.22 2009/10/24 13:55:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/ChangeLog,v 1.23 2009/11/09 11:22:48 abcd Exp $
+
+ 09 Nov 2009; Jonathan Callen <abcd@gentoo.org> -files/levee-3.5-QA.patch:
+ Drop unused file
24 Oct 2009; nixnut <nixnut@gentoo.org> levee-3.5a.ebuild:
ppc stable #289333
diff --git a/app-editors/levee/files/levee-3.5-QA.patch b/app-editors/levee/files/levee-3.5-QA.patch
deleted file mode 100644
index 81052284bb12..000000000000
--- a/app-editors/levee/files/levee-3.5-QA.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-diff -NrU5 levee-3.5.old/configure.inc levee-3.5/configure.inc
---- levee-3.5.old/configure.inc 2008-04-12 08:43:13.000000000 +0200
-+++ levee-3.5/configure.inc 2008-05-10 17:24:51.000000000 +0200
-@@ -1073,11 +1073,11 @@
- else
- PROG_INSTALL="$DEST"
- fi
-
- AC_SUB 'INSTALL' "$PROG_INSTALL"
-- AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -s -m 755"
-+ AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -m 755"
- AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 444"
-
- # finally build a little directory installer
- # if mkdir -p works, use that, otherwise use install -d,
- # otherwise build a script to do it by hand.
-diff -NrU5 levee-3.5.old/editcor.c levee-3.5/editcor.c
---- levee-3.5.old/editcor.c 2008-04-12 08:43:13.000000000 +0200
-+++ levee-3.5/editcor.c 2008-05-10 18:32:33.000000000 +0200
-@@ -17,10 +17,11 @@
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE.
- */
- #include "levee.h"
- #include "extern.h"
-+#include <stdlib.h>
-
- /* do some undoable modification */
-
- /* These variables make docommand nonrecursive */
-
-@@ -172,10 +173,12 @@
- return(putback(curr, &newend));
- }
-
- bool PROC
- execute(start, end)
-+int start;
-+int end;
- {
- int tf;
- FILE *f;
- char scratch[20];
- bool ret = FALSE;
-diff -NrU5 levee-3.5.old/globals.c levee-3.5/globals.c
---- levee-3.5.old/globals.c 2008-04-12 08:43:13.000000000 +0200
-+++ levee-3.5/globals.c 2008-05-10 18:14:21.000000000 +0200
-@@ -250,11 +250,11 @@
- {"ignorecase","ic", VBOOL, 0, (void*)&ignorecase },
- {"bell", "", VBOOL, 0, (void*)&bell },
- #if OS_ATARI
- {"mapslash", "ms", VBOOL, 0, (void*)&mapslash },
- #endif
-- {NULL}
-+ {0, 0, 0, 0, 0}
- };
-
- /* For movement routines */
- int setstep[2] = {-1,1};
-
-diff -NrU5 levee-3.5.old/main.c levee-3.5/main.c
---- levee-3.5.old/main.c 2008-04-12 08:43:13.000000000 +0200
-+++ levee-3.5/main.c 2008-05-10 18:08:14.000000000 +0200
-@@ -277,11 +277,11 @@
- #if OS_ATARI
- long _STKSIZ = 4096;
- long _BLKSIZ = 4096;
- #endif
-
--void /* should be union { void a; int b; float c; } to annoy the purists */
-+int
- main(argc,argv)
- int argc;
- char **argv;
- {
- initialize(argc, argv);