summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-02 19:40:54 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-02 19:40:54 +0000
commit8d5952e7204dbed6f9972667fef1f07356477c75 (patch)
treee47d74fbc36cdbacf3ab214ca06601d2809b1bb4 /app-editors/jasspa-microemacs
parentPatches part 2, replace sed expression with patches. If they don't get accept... (diff)
downloadgentoo-2-8d5952e7204dbed6f9972667fef1f07356477c75.tar.gz
gentoo-2-8d5952e7204dbed6f9972667fef1f07356477c75.tar.bz2
gentoo-2-8d5952e7204dbed6f9972667fef1f07356477c75.zip
Remove unused patch file.
(Portage version: 2.2_rc52/cvs/Linux i686)
Diffstat (limited to 'app-editors/jasspa-microemacs')
-rw-r--r--app-editors/jasspa-microemacs/ChangeLog6
-rw-r--r--app-editors/jasspa-microemacs/files/20050505-ncurses.patch22
2 files changed, 5 insertions, 23 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog
index 1c070258cac4..e4fc047446b9 100644
--- a/app-editors/jasspa-microemacs/ChangeLog
+++ b/app-editors/jasspa-microemacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/jasspa-microemacs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.40 2009/12/01 12:19:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.41 2009/12/02 19:40:54 ulm Exp $
+
+ 02 Dec 2009; Ulrich Mueller <ulm@gentoo.org>
+ -files/20050505-ncurses.patch:
+ Remove unused patch file.
01 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
-jasspa-microemacs-20060909-r1.ebuild:
diff --git a/app-editors/jasspa-microemacs/files/20050505-ncurses.patch b/app-editors/jasspa-microemacs/files/20050505-ncurses.patch
deleted file mode 100644
index d472b64db368..000000000000
--- a/app-editors/jasspa-microemacs/files/20050505-ncurses.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/linux26.gmk b/src/linux26.gmk
-index edceb3a..4ca8a53 100644
---- a/src/linux26.gmk
-+++ b/src/linux26.gmk
-@@ -59,12 +59,12 @@ # figure out if termcap is avaiable or i
- # accomplish this try to compile test.c and see if it can link termcap. For
- # Linux 2.6 then preference would appear to be "ncurses" rather than "termcap".
- #
--test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c)
--ifneq "$(strip $(test))" ""
--CONSOLE_LIBS = -ltermcap
--else
-+#test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c)
-+#ifneq "$(strip $(test))" ""
-+#CONSOLE_LIBS = -ltermcap
-+#else
- CONSOLE_LIBS = -lncurses
--endif
-+#endif
- #
- # Rules
- #