Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 789908 Details for
Bug 819513
app-portage/g-cpan creates ebuilds with (soon to be) deprecated EAPI=5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for EAPI=8
EAPI8.patch (text/plain), 644 bytes, created by
Ian Pickworth
on 2022-07-03 12:10:57 UTC
(
hide
)
Description:
Patch for EAPI=8
Filename:
MIME Type:
Creator:
Ian Pickworth
Created:
2022-07-03 12:10:57 UTC
Size:
644 bytes
patch
obsolete
>diff --git a/bin/g-cpan b/bin/g-cpan >index b392a4b..4f66c4d 100644 >--- a/bin/g-cpan >+++ b/bin/g-cpan >@@ -691,14 +691,14 @@ sub generatePackageInfo > $description =~ s/"/\\"/g; > > print $EBUILD <<"HERE"; >-# Copyright 1999-2016 Gentoo Foundation >+# Copyright 1999-2022 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # This ebuild generated by $prog $VERSION > >-EAPI=5 >+EAPI=8 > >-MODULE_AUTHOR="$module_author" >-MODULE_VERSION="$module_version" >+DIST_AUTHOR="$module_author" >+DIST_VERSION="$module_version" > $module_a_ext > $module_section > inherit perl-module
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 819513
:
789908
|
789911