summaryrefslogtreecommitdiff
path: root/app-editors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-27 00:07:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-27 00:07:23 +0100
commit3c1648a0749c1d66b300d857e6b417c1162890da (patch)
tree2b13f04c2c10d472e5bb7cc40fe6048bf8bc549d /app-editors
parent994fe442814c4d169bb0f1ee9745604928006b39 (diff)
gentoo auto-resync : 27:05:2024 - 00:07:23
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/Manifest.gzbin13961 -> 13950 bytes
-rw-r--r--app-editors/hyx/Manifest1
-rw-r--r--app-editors/hyx/files/hyx-ldflags.patch27
3 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz
index eb4fd59c6367..38703f657a99 100644
--- a/app-editors/Manifest.gz
+++ b/app-editors/Manifest.gz
Binary files differ
diff --git a/app-editors/hyx/Manifest b/app-editors/hyx/Manifest
index c24b844ff432..baac1ee48654 100644
--- a/app-editors/hyx/Manifest
+++ b/app-editors/hyx/Manifest
@@ -1,4 +1,3 @@
-AUX hyx-ldflags.patch 1013 BLAKE2B 829d0597ea4bddcbd0ed289aef1e92f667ffaf88bb57a82491c2ca0baae200cba1dd3d0c244d2e9e74bf82d4bb08e0db3252d9e3c7259e487d3e89c82ef00e62 SHA512 7ad16481d50940755422b473d8e52c03f44a14c4c369fe9c36c46a17180cfc3f4c567392d6f5328ba6491c86dff529b7d5db40ffb1100e84c0738c1e9b694faf
DIST hyx-2024.02.29.tar.xz 13964 BLAKE2B 8333f6fa1a2be76152d9753fd0c759bd82679cb09d936df5e4a6caba87c5ff81c141a5d47f79047601bbd85a1efd0f371a111db14a019c7fc6da4ed095a312a5 SHA512 b5c17b045d1c97106212745b1bb4c4052cfe7ac5a28ec0a2240764785410d7e68292d0ff976fbdc58172cd9433ce49b1cad89b767e09d5d6207088a6a60b4e85
EBUILD hyx-2024.02.29.ebuild 403 BLAKE2B 88b69b272991563dcc5f0a65290a9bb71abd76d2021b2333cf4ec2ba7e1d380f9fce4863c84fd47c9fb0aa5b597e0fb22012146e64cd498365e6d6669ee39dfb SHA512 5ad679e74dcb4e242d03c138986439438fedcbe499a72561154af527ce0f5bf011f810fa95012479d7aac577b45adf6867062c97db3861e13bb567a8214d7569
MISC metadata.xml 411 BLAKE2B 065732e0003a64a4d9357f4e4a1165fe2fe8816fef95b006aab0409614e4e2c52e0aec9a2b7df22f22b828d5d0cf583a201f39b2197cb7104afcad49c68b6e64 SHA512 1c8ae48ab439e36b4c5e1bbbb1fec9f8113eafb0fde2a994ee64e9272b2209ec073a86ee15083d640d8cc8aafa4b1d9d289719fe77e0a87424314f02f74f7034
diff --git a/app-editors/hyx/files/hyx-ldflags.patch b/app-editors/hyx/files/hyx-ldflags.patch
deleted file mode 100644
index 714e76a795db..000000000000
--- a/app-editors/hyx/files/hyx-ldflags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Naur hyx-2021.06.09.org/Makefile hyx-2021.06.09/Makefile
---- hyx-2021.06.09.org/Makefile 2021-06-09 18:09:18.000000000 +0200
-+++ hyx-2021.06.09/Makefile 2022-08-31 08:20:27.711819466 +0200
-@@ -1,18 +1,19 @@
-
- all: CFLAGS ?= -O2 -Wl,-s \
-- -Wl,-z,relro,-z,now -fpic -pie -D_FORTIFY_SOURCE=2 -fstack-protector-all
--all: CFLAGS += -std=c99 -pedantic -Wall -Wextra -DNDEBUG
-+ -std=c99 -pedantic -Wall -Wextra -DNDEBUG
-+all: LDFLAGS ?= -Wl,-z,relro,-z,now -fpic -pie -D_FORTIFY_SOURCE=2 -fstack-protector-all
- all: hyx
-
- debug: CFLAGS ?= -O0 -g \
- -fsanitize=undefined \
-- -Wl,-z,relro,-z,now -fpic -pie -fstack-protector-all
--debug: CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
-+ -std=c99 -pedantic -Wall -Wextra -Werror
-+debug: LDFLAGS ?= -Wl,-z,relro,-z,now -fpic -pie -fstack-protector-all
- debug: hyx
-
- hyx: *.h *.c
- $(CC) \
- $(CFLAGS) \
-+ $(LDFLAGS) \
- hyx.c common.c blob.c history.c view.c input.c \
- -o hyx
-