public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Winston" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/files/, app-editors/nedit/
Date: Mon,  6 Jun 2016 16:16:30 +0000 (UTC)	[thread overview]
Message-ID: <1465229680.2120fb6b4ef6b8cd5638786db0a1132b3fff16d3.amynka@gentoo> (raw)

commit:     2120fb6b4ef6b8cd5638786db0a1132b3fff16d3
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 16:14:40 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 16:14:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2120fb6b

app-editors/nedit: remove old 5.5*

Package-Manager: portage-2.2.28

 app-editors/nedit/Manifest                         |   1 -
 .../nedit/files/nedit-5.5_p20090914-ldflags.patch  |  17 --
 ...nedit-5.5_p20110116-40_Pointer_to_Integer.patch | 261 ---------------------
 .../nedit/files/nedit-5.5_p20110116-security.patch |  63 -----
 app-editors/nedit/nedit-5.5_p20110116-r2.ebuild    |  76 ------
 app-editors/nedit/nedit-5.5_p20110116-r3.ebuild    |  81 -------
 6 files changed, 499 deletions(-)

diff --git a/app-editors/nedit/Manifest b/app-editors/nedit/Manifest
index d1ca4ce..ab7479c 100644
--- a/app-editors/nedit/Manifest
+++ b/app-editors/nedit/Manifest
@@ -1,3 +1,2 @@
-DIST nedit-5.5_p20110116.tar.bz2 1030011 SHA256 a69d765d933829b6d0447516aef6a1157b52c1b7dc99cd5713b10632b6294bd8 SHA512 ab635c9037c1599009684a1f40779f688c8e16a8b1294ffe88ff8d2466411beefa7e6324edd59b18fe4764fe6b66e83aa277cf87d4fcea5f4b223d951fc603e2 WHIRLPOOL 31b95fa483110a48a66c946142e5e924209a5c4b1a2a17ecc54844be26edbe3c0118595c546d570cdaed35c9aba7f5faeb247efb39f2f161a9dd115ad0b37faa
 DIST nedit-5.6a-src.tar.gz 1353454 SHA256 53677983cb6c91c5da1fcdcac90f7f9a193f08fa13b7a6330bc9ce21f9461eed SHA512 4d4dcd661f67a4a40549f26774c0ffb90f9059d2e06b0db2becef6848273fe76b7b68fae42319c0badd3c637d96c8dae129b4d0dfa7adccc00ee76f9366e27d0 WHIRLPOOL 12e8494f23d8c67cdfae9e76bbcd7fb2f0c9a8dd037b2036c0f4a218df4c17c6754a234789a80dda209fdddb6b6e0184600a953a5c758ce5c112013df37103f7
 DIST nedit.png.xz 14000 SHA256 7ca585000d4a47872aac1c955b7d6656f41479bd7ead426859304f68ccc862db SHA512 69d5dbea98a5b4065e73cc5c846125c5059e3a50ee1fa3ec4ef99f8f868cf3729ffe73510729534289a91d1a54683b84b6a37bc640c60205be709732dfcb01e3 WHIRLPOOL d689e59d29417272b2f0d6cd8c806c06f7465ff9ca9266b4f2e639775e537d46d8de0f5b47e00ed123b9fcc63db692c20ae6546cece48af6603b0eec570ebede

