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

Bug 637544

Summary: x11-terms/terminology-9999 needs some changes: Use meson build system, change to HTTPS git access
Product: Gentoo Linux Reporter: thomasg <thomas>
Component: Current packagesAssignee: enlightenment+disabled
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description thomasg 2017-11-15 03:38:53 UTC
For multiple reasons the live ebuild of terminology is not functional anymore:
- upstream moved to the meson buildsystem (and removed autotools support)
- upstream only offers https for git access

These changes also mean, that the enlightenment.eclass needs to either be fixed up to support those changes, or - in my opinion - should be dropped for this package altogether (and possibly phased out in its entirety in future).

A pull request providing an ebuild with those changes is incoming shortly.
Comment 1 Larry the Git Cow gentoo-dev 2017-12-17 12:33:59 UTC
The bug has been closed via the following commit(s):

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

commit 332c690cf3239240234f57e07f3fb94f6f6425f6
Author:     Thomas Gstädtner <thomas@gstaedtner.net>
AuthorDate: 2017-11-15 03:08:06 +0000
Commit:     Thomas Sachau <tommy@gentoo.org>
CommitDate: 2017-12-17 12:33:44 +0000

    x11-terms/terminology: fix up live ebuild
    
    Upstream migrated to meson as build system, autotools support has been
    removed.
    The meson eclass requires EAPI 6, which the enlightenment eclass does
    not support.
    I feel the enlightenment.eclass has outlived its usefulness, so this
    patch drops it completely and replaces it by including an additional 3
    lines of boilerplate, which is all that using the eclass saved.
    
    Package-Manager: Portage-2.3.13, Repoman-2.3.4
    Closes: https://github.com/gentoo/gentoo/pull/6193
    Closes: https://bugs.gentoo.org/637544

 x11-terms/terminology/terminology-9999.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)