commit:     9ef078f27a34710c0f2a7df43efe4c2045eb3fe1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 20:01:22 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 20:04:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef078f2

dev-ada/e3-core: build docs

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{e3-core-22.6.0.ebuild => e3-core-22.6.0-r1.ebuild}   | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-ada/e3-core/e3-core-22.6.0.ebuild 
b/dev-ada/e3-core/e3-core-22.6.0-r1.ebuild
similarity index 79%
rename from dev-ada/e3-core/e3-core-22.6.0.ebuild
rename to dev-ada/e3-core/e3-core-22.6.0-r1.ebuild
index 8028993db17b..32670e618cef 100644
--- a/dev-ada/e3-core/e3-core-22.6.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.6.0-r1.ebuild
@@ -28,18 +28,18 @@ RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
        dev-python/tomlkit[${PYTHON_USEDEP}]
        !app-editors/e3"
 DEPEND="${RDEPEND}"
-BDEPEND="
-       test? (
-               dev-python/httpretty[${PYTHON_USEDEP}]
-               dev-vcs/subversion
-               dev-python/mock[${PYTHON_USEDEP}]
-       )"
+BDEPEND="test? (
+       dev-python/httpretty[${PYTHON_USEDEP}]
+       dev-vcs/subversion
+       dev-python/mock[${PYTHON_USEDEP}]
+)"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-22.1.0-test.patch
 )
 
 distutils_enable_tests pytest
+distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme 
dev-python/sphinx-autoapi
 
 python_compile() {
        distutils-r1_python_compile
@@ -49,6 +49,7 @@ python_compile() {
 src_compile() {
        local PLATFORM=x86_64-linux
        rm src/e3/os/data/rlimit* || die
-       $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} 
tools/rlimit/rlimit.c ${LDFLAGS}
+       $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} \
+               tools/rlimit/rlimit.c ${LDFLAGS}
        distutils-r1_src_compile
 }

Reply via email to