commit: 44387fe5e6c7ff47acb80406eaa658e7cc7b7855 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 09:48:20 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 09:51:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44387fe5
app-doc/e16-docs: update EAPI 7 -> 8 Bump to EAPI 8 direct to stable, no difference in installed files. Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-doc/e16-docs/e16-docs-0.16.8.0.2-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-doc/e16-docs/e16-docs-0.16.8.0.2-r1.ebuild b/app-doc/e16-docs/e16-docs-0.16.8.0.2-r1.ebuild new file mode 100644 index 000000000000..9f930ba8bc3e --- /dev/null +++ b/app-doc/e16-docs/e16-docs-0.16.8.0.2-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The E16 online help" +HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/" +SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~riscv x86" + +RDEPEND="!app-doc/edox-data"
