Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 819513 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/g-cpan (-4 / +4 lines)
Lines 691-704 sub generatePackageInfo Link Here
691
                        $description =~ s/"/\\"/g;
691
                        $description =~ s/"/\\"/g;
692
692
693
                        print $EBUILD <<"HERE";
693
                        print $EBUILD <<"HERE";
694
# Copyright 1999-2016 Gentoo Foundation
694
# Copyright 1999-2022 Gentoo Foundation
695
# Distributed under the terms of the GNU General Public License v2
695
# Distributed under the terms of the GNU General Public License v2
696
# This ebuild generated by $prog $VERSION
696
# This ebuild generated by $prog $VERSION
697
697
698
EAPI=5
698
EAPI=8
699
699
700
MODULE_AUTHOR="$module_author"
700
DIST_AUTHOR="$module_author"
701
MODULE_VERSION="$module_version"
701
DIST_VERSION="$module_version"
702
$module_a_ext
702
$module_a_ext
703
$module_section
703
$module_section
704
inherit perl-module
704
inherit perl-module

Return to bug 819513