summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-10-10 20:16:16 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-10 21:05:00 +0200
commit64f667936304f84f3ff391813f13d032b06a7269 (patch)
treed786e65c012b894d1a54a9927741f4f9f67920dc /dev-perl/Authen-Radius
parentdev-lang/swi-prolog: use pkg-config to determine ncurses link flags (diff)
downloadgentoo-64f667936304f84f3ff391813f13d032b06a7269.tar.gz
gentoo-64f667936304f84f3ff391813f13d032b06a7269.tar.bz2
gentoo-64f667936304f84f3ff391813f13d032b06a7269.zip
dev-perl/Authen-Radius: remove unused patch
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Radius')
-rw-r--r--dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch b/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch
deleted file mode 100644
index 746ba993defc..000000000000
--- a/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 57b9f1a710c2eee1c8f54eb87d164584aa9532ce Mon Sep 17 00:00:00 2001
-From: Torsten Veller <tove@gentoo.org>
-Date: Mon, 5 Nov 2012 01:02:48 +1300
-Subject: Remove automatic radis-db installer code
-
----
- MANIFEST | 1 -
- Makefile.PL | 1 -
- install-radius-db.PL => install-radius-db.PL.orig | 0
- 3 files changed, 2 deletions(-)
- rename install-radius-db.PL => install-radius-db.PL.orig (100%)
-
-diff --git a/MANIFEST b/MANIFEST
-index a8e2801..09913da 100644
---- a/MANIFEST
-+++ b/MANIFEST
-@@ -4,7 +4,6 @@ README
- LICENSE
- MANIFEST
- Radius.pm
--install-radius-db.PL
- t/decode.t
- t/dictionary.t
- t/digest.t
-diff --git a/Makefile.PL b/Makefile.PL
-index 45653ab..7f1b202 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -4,7 +4,6 @@ use ExtUtils::MakeMaker;
- WriteMakefile(
- NAME => 'Authen::Radius',
- VERSION_FROM => 'Radius.pm', # finds $VERSION
-- PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
- MIN_PERL_VERSION => "v5.10",
- BUILD_REQUIRES => {
- # Support for TEST_REQUIRES
-diff --git a/install-radius-db.PL b/install-radius-db.PL.orig
-similarity index 100%
-rename from install-radius-db.PL
-rename to install-radius-db.PL.orig
---
-2.15.1
-