commit: bd529668785ccde6d2b74600b9410512776b8d40
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 18:17:17 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 18:17:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd529668
net-irc/inspircd: Drop illegal symlinks
Non-maintainer commit
Remove symlinks from files/ which are banned by policy.
Adjust ebuilds to patch the intended files.
This prevents infra problems popping up like in the last 14 hours
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
net-irc/inspircd/files/inspircd-2.0.28-fix-path-builds.patch | 1 -
net-irc/inspircd/files/inspircd-3.3.0-fix-path-builds.patch | 1 -
net-irc/inspircd/inspircd-2.0.25.ebuild | 4 ++--
net-irc/inspircd/inspircd-2.0.28.ebuild | 2 +-
net-irc/inspircd/inspircd-3.2.0.ebuild | 2 +-
net-irc/inspircd/inspircd-3.3.0.ebuild | 2 +-
6 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/net-irc/inspircd/files/inspircd-2.0.28-fix-path-builds.patch
b/net-irc/inspircd/files/inspircd-2.0.28-fix-path-builds.patch
deleted file mode 120000
index a7b0dc06184..00000000000
--- a/net-irc/inspircd/files/inspircd-2.0.28-fix-path-builds.patch
+++ /dev/null
@@ -1 +0,0 @@
-inspircd-2.0.27-fix-path-builds.patch
\ No newline at end of file
diff --git a/net-irc/inspircd/files/inspircd-3.3.0-fix-path-builds.patch
b/net-irc/inspircd/files/inspircd-3.3.0-fix-path-builds.patch
deleted file mode 120000
index 61ed4ed2c2a..00000000000
--- a/net-irc/inspircd/files/inspircd-3.3.0-fix-path-builds.patch
+++ /dev/null
@@ -1 +0,0 @@
-inspircd-3.2.0-fix-path-builds.patch
\ No newline at end of file
diff --git a/net-irc/inspircd/inspircd-2.0.25.ebuild
b/net-irc/inspircd/inspircd-2.0.25.ebuild
index 792cca4e9ae..7258f2c4e9f 100644
--- a/net-irc/inspircd/inspircd-2.0.25.ebuild
+++ b/net-irc/inspircd/inspircd-2.0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=( docs/. )
-PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch )
+PATCHES=( "${FILESDIR}"/${PN}-2.0.25-fix-path-builds.patch )
pkg_setup() {
enewgroup ${PN}
diff --git a/net-irc/inspircd/inspircd-2.0.28.ebuild
b/net-irc/inspircd/inspircd-2.0.28.ebuild
index 41581c0c6c1..86ef749f122 100644
--- a/net-irc/inspircd/inspircd-2.0.28.ebuild
+++ b/net-irc/inspircd/inspircd-2.0.28.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=( docs/. )
-PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch )
+PATCHES=( "${FILESDIR}"/${PN}-2.0.27-fix-path-builds.patch )
src_prepare() {
default
diff --git a/net-irc/inspircd/inspircd-3.2.0.ebuild
b/net-irc/inspircd/inspircd-3.2.0.ebuild
index 90aad649918..021dc47d8a8 100644
--- a/net-irc/inspircd/inspircd-3.2.0.ebuild
+++ b/net-irc/inspircd/inspircd-3.2.0.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=( docs/. )
-PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch )
+PATCHES=( "${FILESDIR}"/${PN}-3.2.0-fix-path-builds.patch )
pkg_setup() {
enewgroup ${PN}
diff --git a/net-irc/inspircd/inspircd-3.3.0.ebuild
b/net-irc/inspircd/inspircd-3.3.0.ebuild
index bf6ae574977..4661639e589 100644
--- a/net-irc/inspircd/inspircd-3.3.0.ebuild
+++ b/net-irc/inspircd/inspircd-3.3.0.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=( docs/. )
-PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch )
+PATCHES=( "${FILESDIR}"/${PN}-3.2.0-fix-path-builds.patch )
src_prepare() {
default