diff --git a/app-editors/nedit/files/nedit-5.5_p20090914-ldflags.patch b/app-editors/nedit/files/nedit-5.5_p20090914-ldflags.patch
deleted file mode 100644
index 4532c62..0000000
--- a/app-editors/nedit/files/nedit-5.5_p20090914-ldflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- source/Makefile.common	2004-03-21 15:25:56.000000000 +0100
-+++ source/Makefile.common.new	2009-10-24 10:47:03.667835157 +0200
-@@ -21,12 +21,12 @@
- # we only want natural rebuilds to regenerate the link date.
- nedit: $(OBJS) ../util/libNUtil.a $(XMLLIB) $(XLTLIB)
- 	$(CC) $(CFLAGS) -c linkdate.c
--	$(CC) $(CFLAGS) $(OBJS) linkdate.o $(XMLLIB) \
-+	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) linkdate.o $(XMLLIB) \
- 	 $(XLTLIB) ../util/libNUtil.a $(LIBS) -o $@
- 
- # Note LIBS isn't quite right here; it links unnecessarily against Motif
- nc: nc.o server_common.o ../util/libNUtil.a
--	$(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
-+	$(CC) $(CFLAGS) $(LDFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
- 
- help.o: help.c
- 	$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@

diff --git a/app-editors/nedit/files/nedit-5.5_p20110116-40_Pointer_to_Integer.patch b/app-editors/nedit/files/nedit-5.5_p20110116-40_Pointer_to_Integer.patch
deleted file mode 100644
index 9081ea3..0000000
--- a/app-editors/nedit/files/nedit-5.5_p20110116-40_Pointer_to_Integer.patch
+++ /dev/null
@@ -1,261 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-# Description: fix warning: cast from pointer to integer of different size
-# Origin: https://sourceforge.net/tracker/download.php?group_id=11005&atid=311005&file_id=340993&aid=2846694
-# Bug: https://sourceforge.net/tracker/?func=detail&atid=311005&aid=2846694&group_id=11005
-# Author: Jack Howarth <jwhowarth@users.sourceforge.net>
-
-@DPATCH@
-diff -urNad nedit-5.6~cvs20081118~/Xlt/SlideC.c nedit-5.6~cvs20081118/Xlt/SlideC.c
---- nedit-5.6~cvs20081118~/Xlt/SlideC.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/Xlt/SlideC.c	2009-09-15 22:05:42.000000000 +0200
-@@ -28,6 +28,7 @@
- #endif
- 
- #include <Xm/XmP.h>
-+#include <stdint.h>
- 
- #include "SlideCP.h"
- 
-@@ -116,14 +117,14 @@
- /* notify that initialize called    XtArgsProc        */ NULL,
- /* NULL                             XtProc            */ NULL,
- /* NULL                             XtPointer         */ NULL,
--/* NULL                             Cardinal          */ (Cardinal)NULL,
-+/* NULL                             Cardinal          */ (Cardinal)(uintptr_t)NULL,
- /* resources for subclass fields    XtResourceList    */ resources,
- /* number of entries in resources   Cardinal          */ XtNumber(resources),
- /* resource class quarkified        XrmClass          */ NULLQUARK,
--/* NULL                             Boolean           */ (Boolean)NULL,
--/* NULL                             XtEnum            */ (XtEnum)NULL,
--/* NULL				    Boolean           */ (Boolean)NULL,
--/* NULL                             Boolean           */ (Boolean)NULL,
-+/* NULL                             Boolean           */ (Boolean)(uintptr_t)NULL,
-+/* NULL                             XtEnum            */ (XtEnum)(uintptr_t)NULL,
-+/* NULL				    Boolean           */ (Boolean)(uintptr_t)NULL,
-+/* NULL                             Boolean           */ (Boolean)(uintptr_t)NULL,
- /* free data for subclass pointers  XtWidgetProc      */ destroy,
- /* NULL                             XtProc            */ NULL,
- /* NULL			            XtProc            */ NULL,
-diff -urNad nedit-5.6~cvs20081118~/source/file.c nedit-5.6~cvs20081118/source/file.c
---- nedit-5.6~cvs20081118~/source/file.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/file.c	2009-09-15 22:06:42.000000000 +0200
-@@ -52,6 +52,7 @@
- #include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- #include <unistd.h>
- 
-@@ -1914,7 +1915,7 @@
-     if (XmToggleButtonGetState(w)) {
-         XtPointer userData;
-         XtVaGetValues(w, XmNuserData, &userData, NULL);
--        *(int*) clientData = (int) userData;
-+        *(int*) clientData = (int) (uintptr_t) userData;
-     }
- }
- 
-diff -urNad nedit-5.6~cvs20081118~/source/highlight.c nedit-5.6~cvs20081118/source/highlight.c
---- nedit-5.6~cvs20081118~/source/highlight.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/highlight.c	2009-09-15 22:07:06.000000000 +0200
-@@ -49,6 +49,7 @@
- #include <limits.h>
- #include <math.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- #ifdef VMS
- #include "../util/VMSparam.h"
-@@ -512,7 +513,7 @@
-     if (!pattern) {
- 	return NULL;
-     }
--    return (void*)pattern->userStyleIndex;    
-+    return (void*)(uintptr_t)pattern->userStyleIndex;    
- }
-     
- /*
-diff -urNad nedit-5.6~cvs20081118~/source/macro.c nedit-5.6~cvs20081118/source/macro.c
---- nedit-5.6~cvs20081118~/source/macro.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/macro.c	2009-09-15 22:07:27.000000000 +0200
-@@ -60,6 +60,7 @@
- 
- #include <stdio.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- #include <ctype.h>
- #include <errno.h>
-@@ -2924,7 +2925,7 @@
-         readStringArg(argList[i], &btnLabel, btnStorage, errMsg);
-     	btn = XtVaCreateManagedWidget("mdBtn", xmPushButtonWidgetClass, dialog,
-     	    	XmNlabelString, s1=XmStringCreateSimple(btnLabel),
--    	    	XmNuserData, (XtPointer)(i+1), NULL);
-+    	    	XmNuserData, (XtPointer)(uintptr_t)(i+1), NULL);
-     	XtAddCallback(btn, XmNactivateCallback, dialogBtnCB, window);
-     	XmStringFree(s1);
-     }
-@@ -2965,7 +2966,7 @@
-     	return; /* shouldn't happen */
-     if (XtClass(w) == xmPushButtonWidgetClass) {
- 	XtVaGetValues(w, XmNuserData, &userData, NULL);
--	retVal.val.n = (int)userData;
-+	retVal.val.n = (int)(uintptr_t)userData;
-     } else
-     	retVal.val.n = 1;
-     retVal.tag = INT_TAG;
-@@ -3101,7 +3102,7 @@
-         readStringArg(argList[i], &btnLabel, btnStorage, errMsg);
-     	btn = XtVaCreateManagedWidget("mdBtn", xmPushButtonWidgetClass, dialog,
-     	    	XmNlabelString, s1=XmStringCreateSimple(btnLabel),
--    	    	XmNuserData, (XtPointer)(i+1), NULL);
-+    	    	XmNuserData, (XtPointer)(uintptr_t)(i+1), NULL);
-     	XtAddCallback(btn, XmNactivateCallback, stringDialogBtnCB, window);
-     	XmStringFree(s1);
-     }
-@@ -3155,7 +3156,7 @@
-        returned in w. */
-     if (XtClass(w) == xmPushButtonWidgetClass) {
- 	XtVaGetValues(w, XmNuserData, &userData, NULL);
--	btnNum = (int)userData;
-+	btnNum = (int)(uintptr_t)userData;
-     } else
-     	btnNum = 1;
-     
-@@ -3680,7 +3681,7 @@
-       readStringArg(argList[i], &btnLabel, btnStorage, errMsg);
-       btn = XtVaCreateManagedWidget("mdBtn", xmPushButtonWidgetClass, dialog,
-               XmNlabelString, s1=XmStringCreateSimple(btnLabel),
--              XmNuserData, (XtPointer)(i+1), NULL);
-+              XmNuserData, (XtPointer)(uintptr_t)(i+1), NULL);
-       XtAddCallback(btn, XmNactivateCallback, listDialogBtnCB, window);
-       XmStringFree(s1);
-     }
-@@ -3760,7 +3761,7 @@
-        returned in w. */
-     if (XtClass(w) == xmPushButtonWidgetClass) {
-       XtVaGetValues(w, XmNuserData, &userData, NULL);
--      btnNum = (int)userData;
-+      btnNum = (int)(uintptr_t)userData;
-     } else
-       btnNum = 1;
-     
-diff -urNad nedit-5.6~cvs20081118~/source/preferences.c nedit-5.6~cvs20081118/source/preferences.c
---- nedit-5.6~cvs20081118~/source/preferences.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/preferences.c	2009-09-15 22:07:47.000000000 +0200
-@@ -58,6 +58,7 @@
- #include <ctype.h>
- #include <pwd.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- #include <stdio.h>
- #include <unistd.h>
-@@ -2296,7 +2297,7 @@
- 	XtVaGetValues(menu, XmNchildren, &items, XmNnumChildren, &nItems, NULL);
- 	for (n=0; n<(int)nItems; n++) {
-     	    XtVaGetValues(items[n], XmNuserData, &userData, NULL);
--    	    XmToggleButtonSetState(items[n], (int)userData == mode, False);
-+    	    XmToggleButtonSetState(items[n], (int)(uintptr_t)userData == mode, False);
- 	}
-     }
- }
-@@ -5148,7 +5149,7 @@
-             	xmToggleButtonGadgetClass, menu,
-             	XmNlabelString, s1=XmStringCreateSimple(LanguageModes[i]->name),
-  	    	XmNmarginHeight, 0,
--   		XmNuserData, (void *)i,
-+   		XmNuserData, (void *)(uintptr_t)i,
-     		XmNset, window->languageMode==i, NULL);
-         XmStringFree(s1);
- 	XtAddCallback(btn, XmNvalueChangedCallback, setLangModeCB, window);
-@@ -5169,14 +5170,14 @@
-     XtVaGetValues(w, XmNuserData, &mode, NULL);
-     
-     /* If the mode didn't change, do nothing */
--    if (window->languageMode == (int)mode)
-+    if (window->languageMode == (int)(uintptr_t)mode)
-     	return;
-     
-     /* redo syntax highlighting word delimiters, etc. */
- /*
-     reapplyLanguageMode(window, (int)mode, False);
- */
--    params[0] = (((int)mode) == PLAIN_LANGUAGE_MODE) ? "" : LanguageModes[(int)mode]->name;
-+    params[0] = (((int)(uintptr_t)mode) == PLAIN_LANGUAGE_MODE) ? "" : LanguageModes[(int)(uintptr_t)mode]->name;
-     XtCallActionProc(window->textArea, "set_language_mode", NULL, params, 1);
- }
- 
-diff -urNad nedit-5.6~cvs20081118~/source/regularExp.c nedit-5.6~cvs20081118/source/regularExp.c
---- nedit-5.6~cvs20081118~/source/regularExp.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/regularExp.c	2009-09-15 22:08:16.000000000 +0200
-@@ -88,6 +88,7 @@
- #include <limits.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- 
- #ifdef HAVE_DEBUG_H
-@@ -4157,7 +4158,7 @@
-       table [*c] = 1;
-    }
- 
--   table [(int) NULL] = 1; /* These       */
-+   table [(int)(uintptr_t) NULL] = 1; /* These       */
-    table [(int) '\t'] = 1; /* characters  */
-    table [(int) '\n'] = 1; /* are always  */
-    table [(int) ' ' ] = 1; /* delimiters. */
-diff -urNad nedit-5.6~cvs20081118~/source/userCmds.c nedit-5.6~cvs20081118/source/userCmds.c
---- nedit-5.6~cvs20081118~/source/userCmds.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/source/userCmds.c	2009-09-15 22:08:47.000000000 +0200
-@@ -49,6 +49,7 @@
- 
- #include <stdio.h>
- #include <stdlib.h>
-+#include <stdint.h>
- #include <string.h>
- #include <ctype.h>
- #ifdef VMS
-@@ -1116,7 +1117,7 @@
- 	    	XtVaGetValues(items[n], XmNsubMenuId, &subMenu, NULL);
- 		dimSelDepItemsInMenu(subMenu, menuList, nMenuItems, sensitive);
- 	    } else {
--		index = (int)userData - 10;
-+		index = (int)(uintptr_t)userData - 10;
- 		if (index <0 || index >= nMenuItems)
-     		    return;
- 		if (menuList[index]->input == FROM_SELECTION)
-@@ -1928,7 +1929,7 @@
-     	    XmNlabelString, st1,
-     	    XmNacceleratorText, st2,
-     	    XmNmnemonic, f->mnemonic,
--    	    XmNuserData, (XtPointer)(index+10), NULL);
-+    	    XmNuserData, (XtPointer)(uintptr_t)(index+10), NULL);
-     XtAddCallback(btn, XmNactivateCallback, cbRtn, cbArg);
-     XmStringFree(st1);
-     XmStringFree(st2);
-diff -urNad nedit-5.6~cvs20081118~/util/prefFile.c nedit-5.6~cvs20081118/util/prefFile.c
---- nedit-5.6~cvs20081118~/util/prefFile.c	2009-09-15 21:27:12.000000000 +0200
-+++ nedit-5.6~cvs20081118/util/prefFile.c	2009-09-15 22:04:14.000000000 +0200
-@@ -38,6 +38,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-+#include <stdint.h>
- #ifdef VMS
- #include "VMSparam.h"
- #else
-@@ -353,9 +354,9 @@
-       	*(int *)rsrcDescrip->valueAddr = 0;
-     	return False;
-       case PREF_STRING:
--	if ((int)strlen(string) >= (int)rsrcDescrip->arg)
-+	if ((int)strlen(string) >= (int)(uintptr_t)rsrcDescrip->arg)
-       	    return False;
--	strncpy(rsrcDescrip->valueAddr, string, (int)rsrcDescrip->arg);
-+	strncpy(rsrcDescrip->valueAddr, string, (int)(uintptr_t)rsrcDescrip->arg);
-       	return True;
-       case PREF_ALLOC_STRING:
-       	*(char **)rsrcDescrip->valueAddr = XtMalloc(strlen(string) + 1);

