axs 14/08/23 00:22:05 Modified: ChangeLog Added: RadiusPerl-0.220.0-r1.ebuild Removed: RadiusPerl-0.220.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.7 dev-perl/RadiusPerl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RadiusPerl/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RadiusPerl/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RadiusPerl/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/RadiusPerl/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Jul 2013 05:18:28 -0000 1.6 +++ ChangeLog 23 Aug 2014 00:22:04 -0000 1.7 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/RadiusPerl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RadiusPerl/ChangeLog,v 1.6 2013/07/10 05:18:28 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RadiusPerl/ChangeLog,v 1.7 2014/08/23 00:22:04 axs Exp $ + +*RadiusPerl-0.220.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +RadiusPerl-0.220.0-r1.ebuild, -RadiusPerl-0.220.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 10 Jul 2013; Agostino Sarubbo <a...@gentoo.org> RadiusPerl-0.220.0.ebuild: Stable for x86, wrt bug #399553 1.1 dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild?rev=1.1&content-type=text/plain Index: RadiusPerl-0.220.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/RadiusPerl/RadiusPerl-0.220.0-r1.ebuild,v 1.1 2014/08/23 00:22:04 axs Exp $ EAPI=5 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* }