diff options
Diffstat (limited to 'dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild')
-rw-r--r-- | dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild b/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild deleted file mode 100644 index 157df28ca9cd..000000000000 --- a/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PN=RadiusPerl -MODULE_AUTHOR=MANOWAR -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION="Communicate with a Radius server from Perl" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~sparc x86" -IUSE="" - -DEPEND=" - >=virtual/perl-Digest-MD5-2.200.0 - >=virtual/perl-IO-1.12 - >=dev-perl/Data-HexDump-0.02 -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/Authen-Radius-${MODULE_VERSION} - -SRC_TEST="do" -export OPTIMIZE="$CFLAGS" -PATCHES=( "${FILESDIR}"/dictionary.cisco.ssg.patch ) - -src_prepare() { - sed -i '/install-radius-db.PL/d' Makefile.PL MANIFEST || die - mv "${S}"/install-radius-db.PL{,.orig} || die - - perl-module_src_prepare -} - -src_install() { - perl-module_src_install - - # Really want to install these radius dictionaries? - insinto /etc/raddb - doins raddb/dictionary* -} |