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.
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(-)