summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-29 18:28:41 +0100
committerSam James <sam@gentoo.org>2023-05-29 19:18:42 +0100
commit59d855f698cda08f5c48120a12432e660e8c77ec (patch)
treef64dc8b6df7d5b2aa9af12e006ab08758935cd42 /app-editors/shed
parentapp-editors/gvim: drop dead prefix targets (diff)
downloadgentoo-59d855f698cda08f5c48120a12432e660e8c77ec.tar.gz
gentoo-59d855f698cda08f5c48120a12432e660e8c77ec.tar.bz2
gentoo-59d855f698cda08f5c48120a12432e660e8c77ec.zip
app-editors/shed: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/shed')
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch14
-rw-r--r--app-editors/shed/shed-1.15.ebuild3
2 files changed, 1 insertions, 16 deletions
diff --git a/app-editors/shed/files/shed-1.15-interix.patch b/app-editors/shed/files/shed-1.15-interix.patch
deleted file mode 100644
index 46c5eb6b26b1..000000000000
--- a/app-editors/shed/files/shed-1.15-interix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
---- a/shed.c
-+++ b/shed.c
-@@ -31,6 +31,10 @@
- #include <ctype.h> /* tolower */
- #include <unistd.h> /* dup, dup2 */
-
-+#ifdef __INTERIX
-+# include <sys/time.h>
-+#endif
-+
- #include "util.h"
-
- /* function prototypes */
diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild
index 008b7b44e8ce..5a08e278f298 100644
--- a/app-editors/shed/shed-1.15.ebuild
+++ b/app-editors/shed/shed-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -19,7 +19,6 @@ BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-cflags.patch
- "${FILESDIR}"/${P}-interix.patch
"${FILESDIR}"/${P}-tinfo.patch
)