dilfridge 14/12/14 00:33:42 Modified: ChangeLog Added: g-cpan-9999.ebuild Log: Add live ebuild, bug 521490 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.88 app-portage/g-cpan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.88&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?rev=1.88&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/ChangeLog?r1=1.87&r2=1.88 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- ChangeLog 9 Oct 2014 19:33:30 -0000 1.87 +++ ChangeLog 14 Dec 2014 00:33:42 -0000 1.88 @@ -1,6 +1,11 @@ # ChangeLog for app-portage/g-cpan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.87 2014/10/09 19:33:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.88 2014/12/14 00:33:42 dilfridge Exp $ + +*g-cpan-9999 (14 Dec 2014) + + 14 Dec 2014; Andreas K. Huettel <[email protected]> +g-cpan-9999.ebuild: + Add live ebuild, bug 521490 09 Oct 2014; Andreas K. Huettel <[email protected]> -g-cpan-0.16.4-r1.ebuild, -files/g-cpan-0.16.4-misc.patch: 1.1 app-portage/g-cpan/g-cpan-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/g-cpan-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/g-cpan/g-cpan-9999.ebuild?rev=1.1&content-type=text/plain Index: g-cpan-9999.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-9999.ebuild,v 1.1 2014/12/14 00:33:42 dilfridge Exp $ EAPI=5 inherit perl-module if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git" inherit git-r3 SRC_URI="" else SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~chainsaw/distfiles/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="g-cpan: generate and install CPAN modules using portage" HOMEPAGE="http://www.gentoo.org/proj/en/perl/g-cpan.xml" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" 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." }
