Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770280 - mozlinguas-v2.eclass: Support EAPI-7
Summary: mozlinguas-v2.eclass: Support EAPI-7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: EAPI6Removal
  Show dependency tree
 
Reported: 2021-02-12 22:56 UTC by Andreas Sturmlechner
Modified: 2021-03-12 15:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2021-02-12 22:56:39 UTC
Please add support for EAPI-7.

www-client/seamonkey is the only consumer of this eclass.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-12 15:13:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096ca89d70894e7e56fbc0ecea0b8d8ad73d6119

commit 096ca89d70894e7e56fbc0ecea0b8d8ad73d6119
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-12 13:02:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-12 15:13:26 +0000

    mozlinguas-v2.eclass: Drop pre-EAPI-6 support, support EAPI-7
    
    Closes: https://bugs.gentoo.org/770280
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/mozlinguas-v2.eclass | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d5dcf99ab9d2d7bfc5a3c3c52700d06de614a7

commit b1d5dcf99ab9d2d7bfc5a3c3c52700d06de614a7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-12 13:23:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-12 15:13:26 +0000

    www-client/seamonkey: EAPI-7 bump, use https, missing desktop.eclass
    
    Some more predictable ebuild variable ordering.
    Add missing pkg_postrm() phase for running xdg_desktop_database_update.
    
    Bug: https://bugs.gentoo.org/770280
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 www-client/seamonkey/seamonkey-2.53.7_beta1.ebuild | 84 ++++++++++------------
 1 file changed, 39 insertions(+), 45 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923c0abe8ef9951a2a89e487ffb897dd712ae66a

commit 923c0abe8ef9951a2a89e487ffb897dd712ae66a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-12 13:19:51 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-12 15:13:26 +0000

    mozcoreconf-v6.eclass: Support EAPI-7, define @SUPPORTED_EAPIS
    
    Bug: https://bugs.gentoo.org/770280
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/mozcoreconf-v6.eclass | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)