diff --git a/app-editors/nedit/files/nedit-5.5_p20110116-security.patch b/app-editors/nedit/files/nedit-5.5_p20110116-security.patch
deleted file mode 100644
index b24ef23..0000000
--- a/app-editors/nedit/files/nedit-5.5_p20110116-security.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Index: nedit-5.5/source/file.c
-===================================================================
---- nedit-5.5.orig/source/file.c	2004-08-24 11:37:24.000000000 +0200
-+++ nedit-5.5/source/file.c	2010-03-27 18:44:01.000000000 +0100
-@@ -1314,7 +1314,7 @@
- */
- void PrintString(const char *string, int length, Widget parent, const char *jobName)
- {
--    char tmpFileName[L_tmpnam];    /* L_tmpnam defined in stdio.h */
-+    char *tmpFileName=strdup("/tmp/neditXXXXXX");
-     FILE *fp;
-     int fd;
- 
-@@ -1325,14 +1325,10 @@
- 	    1. Create a filename
- 	    2. Open the file with the O_CREAT|O_EXCL flags
- 	So all an attacker can do is a DoS on the print function. */
--    tmpnam(tmpFileName);
-+    fd = mkstemp(tmpFileName);
- 
-     /* open the temporary file */
--#ifdef VMS
--    if ((fp = fopen(tmpFileName, "w", "rfm = stmlf")) == NULL)
--#else
--    if ((fd = open(tmpFileName, O_CREAT|O_EXCL|O_WRONLY, S_IRUSR | S_IWUSR)) < 0 || (fp = fdopen(fd, "w")) == NULL)
--#endif /* VMS */
-+    if ((fp = fdopen(fd, "w")) == NULL)
-     {
-         DialogF(DF_WARN, parent, 1, "Error while Printing",
-                 "Unable to write file for printing:\n%s", "OK",
-@@ -1346,7 +1342,7 @@
-     
-     /* write to the file */
- #ifdef IBM_FWRITE_BUG
--    write(fileno(fp), string, length);
-+    write(fd, string, length);
- #else
-     fwrite(string, sizeof(char), length, fp);
- #endif
-@@ -1356,6 +1352,7 @@
-                 "%s not printed:\n%s", "OK", jobName, errorString());
-         fclose(fp); /* should call close(fd) in turn! */
-         remove(tmpFileName);
-+	free(tmpFileName);
-         return;
-     }
-     
-@@ -1366,6 +1363,7 @@
-                 "Error closing temp. print file:\n%s", "OK",
-                 errorString());
-         remove(tmpFileName);
-+	free(tmpFileName);
-         return;
-     }
- 
-@@ -1377,6 +1375,7 @@
-     PrintFile(parent, tmpFileName, jobName);
-     remove(tmpFileName);
- #endif /*VMS*/
-+    free(tmpFileName);
-     return;
- }
- 

