chainsaw 14/07/14 11:46:01 Modified: ChangeLog Added: g-cpan-0.16.5.ebuild Log: Release incorporating fixes from bugs #420617, #424657 & #484108. With both my thanks and my apologies to Sergiy Borodych, Roberto Araneda & Petr Pisar. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path 1.78 app-portage/g-cpan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 30 Jul 2013 23:39:43 -0000 1.77 +++ ChangeLog 14 Jul 2014 11:46:01 -0000 1.78 @@ -1,6 +1,12 @@ # ChangeLog for app-portage/g-cpan -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.77 2013/07/30 23:39:43 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.78 2014/07/14 11:46:01 chainsaw Exp $ + +*g-cpan-0.16.5 (14 Jul 2014) + + 14 Jul 2014; Tony Vroon <[email protected]> +g-cpan-0.16.5.ebuild: + Release incorporating fixes from bugs #420617, #424657 & #484108. With both + my thanks and my apologies to Sergiy Borodych, Roberto Araneda & Petr Pisar. 30 Jul 2013; Mikle Kolyada <[email protected]> -g-cpan-0.13.02.ebuild, -g-cpan-0.14.0.ebuild, -g-cpan-0.15.0-r1.ebuild, -g-cpan-0.16.2.ebuild, 1.1 app-portage/g-cpan/g-cpan-0.16.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild?rev=1.1&content-type=text/plain Index: g-cpan-0.16.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.5.ebuild,v 1.1 2014/07/14 11:46:01 chainsaw Exp $ EAPI=5 inherit perl-module DESCRIPTION="g-cpan: generate and install CPAN modules using portage" HOMEPAGE="http://www.gentoo.org/proj/en/perl/g-cpan.xml" SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~chainsaw/distfiles/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent" RDEPEND="${DEPEND}" src_install() { perl-module_src_install diropts "-m0755" dodir "/var/tmp/g-cpan" keepdir "/var/tmp/g-cpan" dodir "/var/log/g-cpan" keepdir "/var/log/g-cpan" } pkg_postinst() { elog "You may wish to adjust the permissions on /var/tmp/g-cpan" elog "if you have users besides root expecting to use g-cpan." elog "Please note that some CPAN packages need additional manual" elog "parameters or tweaking, due to bugs in their build systems." }
