Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770265

Summary: freedict.eclass: Support EAPI-7
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: EclassesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=637738
https://github.com/gentoo/gentoo/pull/19890
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 770247    

Description Andreas Sturmlechner gentoo-dev 2021-02-12 22:55:23 UTC
Please add support for EAPI-7.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-12 15:13:09 UTC
The bug has been closed via the following commit(s):

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

commit 53ea3a0737f19712c8b818d9e189652557f7b573
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-12 10:41:11 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-12 15:12:48 +0000

    freedict.eclass: Support EAPI-7, fix HOMEPAGE, drop DESCRIPTION
    
    Deprecate FORLANG and TOLANG in EAPI-7 in favor of setting DESCRIPTION directly.
    Avoid HOMEPAGE redirect
    Improve description, fix eclassdoc problems
    
    Closes: https://bugs.gentoo.org/637738
    Closes: https://bugs.gentoo.org/770265
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/freedict.eclass | 36 +++++++++++++++++++++++-------------
 1 file changed, 23 insertions(+), 13 deletions(-)

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

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

commit 66f31e16e2730c183a49a881ebf0da67d283f4de
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-12 10:49:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-12 15:12:50 +0000

    freedict.eclass: Drop EAPI-6 support
    
    Bug: https://bugs.gentoo.org/770265
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/freedict.eclass | 27 ++++++---------------------
 1 file changed, 6 insertions(+), 21 deletions(-)