summaryrefslogtreecommitdiff
path: root/app-editors/shed
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
commit63a4617476a3b084928b38d816b9ed6e196d62f5 (patch)
treef1c7e30e8c9b33d9f7e7b0a2e3dbd1d1121358c4 /app-editors/shed
parent662f71ae67cd775d7fbb79b5091676c0e07a992b (diff)
gentoo auto-resync : 29:05:2023 - 21:18:33
Diffstat (limited to 'app-editors/shed')
-rw-r--r--app-editors/shed/Manifest3
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch14
-rw-r--r--app-editors/shed/shed-1.15.ebuild3
3 files changed, 2 insertions, 18 deletions
diff --git a/app-editors/shed/Manifest b/app-editors/shed/Manifest
index e09e8b1c7b7d..79de31be45fb 100644
--- a/app-editors/shed/Manifest
+++ b/app-editors/shed/Manifest
@@ -1,6 +1,5 @@
AUX shed-1.15-cflags.patch 249 BLAKE2B 6249d526da1a4b1df8f456692e85bdbd275be7517d5af89619557186afdfd5fd6bc2ca50299decddcaa33408608c35c5cf7ba74e90b78aba9825d4656c1557fb SHA512 9f6f025c5fc5126357e8b763706d2a0eb53700963b0d8779f057683fc95773753eced99b26a9120b122f50c8b23db6c6bf79cb973023b11e594313c8fcf92cdf
-AUX shed-1.15-interix.patch 313 BLAKE2B 423d51410a5371ee1fa0ae2e0d4426dddd410ea060a269f6d3c6b99826aa8d57635bb9a0cfeb82fcf2f51dcf179b0815485491110df3501d1e23ff950d838475 SHA512 31d403d95ce106443ccfe8c92b9621842bfc4264c71280398bb7c0d827d98bf28b403dce3c6ae4523b7ac30a8f529aac6d7cc30a91313a2e2a3d033766469e69
AUX shed-1.15-tinfo.patch 355 BLAKE2B 5acffe509b9174187b4383f15bed90600790ed0267ee1dbc2713a28e2b8fd0a5eb67cdb1f84a635012128abd5075f9daa0ffdc86abbdd29d170a9b48868dd52c SHA512 fab71c3e99138f7cc4844964bbc40e95c90055612e6d34ff59c72b505b2c12c6244c4a25091de283f4615475652c202a4404273c0718b73b9f928c4bf0a74710
DIST shed-1.15.tar.gz 87777 BLAKE2B 7c23f01e649de6ad15b870ef3786bd1747b6ab765f19a748d08bad878325f11e38483b957ed6a791ae4a7de752e96cca2057fd69838625c3fe660d2ba3fbc984 SHA512 fe401303e686fb11975b71de0f84d0cdb84dc5a48e1094356d012f95d8c956ed05bd6b39bf65af924212e83c1db45bbfe556342489150bb0e10fb4c832fb6c78
-EBUILD shed-1.15.ebuild 622 BLAKE2B 6420f56456a2d9b3bbf5ccaba0cb59348bad7ecad6639e1e896719383b53f2a8dd9de6fc259fea60290fa753f25b5839f53fadcf0154c12e97f31a8161c607c5 SHA512 d41c355f0d2295bce41605504e73d189593fbaa8e489f954da686469b487cc6115d0d14c257277ba590d150504f8aa2e9b49b061a116ab9b3728a08f78120c40
+EBUILD shed-1.15.ebuild 588 BLAKE2B 07fe7aa147de5caae8c2c896ed45ed2c49dddbb3f7daf7e62a903afbbb34b20195b07c29ef945f66c7c3926a2c221b63898278fc8491d43c46884ad29367740f SHA512 2dd901c4974e97efe4f36688ea68bc520ca0e630a51d7af2ec4d6d0ba999ddac449bacb3b2d06c9df8505fca3cfb017b100807e7aa0fe196650f75c3b8367c50
MISC metadata.xml 300 BLAKE2B 69b60110ec73d584179b3397e62d84d31850b7be40f72bf5ea182c26dec8343ee0a82e3404b66a6a0246f3d2d096a0f698d840faf6317b727c45453ed604251c SHA512 18ba6bb46ac00df843bb53dd43d4beb86e275b61f4c49a9af547f305c447911b65c376c81038f996cefe1dab1b8e65a323cddb3a11cb02aca4aa62546e77a375
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
)