commit: 621954783bd8fd05413996a4b14d4a76b33f9858
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:45:14 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62195478
app-shells/tcsh: drop bogus eapply_user
'default' is called already in src_prepare (which calls eapply_user).
This would apply user patches twice.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/tcsh/tcsh-6.24.01-r1.ebuild | 4 +---
app-shells/tcsh/tcsh-6.24.13.ebuild | 4 +---
app-shells/tcsh/tcsh-6.24.14.ebuild | 4 +---
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/app-shells/tcsh/tcsh-6.24.01-r1.ebuild
b/app-shells/tcsh/tcsh-6.24.01-r1.ebuild
index 4454ec7288ab..c31da2219ef6 100644
--- a/app-shells/tcsh/tcsh-6.24.01-r1.ebuild
+++ b/app-shells/tcsh/tcsh-6.24.01-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -67,8 +67,6 @@ src_prepare() {
-e 's/^#PREFIX//' -e '/^#MAIN/d' \
"${CONFDIR}"/csh.login || die
fi
-
- eapply_user
}
src_configure() {
diff --git a/app-shells/tcsh/tcsh-6.24.13.ebuild
b/app-shells/tcsh/tcsh-6.24.13.ebuild
index ea20620ad678..1ecdee3b750f 100644
--- a/app-shells/tcsh/tcsh-6.24.13.ebuild
+++ b/app-shells/tcsh/tcsh-6.24.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -64,8 +64,6 @@ src_prepare() {
-e 's/^#PREFIX//' -e '/^#MAIN/d' \
"${CONFDIR}"/csh.login || die
fi
-
- eapply_user
}
src_configure() {
diff --git a/app-shells/tcsh/tcsh-6.24.14.ebuild
b/app-shells/tcsh/tcsh-6.24.14.ebuild
index ea20620ad678..1ecdee3b750f 100644
--- a/app-shells/tcsh/tcsh-6.24.14.ebuild
+++ b/app-shells/tcsh/tcsh-6.24.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -64,8 +64,6 @@ src_prepare() {
-e 's/^#PREFIX//' -e '/^#MAIN/d' \
"${CONFDIR}"/csh.login || die
fi
-
- eapply_user
}
src_configure() {