* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/, app-crypt/md6sum/files/
@ 2017-02-04 20:07 Alon Bar-Lev
0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 20:07 UTC (permalink / raw
To: gentoo-commits
commit: ba974526a8a5dfb0864d4ecad906c6a0b7032026
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 11:34:14 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 20:06:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba974526
app-crypt/md6sum: eapi bump
Package-Manager: portage-2.3.3
app-crypt/md6sum/files/md6sum-1.0-cflags.patch | 4 ++--
app-crypt/md6sum/md6sum-1.0-r2.ebuild | 19 +++++++------------
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
index 18e1937..b0bf8f0 100644
--- a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
+++ b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
@@ -1,5 +1,5 @@
---- Makefile.in 2012-11-07 22:04:51.207982344 -0500
-+++ Makefile.in.new 2012-11-07 22:06:00.905977580 -0500
+--- a/Makefile.in 2012-11-07 22:04:51.207982344 -0500
++++ b/Makefile.in 2012-11-07 22:06:00.905977580 -0500
@@ -18,19 +18,19 @@
all: md6sum
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
index 446e21a..9a8c035 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
inherit eutils
@@ -15,13 +15,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}/${P}-ldflags.patch"
- epatch "${FILESDIR}/${P}-cflags.patch"
- epatch "${FILESDIR}/${P}-format-security.patch"
-}
-
-src_install() {
- default
- newdoc README_Reference.txt README
-}
+PATCHES=(
+ "${FILESDIR}/${P}-ldflags.patch"
+ "${FILESDIR}/${P}-cflags.patch"
+ "${FILESDIR}/${P}-format-security.patch"
+)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/, app-crypt/md6sum/files/
@ 2025-03-08 19:35 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2025-03-08 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 877b9e0477c1aec890754f3b2f85a79f10ab9d8e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 19:24:34 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 19:35:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877b9e04
app-crypt/md6sum: EAPI=8, scrub patches
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-crypt/md6sum/files/md6sum-1.0-cflags.patch | 4 ++--
app-crypt/md6sum/files/md6sum-1.0-format-security.patch | 6 ------
app-crypt/md6sum/files/md6sum-1.0-ldflags.patch | 5 ++---
app-crypt/md6sum/{md6sum-1.0-r2.ebuild => md6sum-1.0-r3.ebuild} | 5 +++--
4 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
index b0bf8f01a327..ec2085229428 100644
--- a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
+++ b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
@@ -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
diff --git a/app-crypt/md6sum/files/md6sum-1.0-format-security.patch b/app-crypt/md6sum/files/md6sum-1.0-format-security.patch
index 061ec7b5f1b4..d7fb792c0c32 100644
--- a/app-crypt/md6sum/files/md6sum-1.0-format-security.patch
+++ b/app-crypt/md6sum/files/md6sum-1.0-format-security.patch
@@ -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)
diff --git a/app-crypt/md6sum/files/md6sum-1.0-ldflags.patch b/app-crypt/md6sum/files/md6sum-1.0-ldflags.patch
index 23d37e192ea3..8c1ab42c5e39 100644
--- a/app-crypt/md6sum/files/md6sum-1.0-ldflags.patch
+++ b/app-crypt/md6sum/files/md6sum-1.0-ldflags.patch
@@ -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
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r3.ebuild
similarity index 91%
rename from app-crypt/md6sum/md6sum-1.0-r2.ebuild
rename to app-crypt/md6sum/md6sum-1.0-r3.ebuild
index 42be40f4b4d2..9b9f168c6300 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r3.ebuild
@@ -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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-08 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 19:35 [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/, app-crypt/md6sum/files/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2017-02-04 20:07 Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox