app-crypt/md6sum: EAPI=8, scrub patches

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-03-08 21:24:34 +02:00
parent 636f9f9b30
commit 877b9e0477
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
4 changed files with 7 additions and 13 deletions

View File

@ -1,5 +1,5 @@
--- a/Makefile.in 2012-11-07 22:04:51.207982344 -0500
+++ b/Makefile.in 2012-11-07 22:06:00.905977580 -0500
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,19 +18,19 @@
all: md6sum

View File

@ -4,12 +4,6 @@ Date: Sat, 30 Aug 2014 21:25:23 +0300
Subject: [PATCH] build: fix warning of format-security
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
---
md6sum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/md6sum.c b/md6sum.c
index 2401a5a..0338d30 100644
--- a/md6sum.c
+++ b/md6sum.c
@@ -428,7 +428,7 @@ void optd(char *optstr)

View File

@ -1,6 +1,5 @@
diff -Nru md6sum-1.0.orig/Makefile.in md6sum-1.0/Makefile.in
--- md6sum-1.0.orig/Makefile.in 2011-01-09 02:12:09.000000000 +0000
+++ md6sum-1.0/Makefile.in 2011-02-01 04:41:35.000000000 +0000
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@
all: md6sum

View File

@ -1,7 +1,8 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit flag-o-matic
DESCRIPTION="A C implementation of MD6"