diff --git a/app-editors/nedit/nedit-5.5_p20110116-r2.ebuild b/app-editors/nedit/nedit-5.5_p20110116-r2.ebuild
deleted file mode 100644
index e236366..0000000
--- a/app-editors/nedit/nedit-5.5_p20110116-r2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Multi-purpose text editor for the X Window System"
-HOMEPAGE="http://nedit.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND=">=x11-libs/motif-2.3:0
-	x11-libs/libXp
-	x11-libs/libXpm
-	x11-libs/libXt
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	|| ( dev-util/yacc sys-devel/bison )
-	dev-lang/perl"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	#respecting LDFLAGS, bug #208189
-	epatch \
-		"${FILESDIR}"/nedit-5.5_p20090914-ldflags.patch \
-		"${FILESDIR}"/${P}-40_Pointer_to_Integer.patch
-	sed \
-		-e "s:bin/:${EPREFIX}/bin/:g" \
-		-i Makefile source/preferences.c source/help_data.h source/nedit.c Xlt/Makefile || die
-	sed \
-		-e "s:nc:neditc:g" -i doc/nc.pod || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" -e "s:check_tif_rule::" \
-		makefiles/Makefile.linux || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:"                  \
-		   -e "s:MOTIFDIR=/usr/local:MOTIFDIR=${EPREFIX}/usr:" \
-		   -e "s:-lX11:-lX11 -lXmu -liconv:"                   \
-		   -e "s:check_tif_rule::"                             \
-		makefiles/Makefile.macosx || die
-
-	epatch_user
-}
-
-src_configure() { :; }
-
-src_compile() {
-	case "${CHOST}" in
-		*-darwin*)
-			emake CC="$(tc-getCC)" AR="$(tc-getAR)" macosx
-			;;
-		*-linux*)
-			emake CC="$(tc-getCC)" AR="$(tc-getAR)" linux
-			;;
-	esac
-	emake VERSION="NEdit ${PV}" -j1 -C doc all
-}
-
-src_install() {
-	dobin source/nedit
-	newbin source/nc neditc
-
-	make_desktop_entry "${PN}"
-	doicon "${FILESDIR}/${PN}.svg"
-
-	newman doc/nedit.man nedit.1
-	newman doc/nc.man neditc.1
-
-	dodoc README ReleaseNotes ChangeLog
-	dodoc doc/nedit.doc doc/NEdit.ad doc/faq.txt
-	dohtml doc/nedit.html
-}

