summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 04:27:31 +0000
committerSam James <sam@gentoo.org>2021-04-19 04:30:58 +0000
commit48925b0e5a636181798cf8100b796f2236a8bc3c (patch)
tree70666ddbc870424af8bd42cb0826562de80f30a8 /app-misc/realpath/files
parentapp-misc/hddled: port to EAPI 7 (diff)
downloadgentoo-48925b0e5a636181798cf8100b796f2236a8bc3c.tar.gz
gentoo-48925b0e5a636181798cf8100b796f2236a8bc3c.tar.bz2
gentoo-48925b0e5a636181798cf8100b796f2236a8bc3c.zip
app-misc/realpath: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/realpath/files')
-rw-r--r--app-misc/realpath/files/realpath-1.14-no-po4a.patch4
-rw-r--r--app-misc/realpath/files/realpath-1.15-prefix.patch2
-rw-r--r--app-misc/realpath/files/realpath-1.16-nonls.patch5
3 files changed, 2 insertions, 9 deletions
diff --git a/app-misc/realpath/files/realpath-1.14-no-po4a.patch b/app-misc/realpath/files/realpath-1.14-no-po4a.patch
index cfa780553646..44e13286bfac 100644
--- a/app-misc/realpath/files/realpath-1.14-no-po4a.patch
+++ b/app-misc/realpath/files/realpath-1.14-no-po4a.patch
@@ -1,8 +1,8 @@
Don't require po4a at build time.
http://bugs.gentoo.org/269905
---- realpath-1.14-orig/po/Makefile 2009-02-22 12:56:47.000000000 +0100
-+++ realpath-1.14/po/Makefile 2009-05-19 23:45:26.000000000 +0200
+--- a/po/Makefile
++++ b/po/Makefile
@@ -4,5 +4,5 @@
#
diff --git a/app-misc/realpath/files/realpath-1.15-prefix.patch b/app-misc/realpath/files/realpath-1.15-prefix.patch
index f9534641382f..3e0837a8bf38 100644
--- a/app-misc/realpath/files/realpath-1.15-prefix.patch
+++ b/app-misc/realpath/files/realpath-1.15-prefix.patch
@@ -1,5 +1,3 @@
-diff --git a/common.mk b/common.mk
-index 2443a40..0a342ee 100644
--- a/common.mk
+++ b/common.mk
@@ -8,17 +8,19 @@ override TOPDIR := $(dir $(call getCurrentMakefileName))
diff --git a/app-misc/realpath/files/realpath-1.16-nonls.patch b/app-misc/realpath/files/realpath-1.16-nonls.patch
index d758d03ff89b..c1963ae46014 100644
--- a/app-misc/realpath/files/realpath-1.16-nonls.patch
+++ b/app-misc/realpath/files/realpath-1.16-nonls.patch
@@ -1,8 +1,3 @@
- src/realpath.c | 6 +-----
- 1 files changed, 1 insertions(+), 5 deletions(-)
-
-diff --git a/src/realpath.c b/src/realpath.c
-index 76fc909..e2cf86f 100644
--- a/src/realpath.c
+++ b/src/realpath.c
@@ -23,10 +23,9 @@