diff --git a/app-editors/nedit/nedit-5.5_p20110116-r3.ebuild b/app-editors/nedit/nedit-5.5_p20110116-r3.ebuild
deleted file mode 100644
index 918559c..0000000
--- a/app-editors/nedit/nedit-5.5_p20110116-r3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Multi-purpose text editor for the X Window System"
-HOMEPAGE="http://nedit.org/"
-SRC_URI="
-	mirror://gentoo/${P}.tar.bz2
-	https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz
-	"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND=">=x11-libs/motif-2.3:0
-	x11-libs/libXp
-	x11-libs/libXpm
-	x11-libs/libXt
-	x11-libs/libX11"
-DEPEND="${RDEPEND}
-	|| ( dev-util/yacc sys-devel/bison )
-	dev-lang/perl"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	#respecting LDFLAGS, bug #208189
-	epatch \
-		"${FILESDIR}"/nedit-5.5_p20090914-ldflags.patch \
-		"${FILESDIR}"/${P}-40_Pointer_to_Integer.patch \
-		"${FILESDIR}"/${P}-security.patch
-
-	sed \
-		-e "s:bin/:${EPREFIX}/bin/:g" \
-		-i Makefile source/preferences.c source/help_data.h source/nedit.c Xlt/Makefile || die
-	sed \
-		-e "s:nc:neditc:g" -i doc/nc.pod || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" -e "s:check_tif_rule::" \
-		makefiles/Makefile.linux || die
-	sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:"                  \
-		   -e "s:MOTIFDIR=/usr/local:MOTIFDIR=${EPREFIX}/usr:" \
-		   -e "s:-lX11:-lX11 -lXmu -liconv:"                   \
-		   -e "s:check_tif_rule::"                             \
-		makefiles/Makefile.macosx || die
-
-	epatch_user
-}
-
-src_configure() { :; }
-
-src_compile() {
-	case "${CHOST}" in
-		*-darwin*)
-			emake CC="$(tc-getCC)" AR="$(tc-getAR)" macosx
-			;;
-		*-linux*)
-			emake CC="$(tc-getCC)" AR="$(tc-getAR)" linux
-			;;
-	esac
-	emake VERSION="NEdit ${PV}" -j1 -C doc all
-}
-
-src_install() {
-	dobin source/nedit
-	newbin source/nc neditc
-
-	make_desktop_entry "${PN}"
-	doicon "${WORKDIR}/${PN}.png"
-
-	newman doc/nedit.man nedit.1
-	newman doc/nc.man neditc.1
-
-	dodoc README ReleaseNotes ChangeLog
-	dodoc doc/nedit.doc doc/NEdit.ad doc/faq.txt
-	dohtml doc/nedit.html
-}


             reply	other threads:[~2016-06-06 16:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 16:16 Amy Winston [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-03 11:54 [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/files/, app-editors/nedit/ Amy Liffey
2018-03-13  9:26 Amy Liffey
2015-09-18 13:55 Amy Winston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465229680.2120fb6b4ef6b8cd5638786db0a1132b3fff16d3.amynka@gentoo \
    --to=amynka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox